Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Sep 25, 2024
1 parent 532a690 commit 2791387
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ docker run -it --rm \

* link:cu121/README.adoc[`cu121`, `latest`]
** Recommended for those trying ComfyUI for the first time.
** Recommended for anyone 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).
** Not recommended for Podman or rootless deploy (use `megapak` instead).
Expand Down
2 changes: 1 addition & 1 deletion docs/README-DockerHub.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Once the app is loaded, visit http://localhost:8188/

- `cu121`, `latest` [\[doc\]](https://github.com/YanWenKun/ComfyUI-Docker/tree/main/cu121)

- Recommended for those trying ComfyUI for the first time.
- Recommended for anyone 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.
Expand Down
4 changes: 4 additions & 0 deletions rocm/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ Once the app is loaded, visit http://localhost:8188/
[[hint]]
## If you want to dive in...

(Just notes. Nothing to do with this Docker image)

ROCm has a PyTorch image:

https://hub.docker.com/r/rocm/pytorch
Expand All @@ -75,6 +77,8 @@ It's big, but if you find it hard to run the container, it may be helpful. As it

## Additional notes for Windows users

(Just notes. Nothing to do with this Docker image)

WSL2 supports ROCm and DirectML.

* ROCm
Expand Down
4 changes: 4 additions & 0 deletions rocm/README.zh.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ podman run -it --rm \
[[hint]]
## 如果你愿意折腾……

(以下内容介绍另外的安装使用方式,与本镜像无关)

ROCm 有一个 PyTorch 镜像:

https://hub.docker.com/r/rocm/pytorch
Expand All @@ -70,6 +72,8 @@ docker pull rocm/pytorch:rocm6.2_ubuntu22.04_py3.10_pytorch_release_2.3.0

## 备注: Windows 用户

(以下内容介绍另外的安装使用方式,与本镜像无关)

WSL2 支持 ROCm 与 DirectML。

* ROCm
Expand Down

0 comments on commit 2791387

Please sign in to comment.