kijai / ComfyUI-SUPIR

SUPIR upscaling wrapper for ComfyUI
Other
1.55k stars 84 forks source link

When loading the graph, the following node types were not found: SUPIR_Upscale #46

Open paulerbear opened 7 months ago

paulerbear commented 7 months ago

I have cloned the repository to my comfui/custom_nodes folder but when loading a workflow file containing the SUPIR_Upscaler node (https://comfyworkflows.com/workflows/b703fa8b-5fe0-4678-8692-021766a891c4) I am greeted with the following error: When loading the graph, the following node types were not found: SUPIR_Upscale Nodes that have failed to load will show as red on the graph.

Screenshot 2024-03-08 105316

kijai commented 7 months ago

You also need to install the requirements.txt. Refer to the readme for general instructions.

paulerbear commented 7 months ago

Thank you for your response Kijai. I use ComfyUI_windows_portable and so I ran "python_embeded\python.exe -m pip install -r ComfyUI\custom_nodes\ComfyUI-SUPIR\requirements.txt" in the ComfyUI_windows_portable -folder per the readme.md Shell reported that requirements already satisfied. image Unfortunately, the error persists image

kijai commented 7 months ago

Look for an import error in the startup log, or give me the full startup log here.

paulerbear commented 7 months ago

Import times for custom nodes: 0.0 seconds: A:\ComfyUI_windows_portable\ComfyUI\custom_nodes\canvas_tab 0.0 seconds: A:\ComfyUI_windows_portable\ComfyUI\custom_nodes\masquerade-nodes-comfyui 0.0 seconds: A:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_essentials 0.0 seconds: A:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus 0.0 seconds: A:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_FizzNodes 0.0 seconds: A:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts 0.0 seconds: A:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet 0.0 seconds: A:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale 0.0 seconds: A:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation 0.0 seconds: A:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Hangover-Moondream 0.0 seconds: A:\ComfyUI_windows_portable\ComfyUI\custom_nodes\efficiency-nodes-comfyui 0.0 seconds: A:\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy 0.0 seconds: A:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved 0.0 seconds: A:\ComfyUI_windows_portable\ComfyUI\custom_nodes\Derfuu_ComfyUI_ModdedNodes 0.0 seconds: A:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes 0.0 seconds: A:\ComfyUI_windows_portable\ComfyUI\custom_nodes\facerestore_cf 0.0 seconds: A:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack 0.1 seconds: A:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite 0.3 seconds: A:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager 0.3 seconds: A:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux 0.5 seconds: A:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KJNodes 0.7 seconds (IMPORT FAILED): A:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SUPIR 0.7 seconds: A:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-moondream 0.8 seconds: A:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack 1.6 seconds: A:\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui

kijai commented 7 months ago

That just shows there there is an import error, not the actual error, it's much earlier in the log somewhere.