Open Cosmos-Shin opened 1 week ago
D:\StabilityMatrix\Data\Packages\ComfyUI\venv\Scripts>python -m pip check mediapipe 0.10.14 has requirement protobuf<5,>=4.25.3, but you have protobuf 5.28.2. transparent-background 1.3.3 has requirement albucore==0.0.16, but you have albucore 0.0.19.
I did this. I downgraded protobuf to 4.25.5 and albucore to 0.0.16
D:\StabilityMatrix\Data\Packages\ComfyUI\venv\Scripts>python -m pip check albumentations 1.4.20 has requirement albucore==0.0.19, but you have albucore 0.0.16. grpcio-status 1.67.0 has requirement protobuf<6.0dev,>=5.26.1, but you have protobuf 4.25.5.
And I got this message. And, comfyUI started again! But ReActor Node and instant ID didn't work. I upgraded albucore to 0.0.19 again. Then comfyUI stopped during starting process.
ReActor Node requies albumentations >=1.4.16 albumentations 1.4.16 requires albucore 0.0.17 When I set albumentations 1.4.16 and albucore 0.0.17, comfyUI doesn't start. Only when I set albucore 0.0.16, comfyUI starts. But ReActor Node and Instant ID aren't detected in comfyUI. I can't find any other clue.
I removed a custom node 'ComfyUI_Gemini_Flash'. Then comfyUI starts well and ReActor Node and Instant ID works well, too. I think ReActor Node conflicts with 'ComfyUI_Gemini_Flash' node.
Hi, i removed 'ComfyUI-Detail-Daemon' and 'comfyui_dagthomas' and deleted the 'pycache' then comfyui starts well and Reactor node works well. If it can help.
First, confirm
What happened?
I'm using StabilityMatrix. I installed ReActor Node in ComfyUI-Manager. When I restart, it stops during preparing course. If I remove the folder of 'comfyui-reactor-node', ComfyUI starts well again. All library versions are satisfied in requirements.txt. I can't find what is the problem. Could anyone help me, please?
Steps to reproduce the problem
I installed insightfase well. (0.7.3) It works well when I use 'instant id'. I loaded the workflow in which there is ReActor Node. I installed ReActor Node thru ComfyUI-Manager. (Install missing node function)
Sysinfo
OS : Windows 11 Home browser : Chrome GPU : RTX 4090 CPU : intel i9-14900K RAM : 64G I'm using StabilityMatrix
Relevant console log
Additional information
No response