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
My batch of generated images is not saving in my output folder or in any folder.
To reproduce:
Go to img2img
Click the Batch tab
Add an input directory that contains your source image and an output directory
Activate FaceSwapLab to swap the source face
Click generate
Error: Not saving images.
How can I fix this?
The text was updated successfully, but these errors were encountered:
I'm having the same issue, but it isn't saving in either img2img or text2img. I've tried using the default output location and a temporary one and neither are working. I can go in and manually save a single photo one at a time, but this isn't preferable when working with a batch of images.
2024-06-03 11:53:01,725 - 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\stable-diffusion-webui\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\stable-diffusion-webui\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
My batch of generated images is not saving in my output folder or in any folder.
To reproduce:
Go to img2img
Click the Batch tab
Add an input directory that contains your source image and an output directory
Activate FaceSwapLab to swap the source face
Click generate
Error: Not saving images.
How can I fix this?
The text was updated successfully, but these errors were encountered: