No description
  • Shell 57.4%
  • Dockerfile 42.6%
Find a file
2026-06-09 20:22:14 +00:00
docs sync v0.5.0 (source 6f3be46ba1b9) 2026-06-09 20:22:14 +00:00
examples sync v0.5.0 (source cce6aec77f1a) 2026-06-09 17:11:57 +00:00
scripts sync v0.5.0 (source cce6aec77f1a) 2026-06-09 17:11:57 +00:00
CHANGELOG.md sync v0.5.0 (source cce6aec77f1a) 2026-06-09 17:11:57 +00:00
custom_nodes.repos sync v0.5.0 (source cce6aec77f1a) 2026-06-09 17:11:57 +00:00
Dockerfile sync v0.5.0 (source cce6aec77f1a) 2026-06-09 17:11:57 +00:00
entrypoint.sh sync v0.5.0 (source cce6aec77f1a) 2026-06-09 17:11:57 +00:00
LICENSE sync v0.5.0 (source cce6aec77f1a) 2026-06-09 17:11:57 +00:00
README.md sync v0.5.0 (source cce6aec77f1a) 2026-06-09 17:11:57 +00:00

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).

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.