Skip to content

HardAndHeavy/comfyui-rocm-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ComfyUI on GPU AMD Radeon in Docker

English | Русский

ComfyUI in a Docker container with GPU Radeon support. Tested on AMD Radeon RX 7900 XTX.

Requirements

Launch

git clone https://github.com/HardAndHeavy/comfyui-rocm-docker
cd comfyui-rocm-docker
make run

At the first start, a lengthy initialization process will take place. When the process is completed, ComfyUI will be available at http://localhost.

Remarks

  • To add new node resources, you must grant access to the directory ./data, because the container was started as the root user. To do this, run the command sudo chmod -R 777 ./data
  • Models are located in the directory ./data/comfyui/models/checkpoints. Models can be found on the site civitai.com
  • If there is a major change in the composition of python libraries, you must change the version of CONDA_DIR in ./Makefile

About

ComfyUI on GPU AMD Radeon in Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published