-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(IMPORT FAILED) ReActor Node for ComfyUI #436
Comments
I get the same error. |
Same error. tried reinstalling mutltiple times. tried try fix from manager. nothing works. :( |
I've just tried to install everything from the scratch (latest ComfyUI + ReActor) and ReActor works perfectly from the box |
tried to reinstall insightface: Got the following errors (after a long list of stuff): ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. End result: |
Deleted reactor folder inside custom nodes, |
(base) PS D:\SD\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node> install.bat |
ReActor has nothing to do with this error
As I said earlier you can show your console log with errors you get when you see that the ReActor's import is failed |
ComfyUI-Manager: installing dependencies done.** ComfyUI startup time: 2024-09-24 11:45:40.700781 Prestartup times for custom nodes: Total VRAM 6144 MB, total RAM 32469 MB Loading: ComfyUI-Impact-Pack (V7.6.2)Loading: ComfyUI-Impact-Pack (Subpack: V0.6)[Impact Pack] Wildcards loading done. Loading: ComfyUI-Inspire-Pack (V1.2.2)Loading: ComfyUI-Manager (V2.51.1)ComfyUI Revision: 2724 [3a0eeee3] | Released on '2024-09-23'Openpose Editor Plus: Loaded Cannot import D:\SD\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node module for custom nodes: No module named 'pydantic'
|
|
Traceback (most recent call last): Cannot import D:\SD\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node module for custom nodes: No module named 'pydantic' Still a problem with pydantic after python_embeded\python.exe -m pip install pydantic==2.7.2 albumentations==1.4.16 and it's there in the environment: |
This is very strange... 🤔
It seems that you run it via Conda console |
(base) PS D:\SD\ComfyUI_windows_portable\python_embeded> python.exe -m pip show pydantic Why is it installing globally in miniconda? |
Finally got it working! Had to uninstall miniconda. phew! |
Similar problem for me, tho in my case comfyUI doesnt even launch anymore: D:\ComfyUI\ComfyUI_windows_portable>.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build ComfyUI-Manager: installing dependencies done.** ComfyUI startup time: 2024-10-07 22:24:50.978982 ####################################################################### [SKIP] Downgrading pip package isn't allowed: albumentations (cur=1.4.17) ComfyUI-Manager: EXECUTE => ['D:\ComfyUI\ComfyUI_windows_portable\python_embeded\python.exe', '-m', 'pip', 'install', 'insightface==0.7.3']Execute install/(de)activation script for 'D:\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node'Collecting insightface==0.7.3 ComfyUI-Manager: EXECUTE => ['D:\ComfyUI\ComfyUI_windows_portable\python_embeded\python.exe', '-m', 'pip', 'install', 'segment_anything']Execute install/(de)activation script for 'D:\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node'ComfyUI-Manager: EXECUTE => ['D:\ComfyUI\ComfyUI_windows_portable\python_embeded\python.exe', 'install.py']Execute install/(de)activation script for 'D:\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node'Collecting insightface==0.7.3 [START] Security scan ComfyUI-Manager: installing dependencies done.** ComfyUI startup time: 2024-10-07 22:31:54.882227 ####################################################################### [SKIP] Downgrading pip package isn't allowed: lmdb (cur=1.5.1) ComfyUI-Manager: EXECUTE => ['D:\ComfyUI\ComfyUI_windows_portable\python_embeded\python.exe', '-m', 'pip', 'install', 'insightface']Execute install/(de)activation script for 'D:\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-liveportrait' |
I had the same issue like the user above me. I downgraded my python testwise to 3.11, but I am sure it works with 3.12 too, but not sure if it works with 3.13 Solution: • download insightface-0.7.3-cp311-cp311-win_amd64.whl for python 3.11 (or insightface-0.7.3-cp312-cp312-win_amd64.whl for python 3.12) • put the "insightface-0.7.3-cp311-cp311-win_amd64.whl" file in the python311 folder, which should usually be in C:\Users\USERNAMEXXX\AppData\Local\Programs\Python\Python311 (in your cmd window it should look like: C:\Users\USERNAMEXXX\AppData\Local\Programs\Python\Python311>python.exe -m pip install insightface-0.7.3-cp311-cp311-win_amd64.whl ) • repeat the exact same, just in the folder python_embeded folder of your ComfyUI: ...\ComfyUI_windows_portable\python_embeded in the end you have to install it twice, once in python 3.1x another time in python_embedded to make it work correctly |
Hello, [ComfyUI-Manager] Starting dependency installation/(de)activation for the extension[SKIP] Downgrading pip package isn't allowed: onnx (cur=1.17.0) / ComfyUI-Manager: EXECUTE => ['C:\Users\Utilisateur\Documents\COMFY UI\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\python.exe', '-m', 'pip', 'install', 'segment_anything']Execute install/(de)activation script for 'C:\Users\Utilisateur\Documents\COMFY UI\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node'ComfyUI-Manager: EXECUTE => ['C:\Users\Utilisateur\Documents\COMFY UI\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\python.exe', 'install.py']Execute install/(de)activation script for 'C:\Users\Utilisateur\Documents\COMFY UI\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node'CUDA 12.4 Import times for custom nodes: Starting server To see the GUI go to: http://127.0.0.1:8188 Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh". Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh". Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh". Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh". Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh". got prompt |
I have the same issue, had a "clean install" of the portable version of comfyui, updated VS2022 with c++ build tools, tried several github and reddit suggestions, but i still can't import ReActor EDIT : Solved with this post https://www.reddit.com/r/comfyui/comments/1gee6f8/the_reactor_node_seems_to_be_completely_broken_on/ |
Thank you very much, I've solved my problem. |
First, confirm
What happened?
Get the following error for ReActor Node
Steps to reproduce the problem
Your workflow
Sysinfo
Windows 11, GTX 4080
Relevant console log
Additional information
No response
The text was updated successfully, but these errors were encountered: