Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Aug 7, 2024
1 parent b466618 commit ee16126
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cu121/README.zh.adoc
Original file line number Diff line number Diff line change
@@ -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"]

Expand Down
37 changes: 33 additions & 4 deletions docs/README-DockerHub.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit ee16126

Please sign in to comment.