Replies: 1 comment 1 reply
-
Can someone help me please? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys, I don't know if you have this issue. This extension ran well in my A1111 1.5. Since I updated it to 1.6, no matter what I do, it just won't show up in the place where it used to be.
I followed every step in the installation instruction, installed VS C++, Desktop Development, Python and everything, it won't show up. Then I followed troubleshooting instruction, pip install insightface==0.7.3, it still doesn't show up.
I remember it wasn't this hard before.
Now, after many reboots, it still shows:
Checking ReActor requirements... Error: The 'insightface==0.7.3' distribution was not found and is required by the application
Then it installs a lot of stuff, requirement already satisfied...
Building wheel for insightface (pyproject.toml): finished with status 'error'
Then it gave me tons of error messages about ReActor and insightface:
What should I do? I am really out of ideas. Thank you so much!
`*** Error loading script: console_log_patch.py
Traceback (most recent call last):
File "H:-=AI=-\StabilityMatrix\Packages\Stable Diffusion WebUI\modules\scripts.py", line 382, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "H:-=AI=-\StabilityMatrix\Packages\Stable Diffusion WebUI\modules\script_loading.py", line 10, in load_module
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
01:43:36 - ReActor - File "", line 241, in _call_with_frames_removed
File "H:-=AI=-\StabilityMatrix\Packages\Stable Diffusion WebUI\extensions\sd-webui-reactor\scripts\console_log_patch.py", line 4, in
STATUS import insightface
ModuleNotFoundError: No module named 'insightface'
*** Error loading script: reactor_api.py
Traceback (most recent call last):
File "H:-=AI=-\StabilityMatrix\Packages\Stable Diffusion WebUI\modules\scripts.py", line 382, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "H:-=AI=-\StabilityMatrix\Packages\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 "H:-=AI=-\StabilityMatrix\Packages\Stable Diffusion WebUI\extensions\sd-webui-reactor\scripts\reactor_api.py", line 17, in
from scripts.reactor_swapper import EnhancementOptions, swap_face
File "H:-=AI=-\StabilityMatrix\Packages\Stable Diffusion WebUI\extensions\sd-webui-reactor\scripts\reactor_swapper.py", line 10, in
import insightface
ModuleNotFoundError: No module named 'insightface'
*** Error loading script: reactor_faceswap.py
Traceback (most recent call last):
File "H:-=AI=-\StabilityMatrix\Packages\Stable Diffusion WebUI\modules\scripts.py", line 382, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "H:-=AI=-\StabilityMatrix\Packages\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 "H:-=AI=-\StabilityMatrix\Packages\Stable Diffusion WebUI\extensions\sd-webui-reactor\scripts\reactor_faceswap.py", line 20, in
from scripts.reactor_swapper import EnhancementOptions, swap_face, check_process_halt, reset_messaged
File "H:-=AI=-\StabilityMatrix\Packages\Stable Diffusion WebUI\extensions\sd-webui-reactor\scripts\reactor_swapper.py", line 10, in
import insightface
ModuleNotFoundError: No module named 'insightface'
*** Error loading script: reactor_swapper.py
Traceback (most recent call last):
File "H:-=AI=-\StabilityMatrix\Packages\Stable Diffusion WebUI\modules\scripts.py", line 382, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "H:-=AI=-\StabilityMatrix\Packages\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 "H:-=AI=-\StabilityMatrix\Packages\Stable Diffusion WebUI\extensions\sd-webui-reactor\scripts\reactor_swapper.py", line 10, in
import insightface
ModuleNotFoundError: No module named 'insightface'`
Beta Was this translation helpful? Give feedback.
All reactions