#I seem to be having a diffusers error? Error when trying to load a custom node in comfy UI

22 messages · Page 1 of 1 (latest)

urban muralBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

zinc compass
#

Which template?

dark vessel
#

runpod/stable-diffusion:fast-stable-diffusion-2.4.0

zinc compass
#

Why don't you use the community ComfyUI template? Fast Stable Diffusion is for A1111.

dark vessel
#

let me try

#

so for some strange reason comfy manager seems to be installed but won't actually appear on comfy?

#
2024-02-03T14:54:18.981132033Z 
2024-02-03T14:54:18.981135663Z ## [WARN] ComfyUI-Manager: Your ComfyUI version (1551)[2023-10-10] is too old. Please update to the latest version. ##
2024-02-03T14:54:18.981139573Z 
2024-02-03T14:54:18.981142563Z 
2024-02-03T14:54:18.981261327Z ### ComfyUI Revision: 1551 [be903eb2] | Released on '2023-10-10'
2024-02-03T14:54:18.994678988Z 
2024-02-03T14:54:18.994810033Z Import times for custom nodes:
2024-02-03T14:54:18.995113012Z   11.9 seconds: /workspace/ComfyUI/custom_nodes/ComfyUI-Manager
2024-02-03T14:54:18.995187124Z 
2024-02-03T14:54:19.004265012Z Starting server
2024-02-03T14:54:19.004327994Z 
2024-02-03T14:54:19.004457218Z To see the GUI go to: http://0.0.0.0:3000
2024-02-03T14:54:19.172140177Z [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
2024-02-03T14:54:19.188027004Z [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
2024-02-03T14:54:19.223092719Z [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
2024-02-03T14:54:19.254615895Z [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
#

no comfy manager

#

I restart the pod after installing comfy manager

#

I'm also relaunching from the runpod UI a new tab

zinc compass
#

I think "ComfyUI - Jupyter" template has it already installed, you may have selected the RunPod ComfyUI template which a lot of people have issues with

dark vessel
#

yes I did select the runpod comfyui template. Let me check the comfyui - jupyter template

zinc compass
#

Its under the "Community" selection of "Explore"

dark vessel
#

Is there a reason this template takes forever to initialize? It seems to need to download a 3.6gb image which is taking forever

#

how can i view the full system logs? I want to see how long it's been runnign for

zinc compass
#

Probably not cached on RunPod servers but it's worth the wait, it works better than the RunPod one

dark vessel
#

once it's downloaded will it be cached?

#

or will it take this long each time?

#

seriously.... all this time just to load....another loader? This seems unnescesarily convoluded...

#

which seems to not even work...

==> /var/log/supervisor/quicktunnel-0.log <==
2024-02-03T15:33:42Z INF Lost connection with the edge connIndex=0
2024-02-03T15:33:42Z WRN Serve tunnel error error="connection with edge closed" connIndex=0 event=0 ip=198.41.200.33
2024-02-03T15:33:42Z INF Unregistered tunnel connection connIndex=0 event=0 ip=198.41.200.33
2024-02-03T15:33:42Z INF Retrying connection in up to 1s connIndex=0 event=0 ip=198.41.200.33
==> /var/log/supervisor/quicktunnel-1.log <==
2024-02-03T15:33:43Z INF Lost connection with the edge connIndex=0
2024-02-03T15:33:43Z WRN Serve tunnel error error="connection with edge closed" connIndex=0 event=0 ip=198.41.200.43
2024-02-03T15:33:43Z INF Unregistered tunnel connection connIndex=0 event=0 ip=198.41.200.43
2024-02-03T15:33:43Z INF Retrying connection in up to 1s connIndex=0 event=0 ip=198.41.200.43
==> /var/log/supervisor/quicktunnel-0.log <==
2024-02-03T15:33:43Z ERR Connection terminated error="connection with edge closed" connIndex=0
==> /var/log/supervisor/quicktunnel-1.log <==
2024-02-03T15:33:44Z ERR Connection terminated error="connection with edge closed" connIndex=0
==> /var/log/sync.log <==
Waiting for workspace mamba sync...
Waiting for workspace mamba sync...
==> /var/log/supervisor/quicktunnel-0.log <==
2024-02-03T15:33:56Z INF Registered tunnel connection connIndex=0 connection=1ab45f8f-054e-4d58-a764-6faf847cb5bb event=0 ip=198.41.200.33 location=vie05 protocol=http2
==> /var/log/supervisor/quicktunnel-1.log <==
2024-02-03T15:34:00Z INF Registered tunnel connection connIndex=0 connection=8e47aabf-fe22-4988-b8ef-5c3e914f98db event=0 ip=198.41.200.43 location=vie05 protocol=http2 
dark vessel
#

ok let's make this super simple.

I did a clean pytorch template.

Git clone comfyui

Pip install -r requirements.txt

Python main.py

It runs fine, but It hosts the GUI on 127.0.0.1:8188.

How do I change this to the runpod proxy?