sd-webui-roop icon indicating copy to clipboard operation
sd-webui-roop copied to clipboard

Error loading script

Open distoff11 opened this issue 1 year ago • 4 comments

2023-09-21 12:02:35,721 - roop - INFO - roop v0.0.2 *** Error loading script: swapper.py Traceback (most recent call last): File "C:\Users\Aorus\a1111\stable-diffusion-webui\modules\scripts.py", line 382, in load_scripts script_module = script_loading.load_module(scriptfile.path) File "C:\Users\Aorus\a1111\stable-diffusion-webui\modules\script_loading.py", line 10, in load_module module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "C:\Users\Aorus\a1111\stable-diffusion-webui\extensions\sd-webui-roop\scripts\swapper.py", line 14, in from scripts.cimage import convert_to_sd File "C:\Users\Aorus\a1111\stable-diffusion-webui\extensions\sd-webui-roop\scripts\cimage.py", line 2, in from ifnude import detect ModuleNotFoundError: No module named 'ifnude'

distoff11 avatar Sep 21 '23 06:09 distoff11

go to : stable-diffusion-webui\venv\Lib\site-packages

and add these 2 folders from this zip file there it should work ifnude.zip

justarmadillo avatar Sep 29 '23 17:09 justarmadillo

перейдите по адресу: стабильная-диффузия-webui\venv\Lib\site-packages

и добавьте туда эти 2 папки из этого zip-файла, должно работать ifnude.zip

I tried different ways. But it was your option that helped. Thank you very much. Everything is simply ingenious!!!

Alexandr1968 avatar Feb 05 '24 12:02 Alexandr1968

There was an error - ModuleNotFoundError: No module named 'ifnude' Added your folders, everything works. Thank you.

Kertis2024 avatar Feb 26 '24 21:02 Kertis2024

go to : stable-diffusion-webui\venv\Lib\site-packages

and add these 2 folders from this zip file there it should work ifnude.zip

Hey I know that this was posted back in September of last year but do you have the two folders that were used in this comment by any chance I am running into an issue with the roop extension for stable diffusion and nothing else is working in terms of fixes and this is the only fix I had seen helped others that I haven't tried.

VioletBeauty avatar Jun 23 '24 19:06 VioletBeauty