Scholar01 / sd-webui-mov2mov

This is the Mov2mov plugin for Automatic1111/stable-diffusion-webui.
MIT License
2.16k stars 332 forks source link

Conflict with Controlnet and Reactor in img2img - ok in mov2mov tab #116

Open hurleytom opened 1 year ago

hurleytom commented 1 year ago

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.

ragtaf commented 1 year ago

I found this problem too. Any news?

Scholar01 commented 11 months ago

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.