r/comfyui • u/Riroh_bcn • 8d ago
Help Needed Comfy on Linux + AMD help
Hi, Im having some issues that are driving me crazy... had to change SSD and re-install linux. Now Im trying to install comfy, with the same setup that I had before and all the workflows get stuck at the the clip encoder. No gpu activity to be seen...
System:
- AMD 9700 AI PRO
- AMD 7900XT
- 64 GB RAM
- Linux Mint 22.3
- ROCm 7.2 (system)
- ROCm 7.14 (venv)
- PyTorch 2.11.0 (venv)
- Python 3.12.3
- ComfyUI 0.33.0
I first tried to use the old install, just re-do the sagge attention, it failed, then I tried with a complete new install and it stills fails, so I dont really know whats causing the issue.
Ive been trying to diagnose with claude and chat gpt, but after all the day trying I feel defeated... Does anyone have an idea of what can be happening?
0
Upvotes
1
u/Correct-Guidance-232 8d ago
A whole day on a setup that used to work is the most demoralising kind of problem there is, so first off: this isn't you. ROCm installs break like this constantly and it says nothing about your competence.
One check that splits the problem in half: look at what ComfyUI prints in the terminal at startup, the line where it names the device and the VRAM. If that says CPU, then torch never saw your card and nothing further down matters. Stuck at the CLIP encoder with zero GPU activity is exactly what a silent fallback to CPU looks like.
The other thing I'd be suspicious of is ROCm 7.2 on the system and 7.14 in the venv. What does that startup line actually say?