No description
- Shell 57.4%
- Dockerfile 42.6%
| docs | ||
| examples | ||
| scripts | ||
| CHANGELOG.md | ||
| custom_nodes.repos | ||
| Dockerfile | ||
| entrypoint.sh | ||
| LICENSE | ||
| README.md | ||
comfyui-rocm
Build source for the ComfyUI on AMD ROCm Docker image — a ready-to-run ComfyUI container for AMD Radeon GPUs with a curated, version-pinned custom-node set, ComfyUI-Manager, and multi-GPU support (tested on 2× Radeon AI PRO R9700).
- Pull the image:
docker pull zuzupebbles/comfyui-rocm-agamemnon - Docker Hub (full overview, quick start, configuration, troubleshooting): https://hub.docker.com/r/zuzupebbles/comfyui-rocm-agamemnon
- What's inside & how it's built:
docs/DOCKERHUB-OVERVIEW.md, theDockerfile, andcustom_nodes.repos.
Versions
| ComfyUI | v0.24.0 (pinned) |
| ROCm | 7.1 |
| PyTorch | 2.8.0 (ROCm build — no CUDA wheels) |
| Python | 3.12 |
| Tested GPUs | RDNA4 — Radeon AI PRO R9700 (gfx1201); RDNA3 — Radeon RX 7900 XTX (gfx1100) |
| Multi-GPU | tested on 2× Radeon AI PRO R9700 (ComfyUI-MultiGPU / DisTorch2) |
What's here
| Path | What |
|---|---|
Dockerfile |
Image build definition |
custom_nodes.repos |
The pinned baked-in custom-node set |
entrypoint.sh |
Pre-flight wrapper |
examples/ |
Reference Docker Compose + model-paths config |
scripts/ |
Local build/test tooling |
docs/DOCKERHUB-OVERVIEW.md |
The full public overview |
CHANGELOG.md |
Release history |
License
MIT for the build tooling here. ComfyUI and each bundled custom node remain under their own upstream licenses.
This repository is a published mirror of the image's build context, regenerated by CI on each release. Direct pushes/PRs here are overwritten on the next sync — please open an issue for problems or suggestions.