Skip to content

How to ComfyUI on AMD Radeon RX 5700 XT #1119

Discussion options

You must be logged in to vote

Not sure what errors you are getting, but here are the steps I took to get ComfyUI to run on my Radeon RX 5700 XT under Arch Linux:

  1. In a terminal, run git clone https://github.com/comfyanonymous/ComfyUI.git
  2. In a terminal, run cd ComfyUI
  3. Put your Stable Diffusion model files in ComfyUI/models/checkpoints
  4. Put your VAE model files into ComfyUI/models/vae if you have any
  5. In a terminal, run virtualenv -p 3.10 sdxl (This creates a Python virtual environment to prevent this from clogging up your main system Python since we need specific versions of packages to make ComfyUI work)
  6. In a terminal, run source sdxl/bin/activate (This activates the Python virtual environment. Must be done every time y…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@TerminatorHR
Comment options

@jacobhawkins495
Comment options

@arunhk3
Comment options

Answer selected by Robin-Aschan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants