I USE BOTH WEBUI (REACTOR DOESNT WORK) AND PINOKIO(REACTOR WORKED PERFECTLY) #328
901HERNANAI
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys, I'm a total newbie and just started learning since yesterday, I did all the steps as indicated however on Pinokio it worked perfectly but i also tried to install into my webui and it doesnt work at all! Im getting this prompt. and i also realized in Pinokio it installed several files like a folder called "venv" and on Webui it didint download files, and missing models folder in the "insightface" folder. Excuse my ignorance, as i said, im new, But do you think it Maybe is because of the version its running? Example, in Pinokio where the Reactor extension works is this "version: [v1.7.0] • python: 3.10.13 • torch: 2.0.1+cu118 • xformers: 0.0.20 • gradio: 3.41.2 •" and the Webui that DOES NOT work is running this version "version: [v1.7.0]• python: 3.10.6 • torch: 2.0.1+cu118 • xformers: N/A • gradio: 3.41.2" aS I SAID I JUST STARTED YESTERDAY, and dont know how or what Python is, just know its a code model lol. Please HELP!!!!
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Version: v1.7.0
Commit hash: cf2772fab0af5573da775e7437e6acdca424f26e
Collecting insightface==0.7.3
Using cached insightface-0.7.3.tar.gz (439 kB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Error: The 'insightface==0.7.3' distribution was not found and is required by the application
Collecting insightface==0.7.3
Using cached insightface-0.7.3.tar.gz (439 kB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Checking -=ReActor Force=- requirements... Error: The 'insightface==0.7.3' distribution was not found and is required by the application
--- PLEASE, RESTART the Server! ---
Launching Web UI with arguments:
no module 'xformers'. Processing without...
no module 'xformers'. Processing without...
No module 'xformers'. Proceeding without it.
Style database not found: C:\Users\Christian\Desktop\AI ART GENERATOR\STABLE DIFFUSION\webui\styles.csv
*** Error loading script: console_log_patch.py
Traceback (most recent call last):
File "C:\Users\Christian\Desktop\AI ART GENERATOR\STABLE DIFFUSION\webui\modules\scripts.py", line 469, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "C:\Users\Christian\Desktop\AI ART GENERATOR\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\Christian\Desktop\AI ART GENERATOR\STABLE DIFFUSION\webui\extensions\sd-webui-reactor\scripts\console_log_patch.py", line 4, in
import insightface
ModuleNotFoundError: No module named 'insightface'
*** Error loading script: reactor_api.py
Traceback (most recent call last):
File "C:\Users\Christian\Desktop\AI ART GENERATOR\STABLE DIFFUSION\webui\modules\scripts.py", line 469, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "C:\Users\Christian\Desktop\AI ART GENERATOR\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\Christian\Desktop\AI ART GENERATOR\STABLE DIFFUSION\webui\extensions\sd-webui-reactor\scripts\reactor_api.py", line 17, in
from scripts.reactor_swapper import EnhancementOptions, swap_face
File "C:\Users\Christian\Desktop\AI ART GENERATOR\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 "C:\Users\Christian\Desktop\AI ART GENERATOR\STABLE DIFFUSION\webui\modules\scripts.py", line 469, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "C:\Users\Christian\Desktop\AI ART GENERATOR\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\Christian\Desktop\AI ART GENERATOR\STABLE DIFFUSION\webui\extensions\sd-webui-reactor\scripts\reactor_faceswap.py", line 18, in
from reactor_ui import ui_main, ui_upscale, ui_tools, ui_settings
File "C:\Users\Christian\Desktop\AI ART GENERATOR\STABLE DIFFUSION\webui\extensions\sd-webui-reactor\reactor_ui_init.py", line 2, in
import reactor_ui.reactor_tools_ui as ui_tools
File "C:\Users\Christian\Desktop\AI ART GENERATOR\STABLE DIFFUSION\webui\extensions\sd-webui-reactor\reactor_ui\reactor_tools_ui.py", line 2, in
from scripts.reactor_swapper import build_face_model
File "C:\Users\Christian\Desktop\AI ART GENERATOR\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_helpers.py
Traceback (most recent call last):
File "C:\Users\Christian\Desktop\AI ART GENERATOR\STABLE DIFFUSION\webui\modules\scripts.py", line 469, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "C:\Users\Christian\Desktop\AI ART GENERATOR\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\Christian\Desktop\AI ART GENERATOR\STABLE DIFFUSION\webui\extensions\sd-webui-reactor\scripts\reactor_helpers.py", line 10, in
from insightface.app.common import Face
ModuleNotFoundError: No module named 'insightface'
*** Error loading script: reactor_logger.py
Traceback (most recent call last):
File "C:\Users\Christian\Desktop\AI ART GENERATOR\STABLE DIFFUSION\webui\modules\scripts.py", line 469, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "C:\Users\Christian\Desktop\AI ART GENERATOR\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\Christian\Desktop\AI ART GENERATOR\STABLE DIFFUSION\webui\extensions\sd-webui-reactor\scripts\reactor_logger.py", line 7, in
from scripts.reactor_helpers import addLoggingLevel
File "C:\Users\Christian\Desktop\AI ART GENERATOR\STABLE DIFFUSION\webui\extensions\sd-webui-reactor\scripts\reactor_helpers.py", line 10, in
from insightface.app.common import Face
ModuleNotFoundError: No module named 'insightface'
*** Error loading script: reactor_swapper.py
Traceback (most recent call last):
File "C:\Users\Christian\Desktop\AI ART GENERATOR\STABLE DIFFUSION\webui\modules\scripts.py", line 469, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "C:\Users\Christian\Desktop\AI ART GENERATOR\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\Christian\Desktop\AI ART GENERATOR\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_version.py
Traceback (most recent call last):
File "C:\Users\Christian\Desktop\AI ART GENERATOR\STABLE DIFFUSION\webui\modules\scripts.py", line 469, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "C:\Users\Christian\Desktop\AI ART GENERATOR\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\Christian\Desktop\AI ART GENERATOR\STABLE DIFFUSION\webui\extensions\sd-webui-reactor\scripts\reactor_version.py", line 4, in
from scripts.reactor_logger import logger, get_Run, set_Run
File "C:\Users\Christian\Desktop\AI ART GENERATOR\STABLE DIFFUSION\webui\extensions\sd-webui-reactor\scripts\reactor_logger.py", line 7, in
from scripts.reactor_helpers import addLoggingLevel
File "C:\Users\Christian\Desktop\AI ART GENERATOR\STABLE DIFFUSION\webui\extensions\sd-webui-reactor\scripts\reactor_helpers.py", line 10, in
from insightface.app.common import Face
ModuleNotFoundError: No module named 'insightface'
*** Error loading script: rf_api.py
Traceback (most recent call last):
File "C:\Users\Christian\Desktop\AI ART GENERATOR\STABLE DIFFUSION\webui\modules\scripts.py", line 469, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "C:\Users\Christian\Desktop\AI ART GENERATOR\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\Christian\Desktop\AI ART GENERATOR\STABLE DIFFUSION\webui\extensions\sd-webui-reactor-force\scripts\rf_api.py", line 17, in
from scripts.rf_swapper import EnhancementOptions, swap_face
File "C:\Users\Christian\Desktop\AI ART GENERATOR\STABLE DIFFUSION\webui\extensions\sd-webui-reactor-force\scripts\rf_swapper.py", line 10, in
import insightface
ModuleNotFoundError: No module named 'insightface'
*** Error loading script: rf_console_log_patch.py
Traceback (most recent call last):
File "C:\Users\Christian\Desktop\AI ART GENERATOR\STABLE DIFFUSION\webui\modules\scripts.py", line 469, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "C:\Users\Christian\Desktop\AI ART GENERATOR\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\Christian\Desktop\AI ART GENERATOR\STABLE DIFFUSION\webui\extensions\sd-webui-reactor-force\scripts\rf_console_log_patch.py", line 4, in
import insightface
ModuleNotFoundError: No module named 'insightface'
*** Error loading script: rf_faceswap.py
Traceback (most recent call last):
File "C:\Users\Christian\Desktop\AI ART GENERATOR\STABLE DIFFUSION\webui\modules\scripts.py", line 469, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "C:\Users\Christian\Desktop\AI ART GENERATOR\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\Christian\Desktop\AI ART GENERATOR\STABLE DIFFUSION\webui\extensions\sd-webui-reactor-force\scripts\rf_faceswap.py", line 26, in
from scripts.rf_swapper import EnhancementOptions, swap_face, check_process_halt, reset_messaged
File "C:\Users\Christian\Desktop\AI ART GENERATOR\STABLE DIFFUSION\webui\extensions\sd-webui-reactor-force\scripts\rf_swapper.py", line 10, in
import insightface
ModuleNotFoundError: No module named 'insightface'
*** Error loading script: rf_swapper.py
Traceback (most recent call last):
File "C:\Users\Christian\Desktop\AI ART GENERATOR\STABLE DIFFUSION\webui\modules\scripts.py", line 469, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "C:\Users\Christian\Desktop\AI ART GENERATOR\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\Christian\Desktop\AI ART GENERATOR\STABLE DIFFUSION\webui\extensions\sd-webui-reactor-force\scripts\rf_swapper.py", line 10, in
import insightface
ModuleNotFoundError: No module named 'insightface'
also, i installed another version of Reactor i found her and in CMD says its running but doesnt show on app when i open.
Beta Was this translation helpful? Give feedback.
All reactions