Replies: 1 comment 2 replies
-
I've been using ComfyUI for a while on the RX5700 XT (it's the same card as yours, just overclocked).
After the installation is complete you can just run the program each time running: source /opt/rocm_sdk_612/bin/env_rocm.sh source venv/bin/activate Same advice as before, the order is important, source the venv after env_rocm.sh. python main.py --fp16-unet --fp16-vae --fp16-text-enc --use-pytorch-cross-attention --preview-method taesd --normalvram --listen That's the launch command I personally use (edit it as you like). I hope this can be helpful for you. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I am very new to anything and everything coding related, only starting to mess arround with generative AI, so I apologize in advance if my question sounds really stupid. I wanted to try and run comfy ui on Ubuntu 24.04.1 (kernel 6.8.0-48-generic), with ROCm in my rx5700 (non xt) which I got working with this tool. I wanted to know if I needed to do anything different from the standard installation to not f-up, I
m kinda scared to just mess arround and find out since I already had to reinstall from scratch once due to a mistake in my part. Thanks to everyone in advance, and sorry for the question ;) I hope y
all have wonderful daysBeta Was this translation helpful? Give feedback.
All reactions