You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any idea what is causing this? I can't see 'added_cond_kwargs' anywhere in the debugger.
Message=ControlNetModel2.forward() got an unexpected keyword argument 'added_cond_kwargs'
Source=D:\DIFFTEST\EditAnything\utils\stable_diffusion_controlnet_inpaint.py
StackTrace:
File "D:\DIFFTEST\EditAnything\utils\stable_diffusion_controlnet_inpaint.py", line 1601, in call (Current frame)
down_block_res_samples, mid_block_res_sample = self.controlnet(
^^^^^^^^^^^^^^^^
File "D:\DIFFTEST\EditAnything\editany_lora.py", line 857, in process
x_samples = self.pipe(
File "D:\DIFFTEST\EditAnything\annotator\util.py", line 86, in wrapper
result = func(self, *args, **kwargs)
TypeError: ControlNetModel2.forward() got an unexpected keyword argument 'added_cond_kwargs'
The text was updated successfully, but these errors were encountered:
Any idea what is causing this? I can't see 'added_cond_kwargs' anywhere in the debugger.
Message=ControlNetModel2.forward() got an unexpected keyword argument 'added_cond_kwargs'
Source=D:\DIFFTEST\EditAnything\utils\stable_diffusion_controlnet_inpaint.py
StackTrace:
File "D:\DIFFTEST\EditAnything\utils\stable_diffusion_controlnet_inpaint.py", line 1601, in call (Current frame)
down_block_res_samples, mid_block_res_sample = self.controlnet(
^^^^^^^^^^^^^^^^
File "D:\DIFFTEST\EditAnything\editany_lora.py", line 857, in process
x_samples = self.pipe(
File "D:\DIFFTEST\EditAnything\annotator\util.py", line 86, in wrapper
result = func(self, *args, **kwargs)
TypeError: ControlNetModel2.forward() got an unexpected keyword argument 'added_cond_kwargs'
The text was updated successfully, but these errors were encountered: