diff --git a/modules_forge/patch_basic.py b/modules_forge/patch_basic.py index 3f70f408..de2a6102 100644 --- a/modules_forge/patch_basic.py +++ b/modules_forge/patch_basic.py @@ -69,6 +69,13 @@ def patched_control_merge(self, control_input, control_output, control_prev, out x = x.to(output_dtype) out[key].append(x) + + if self.positive_advanced_weighting is not None or self.negative_advanced_weighting: + # TODO: Implement here + cond_or_uncond = self.current_cond_or_uncond + a = 0 + pass + if control_prev is not None: for x in ['input', 'middle', 'output']: o = out[x]