Stable Diffusion 1.8 Img2img not working #181
LucianoDaluz
started this conversation in
General
Replies: 1 comment 1 reply
-
I have the same issue. Were you able to resolve this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just updated to 1.8, works fine on Text2image but now it is not working with Img2img, it gives this error:
2024-03-06 00:39:48,105 - FaceSwapLab - ERROR - Failed to swap face in postprocess method : apply_overlay() takes 3 positional arguments but 4 were given
Traceback (most recent call last):
File "C:\Users\lucia\Videos\SD\Forge_AI\stable-diffusion-webui-forge\extensions\sd-webui-faceswaplab\scripts\faceswaplab.py", line 201, in postprocess
swp_img = imgutils.apply_mask(swp_img, p, batch_index)
File "C:\Users\lucia\Videos\SD\Forge_AI\stable-diffusion-webui-forge\extensions\sd-webui-faceswaplab\scripts\faceswaplab_utils\imgutils.py", line 224, in apply_mask
img = processing.apply_overlay(img, p.paste_to, batch_index, p.overlay_images)
TypeError: apply_overlay() takes 3 positional arguments but 4 were given
Beta Was this translation helpful? Give feedback.
All reactions