WASasquatch / was-node-suite-comfyui

An extensive node suite for ComfyUI with over 210 new nodes
MIT License
1.15k stars 170 forks source link

Missing nodes after updating #230

Closed Rojinski closed 12 months ago

Rojinski commented 12 months ago

Hello!

After updating the WAS Node Suite, I can't use the workflows I could use until yesterday. :) I've updated everything (git pull), so I'm sure everything is up to date. Other workflows are working fine if they don't use WAS or AIT (same pb with it with some nodes). I've even tried to "install missing nodes" with the ComfyUI Manager but it shows it as already installed. But the cmd window says it was impossible to import the WAS node suite...

0.0 seconds (IMPORT FAILED): D:\Programmes 2\Logiciels\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui

I attach a screenshot of what I get. I hope someone can help me. Have a beautiful week-end !

Screenshot 2023-10-06 at 14-58-56 ComfyUI Screenshot 2023-10-06 at 15-08-33 ComfyUI Screenshot 2023-10-06 at 15-33-57 ComfyUI

WASasquatch commented 12 months ago

You often need to re-run requirements file to actually finish updating.

Rojinski commented 12 months ago

You often need to re-run requirements file to actually finish updating.

First of all, thanks to your fast answer. :) But how can I re-run requirement file?

WASasquatch commented 12 months ago

You can try the install.bat if you using the Windows Portable version, or you have to run requirements through portables exe like ComfyUI_windows_portable\python_embeded\python.exe -s -m pip install -r "full path to was-node-suite-comfyui\requirements.txt"

Usually there are errors above the import failure that tell you why exactly things are crashing.

Rojinski commented 12 months ago

You can try the install.bat if you using the Windows Portable version, or you have to run requirements through portables exe like ComfyUI_windows_portable\python_embeded\python.exe -s -m pip install -r "full path to was-node-suite-comfyui\requirements.txt"

Usually there are errors above the import failure that tell you why exactly things are crashing.

The install.bat trick didn't work but the cmd did ! Thanks a lot for your help and your time !!!!