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

Nodes still not found after properly installing WAS Node Suite #378

Closed WilliamChen-luckbob closed 5 months ago

WilliamChen-luckbob commented 5 months ago

Sorry to bother, I have some trouble installing this extension. I have installed this extension successfully in manager and restarted ComfyUI, but nodes are still missing. As you can see in this pic:

image

Also, I have tried some nodes mentioned in the document to see if there are some nodes available but find nothing by searching in double click left mouse.

Then here is what I see when clicking Install Missing Custom Nodes in manager, it is enabled image

Here is the whole start-up log, nothing error. the extension seems loaded successfully.

I have no idea what I missed... I have also perform Update All in manager to update everything to see if my ComfyUI is too old to load these nodes but failed, the problem remains.

** ComfyUI startup time: 2024-04-09 11:30:50.552887
** Platform: Linux
** Python version: 3.10.12 (main, Jul  5 2023, 18:54:27) [GCC 11.2.0]
** Python executable: /home/chenchen/Code/ComfyUI/venv/bin/python
** Log path: /home/chenchen/Code/ComfyUI/comfyui.log

Prestartup times for custom nodes:
   0.1 seconds: /home/chenchen/Code/ComfyUI/custom_nodes/ComfyUI-Manager

Total VRAM 24245 MB, total RAM 128636 MB
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA RTX A5000 : cudaMallocAsync
VAE dtype: torch.bfloat16
Using pytorch cross attention
Adding extra search path checkpoints /home/chenchen/Code/stable-diffusion-webui/models/Stable-diffusion
Adding extra search path configs /home/chenchen/Code/stable-diffusion-webui/models/Stable-diffusion
Adding extra search path vae /home/chenchen/Code/stable-diffusion-webui/models/VAE
Adding extra search path loras /home/chenchen/Code/stable-diffusion-webui/models/Lora
Adding extra search path loras /home/chenchen/Code/stable-diffusion-webui/models/LyCORIS
Adding extra search path upscale_models /home/chenchen/Code/stable-diffusion-webui/models/ESRGAN
Adding extra search path upscale_models /home/chenchen/Code/stable-diffusion-webui/models/RealESRGAN
Adding extra search path upscale_models /home/chenchen/Code/stable-diffusion-webui/models/SwinIR
Adding extra search path embeddings /home/chenchen/Code/stable-diffusion-webui/embeddings
Adding extra search path hypernetworks /home/chenchen/Code/stable-diffusion-webui/models/hypernetworks
Adding extra search path controlnet /home/chenchen/Code/stable-diffusion-webui/extensions/sd-webui-controlnet/models
[comfyui_controlnet_aux] | INFO -> Using ckpts path: /home/chenchen/Code/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts
[comfyui_controlnet_aux] | INFO -> Using symlinks: False
[comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider']
/home/chenchen/Code/ComfyUI/custom_nodes/comfyui_controlnet_aux/node_wrappers/dwpose.py:26: UserWarning: DWPose: Onnxruntime not found or doesn't come with acceleration providers, switch to OpenCV with CPU device. DWPose might run very slowly
  warnings.warn("DWPose: Onnxruntime not found or doesn't come with acceleration providers, switch to OpenCV with CPU device. DWPose might run very slowly")
WAS Node Suite: OpenCV Python FFMPEG support is enabled
WAS Node Suite: `ffmpeg_bin_path` is set to: /usr/bin/ffmpeg
WAS Node Suite: Finished. Loaded 211 nodes successfully.

    "Failure is the opportunity to begin again more intelligently." - Henry Ford

### Loading: ComfyUI-Manager (V2.16)
### ComfyUI Revision: 2119 [30abc324] | Released on '2024-04-08'

Import times for custom nodes:
   0.0 seconds: /home/chenchen/Code/ComfyUI/custom_nodes/websocket_image_save.py
   0.0 seconds: /home/chenchen/Code/ComfyUI/custom_nodes/ComfyUI_IPAdapter_plus
   0.0 seconds: /home/chenchen/Code/ComfyUI/custom_nodes/ComfyUI-Manager
   0.2 seconds: /home/chenchen/Code/ComfyUI/custom_nodes/comfyui_controlnet_aux
   0.4 seconds: /home/chenchen/Code/ComfyUI/custom_nodes/was-node-suite-comfyui

Starting server

To see the GUI go to: http://0.0.0.0:7960
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
FETCH DATA from: /home/chenchen/Code/ComfyUI/custom_nodes/ComfyUI-Manager/.cache/1514988643_custom-node-list.json
Update check done.
FETCH DATA from: /home/chenchen/Code/ComfyUI/custom_nodes/ComfyUI-Manager/.cache/1742899825_extension-node-map.json
WilliamChen-luckbob commented 5 months ago

It seems likely to be Ubuntu issue or ComfyUI cache issue. Since I gave up debugging and try to add some original primitives to replace Constant Number, the extension suddenly come to normal and all the nodes are available. quite strange but it worked though. Just try adding some existing node and connect the lines, then see if it comes to normal.