Comfyui not using GPU, how to fix this?

We are running in instance of Comfyui and it's using CPU and not GPU, using a 4090. How can this be fixed?
54 Replies
Madiator2011
Madiator201116mo ago
Check if your pod is not running in 0 GPU Mode
lightnlense
lightnlenseOP16mo ago
It is running on a 4090.
No description
Unknown User
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View
Madiator2011
Madiator201116mo ago
btw I just made better comfy ui template that not breaks on extensions instalation #Better ComfyUI - CUDA12
digigoblin
digigoblin16mo ago
I don't think that GPU utilization metric is 100% accurate and it also not real-time, better to use nvidia-smi to check GPU utilization
lightnlense
lightnlenseOP16mo ago
When using the Better Comfy Setup and I connect to port 7777 it says "GPU 0 NVIDIA GeForce RTX 4090"
Unknown User
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View
lightnlense
lightnlenseOP16mo ago
I don't know. It's still using the CPU. I'm not sure where to look for the comfy args, other then using the log on Runpod, but there is nothing there that would indicate anything useful.
Unknown User
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View
lightnlense
lightnlenseOP16mo ago
Workflow works fine locally Because I have the crystools Nodepack and it shows it's using the CPU And it takes forever. On my local 4090 it's done in 10 seconds.,
lightnlense
lightnlenseOP16mo ago
No description
Unknown User
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View
lightnlense
lightnlenseOP16mo ago
Already tried that
Unknown User
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View
digigoblin
digigoblin16mo ago
Do you see anything in the ComfyUI logs?
lightnlense
lightnlenseOP16mo ago
digigoblin
digigoblin16mo ago
This looks fine
No description
digigoblin
digigoblin16mo ago
Not sure whats with xformers not being available tho, but that shouldn't cause it not to use GPU. It could impact generation times tho. Does your local have xformers installed? "pytorch version: 2.3.1+cu121" this could be a problem for xformers, there is no compatible xformers for torch 2.3.1.
Unknown User
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View
digigoblin
digigoblin16mo ago
can't install xformers if its installed on local have to reinstall torch only 2.3.0 is compatible with xformers not 2.3.1
lightnlense
lightnlenseOP16mo ago
I don't think my local instance has xformers installed but I'm not sure. it's not in the start up file.
digigoblin
digigoblin16mo ago
activate local venv and then:
pip3 freeze
pip3 freeze
then you can compare the versions otherwise also
pip3 show torch
pip3 show xformers
pip3 show torch
pip3 show xformers
Unknown User
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View
lightnlense
lightnlenseOP16mo ago
Once I can find terminal in this new backend you got it
Unknown User
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View
lightnlense
lightnlenseOP16mo ago
It's not a jupyter notebook so finding the terminal is more difficult. THe port 7777
digigoblin
digigoblin16mo ago
code-server
Unknown User
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View
lightnlense
lightnlenseOP16mo ago
No description
Unknown User
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View
lightnlense
lightnlenseOP16mo ago
No description
Unknown User
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View
lightnlense
lightnlenseOP16mo ago
No description
Unknown User
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View
lightnlense
lightnlenseOP16mo ago
No description
Unknown User
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View
lightnlense
lightnlenseOP16mo ago
haha I've been trying XD
digigoblin
digigoblin16mo ago
Menu -> Terminal -> New Terminal
lightnlense
lightnlenseOP16mo ago
thank youuuu
Unknown User
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View
digigoblin
digigoblin16mo ago
I meant menu not files
Unknown User
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View
lightnlense
lightnlenseOP16mo ago
torch is 2.3.1 hamburger icon
Unknown User
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View
lightnlense
lightnlenseOP16mo ago
I'm trying. It's being obnoxious.
Unknown User
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View
lightnlense
lightnlenseOP16mo ago
Trying to use stuff like "pip3 show torch" in the terminal and it's just throwing errors.
Unknown User
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View
lightnlense
lightnlenseOP16mo ago
In just the basic terminal in C it's saying it's not found but I'm pretty sure I would have to have it to make comfy work and CUDA to do it's thing.
Unknown User
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View
lightnlense
lightnlenseOP16mo ago
New verison of pip is available so I have pip installed.
Madiator2011 (Work)
xformers is not need as pytorch2.0+ has already better memory optimization btw my template requires cuda 12.1+
BROKKOLI
BROKKOLI15mo ago
Runpod SD ComfyUI, same problem here, GPU Utilization stays at 0%

Did you find this page helpful?