Replies: 2 comments 3 replies
-
I'll check it out |
Beta Was this translation helpful? Give feedback.
0 replies
-
Try manually reinstalling !pip uninstall mediapipe -y
!pip install mediapipe --user |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can anyone get batch face swap - https://github.com/kex0/batch-face-swap - to work with thelastben colab? I see it installed in the extensions, but it never shows up in the script section of the Img2Img tab.
I notice this error when running and wonder if they are related:
Error loading script: face_detect.py
Traceback (most recent call last):
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/scripts.py", line 248, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/script_loading.py", line 11, in load_module
module_spec.loader.exec_module(module)
File "", line 850, in exec_module
File "", line 228, in _call_with_frames_removed
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions/batch-face-swap/scripts/face_detect.py", line 8, in
import mediapipe as mp
File "/usr/local/lib/python3.9/dist-packages/mediapipe/init.py", line 15, in
from mediapipe.python import *
File "/usr/local/lib/python3.9/dist-packages/mediapipe/python/init.py", line 17, in
from mediapipe.python._framework_bindings import resource_util
ModuleNotFoundError: No module named 'mediapipe.python._framework_bindings'
Beta Was this translation helpful? Give feedback.
All reactions