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
faceswaplab 1.2.7 is ok when running on stable difussion webui (A1111). However, running on stable difussion webui forge, it is different: in case of txt2img, it ok. but in case of img2imge, it struck attribute error: FaceSwapLab - ERROR - Failed to swap face in postprocess method : 'tuple' object has no attribute 'save'. How can this be corrected?
Traceback (most recent call last):
File "F:\webui_forge_cu121_torch21\webui\extensions\sd-webui-faceswaplab\scripts\faceswaplab.py", line 216, in postprocess
save_image(
File "F:\webui_forge_cu121_torch21\webui\modules\images.py", line 685, in save_image
_atomically_save_image(image, fullfn_without_extension, extension)
File "F:\webui_forge_cu121_torch21\webui\modules\images.py", line 669, in _atomically_save_image
save_image_with_geninfo(image_to_save, info, temp_file_path, extension, existing_pnginfo=params.pnginfo, pnginfo_section_name=pnginfo_section_name)
File "F:\webui_forge_cu121_torch21\webui\modules\images.py", line 551, in save_image_with_geninfo
image.save(filename, format=image_format, quality=opts.jpeg_quality, pnginfo=pnginfo_data)
AttributeError: 'tuple' object has no attribute 'save'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
faceswaplab 1.2.7 is ok when running on stable difussion webui (A1111). However, running on stable difussion webui forge, it is different: in case of txt2img, it ok. but in case of img2imge, it struck attribute error: FaceSwapLab - ERROR - Failed to swap face in postprocess method : 'tuple' object has no attribute 'save'. How can this be corrected?
All reactions