Conflict with Controlnet and Reactor in img2img - ok in mov2mov tab
hurleytom opened this issue · 2 comments
If the mov2mov extension is enabled, I get the following error when trying to use the Reactor extension with img2img:
2023-11-09 20:36:00,279 - ControlNet - WARNING - No ControlNetUnit detected in args. It is very likely that you are having an extension conflict.Here are args received by ControlNet: (). 2023-11-09 20:36:00,279 - ControlNet - WARNING - No ControlNetUnit detected in args. It is very likely that you are having an extension conflict.Here are args received by ControlNet: (). *** Error running process: E:\StableDiffusion\Automatic1111\stable-diffusion-webui-1.6\extensions\sd-webui-reactor\scripts\reactor_faceswap.py Traceback (most recent call last): File "E:\StableDiffusion\Automatic1111\stable-diffusion-webui-1.6\modules\scripts.py", line 619, in process script.process(p, *script_args) TypeError: FaceSwapScript.process() missing 21 required positional arguments: 'img', 'enable', 'source_faces_index', 'faces_index', 'model', 'face_restorer_name', 'face_restorer_visibility', 'restore_first', 'upscaler_name', 'upscaler_scale', 'upscaler_visibility', 'swap_in_source', 'swap_in_generated', 'console_logging_level', 'gender_source', 'gender_target', 'save_original', 'codeformer_weight', 'source_hash_check', 'target_hash_check', and 'device'
Disabling the mov2mov extension resolves the issue in the img2img tab.
There are no errors however when using Reactor in the mov2mov extension tab.
I found this problem too. Any news?
the last time I updated, I didn't get this error, it should be related to the recent update of WebUI or Controlnet. I'll try to update it sometime.