diff --git a/cu121/README.zh.adoc b/cu121/README.zh.adoc index c04d34f..275c9aa 100644 --- a/cu121/README.zh.adoc +++ b/cu121/README.zh.adoc @@ -1,6 +1,6 @@ # 用于 ComfyUI 的 Docker 镜像 -image::docs/chart-concept.zh.svg["布局"] +image::../docs/chart-concept.zh.svg["布局"] image:https://github.com/YanWenKun/ComfyUI-Docker/actions/workflows/build-cu121.yml/badge.svg["GitHub Workflow Status",link="https://github.com/YanWenKun/ComfyUI-Docker/actions/workflows/build-cu121.yml"] diff --git a/docs/README-DockerHub.md b/docs/README-DockerHub.md index 69880ba..152e3a4 100644 --- a/docs/README-DockerHub.md +++ b/docs/README-DockerHub.md @@ -22,10 +22,39 @@ docker run -it --rm \ Once the app is loaded, visit http://localhost:8188/ -## More Usage +## Image Tags -- [AMD GPU with ROCm](https://github.com/YanWenKun/ComfyUI-Docker/tree/main/rocm) +- `cu121`, `latest` [\[doc\]](https://github.com/YanWenKun/ComfyUI-Docker/tree/main/cu121) -- ["Megapak" (all-in-one bundle)](https://github.com/YanWenKun/ComfyUI-Docker/tree/main/cu121-megapak) + - Recommended for those trying ComfyUI for the first time. + - Equipped with many dependencies. Starts with ComfyUI core only. + - Using a low-privilege user within the container (easy for WSL2 deploy). + - Using CUDA 12.1 + Python 3.11. -- For docs and image detail, check [GitHub Page](https://github.com/YanWenKun/ComfyUI-Docker). +- `cu121-megapak`, `megapak` [\[doc\]](https://github.com/YanWenKun/ComfyUI-Docker/tree/main/cu121-megapak) + + - All-in-one bundle, including dev kits. + - Using 'root' user within the container (easy for rootless deploy). + - Using CUDA 12.1 + Python 3.11. + +- `cu124-megapak` [\[doc\]](https://github.com/YanWenKun/ComfyUI-Docker/tree/main/cu124-megapak) + + - All-in-one bundle, including dev kits. + - Using 'root' user within the container (easy for rootless deploy). + - Using CUDA 12.4 + Python 3.12. May perform better on newer GPUs. + +- `rocm` [\[doc\]](https://github.com/YanWenKun/ComfyUI-Docker/tree/main/rocm) + + - For AMD GPU with ROCm. + +- `comfy3d-pt22` [\[doc\]](https://github.com/YanWenKun/ComfyUI-Docker/tree/main/comfy3d-pt22) + + - Dedicated for [ComfyUI-3D-Pack](https://github.com/MrForExample/ComfyUI-3D-Pack). + - Running a classic version of Comfy3D based on PyTorch 2.2. + +- `comfy3d-pt23` [\[doc\]](https://github.com/YanWenKun/ComfyUI-Docker/tree/main/comfy3d-pt23) + + - Dedicated for [ComfyUI-3D-Pack](https://github.com/MrForExample/ComfyUI-3D-Pack). + - Running a newer version of Comfy3D based on PyTorch 2.3. + +For more detailed docs, check [GitHub Page](https://github.com/YanWenKun/ComfyUI-Docker).