Getting 'Dill' error on Google Colab #95
Replies: 4 comments 2 replies
-
I removed dill in #96 It should fix it hopefully. You can try it by installing v1.2.7 branch manually in the extension tab : |
Beta Was this translation helpful? Give feedback.
-
Many thanks for the speedy reply :) 2023-09-09 10:41:39,255 - FaceSwapLab - INFO - Try to use model : None Is there something I'm not doing? |
Beta Was this translation helpful? Give feedback.
-
UPDATE Did a fresh install on Colab (TheLastBen), install went fine. Then manual install of FaceSwapLab, I got this: 2023-09-09 11:24:18,337 - ControlNet - INFO - ControlNet v1.1.409
Automatic1111 webui runs fine, but now no FaceSwapLab appearing. |
Beta Was this translation helpful? Give feedback.
-
OK, another update. After rebooting the UI again, it appears to have now downloaded extra stuff and FaceSwapLab seems to be running lovely. I'll add my other Models and Extensions back in and see what happens :) |
Beta Was this translation helpful? Give feedback.
-
Hi, love this extension. However, it's been working fine on my local install, but kicks an error message, and fails to load, while using Google Colab:
*** Error loading script: faceswaplab.py
Traceback (most recent call last):
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/scripts.py", line 382, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "/content/gdrive/MyDrive/sd/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 "/content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions/sd-webui-faceswaplab/scripts/faceswaplab.py", line 10, in
from scripts.faceswaplab_api import faceswaplab_api
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions/sd-webui-faceswaplab/scripts/faceswaplab_api/faceswaplab_api.py", line 12, in
from scripts.faceswaplab_swapping import swapper
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions/sd-webui-faceswaplab/scripts/faceswaplab_swapping/swapper.py", line 30, in
from scripts.faceswaplab_ui.faceswaplab_unit_settings import FaceSwapUnitSettings
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions/sd-webui-faceswaplab/scripts/faceswaplab_ui/faceswaplab_unit_settings.py", line 12, in
from scripts.faceswaplab_swapping import face_checkpoints
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions/sd-webui-faceswaplab/scripts/faceswaplab_swapping/face_checkpoints.py", line 17, in
import dill as pickle # will be removed in future versions
ModuleNotFoundError: No module named 'dill'
Roop runs fine, but I much prefer FaceSwapLab.
Any suggestions?
Thx
Beta Was this translation helpful? Give feedback.
All reactions