Skip to content

Commit

Permalink
Update docs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Oct 1, 2024
1 parent aa9f619 commit 0f552be
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 14 deletions.
4 changes: 2 additions & 2 deletions cu121-megapak/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ docker run -it --rm \
--gpus all \
-p 8188:8188 \
-v "$(pwd)"/storage:/root \
-e CLI_ARGS="--preview-method taesd" \
-e CLI_ARGS="" \
yanwk/comfyui-boot:megapak
----

Expand All @@ -76,7 +76,7 @@ podman run -it --rm \
--security-opt label=disable \
-p 8188:8188 \
-v "$(pwd)"/storage:/root \
-e CLI_ARGS="--preview-method taesd" \
-e CLI_ARGS="" \
docker.io/yanwk/comfyui-boot:megapak
----

Expand Down
4 changes: 2 additions & 2 deletions cu121-megapak/README.zh.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ docker run -it --rm \
--gpus all \
-p 8188:8188 \
-v "$(pwd)"/storage:/root \
-e CLI_ARGS="--preview-method taesd" \
-e CLI_ARGS="" \
yanwk/comfyui-boot:megapak
----

Expand All @@ -73,7 +73,7 @@ podman run -it --rm \
--security-opt label=disable \
-p 8188:8188 \
-v "$(pwd)"/storage:/root \
-e CLI_ARGS="--preview-method taesd" \
-e CLI_ARGS="" \
docker.io/yanwk/comfyui-boot:megapak
----

Expand Down
2 changes: 1 addition & 1 deletion cu121/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Once the app is loaded, visit http://localhost:8188/
|If you don't want to use xFormers. This may perform well on WSL2, but significantly slower on Linux hosts.

|--preview-method taesd
|Enable higher-quality previews with TAESD.
|Enable higher-quality previews with TAESD. ComfyUI-Manager would override this (settings available in Manager UI).

|--front-end-version Comfy-Org/ComfyUI_frontend@latest
|Use the most up-to-date frontend version.
Expand Down
2 changes: 1 addition & 1 deletion cu121/README.zh.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ docker image prune
|如果不想用 xFormers,而改用 PyTorch 原生交叉注意力机制。在 WSL2 上可能会有更好的速度/显存占用表现,但在 Linux 宿主机上会明显更慢。

|--preview-method taesd
|使用基于 TAESD 的高质量实时预览
|使用基于 TAESD 的高质量实时预览。使用 Manager 会覆盖该参数(需在 Manager 界面中设置预览方式)。

|--front-end-version Comfy-Org/ComfyUI_frontend@latest
|使用最新的 ComfyUI 前端
Expand Down
6 changes: 3 additions & 3 deletions cu124-cn/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ docker run -it --rm \
--gpus all \
-p 8188:8188 \
-v "$(pwd)"/storage:/root \
-e CLI_ARGS="--fast --preview-method taesd" \
-e CLI_ARGS="--fast" \
-e PIP_INDEX_URL="https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple" \
-e HF_ENDPOINT="https://hf-mirror.com" \
yanwk/comfyui-boot:cu124-cn
Expand All @@ -75,7 +75,7 @@ podman run -it --rm \
--security-opt seccomp=unconfined \
-p 8188:8188 \
-v "$(pwd)"/storage:/root \
-e CLI_ARGS="--fast --preview-method taesd" \
-e CLI_ARGS="--fast" \
-e PIP_INDEX_URL="https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple" \
-e HF_ENDPOINT="https://hf-mirror.com" \
yanwk/comfyui-boot:cu124-cn
Expand Down Expand Up @@ -269,7 +269,7 @@ echo "[INFO] 代理设置为 $HTTP_PROXY"
|如果不想用 xFormers,而改用 PyTorch 原生交叉注意力机制。在 WSL2 上可能会有更好的速度/显存占用表现,但在 Linux 宿主机上会明显更慢。
|--preview-method taesd
|使用基于 TAESD 的高质量实时预览
|使用基于 TAESD 的高质量实时预览。使用 Manager 会覆盖该参数(需在 Manager 界面中设置预览方式)。
|--front-end-version Comfy-Org/ComfyUI_frontend@latest
|使用最新版本的 ComfyUI 前端
Expand Down
4 changes: 2 additions & 2 deletions cu124-megapak/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ docker run -it --rm \
--gpus all \
-p 8188:8188 \
-v "$(pwd)"/storage:/root \
-e CLI_ARGS="--fast --preview-method taesd" \
-e CLI_ARGS="--fast" \
yanwk/comfyui-boot:cu124-megapak
----

Expand All @@ -46,7 +46,7 @@ podman run -it --rm \
--security-opt label=disable \
-p 8188:8188 \
-v "$(pwd)"/storage:/root \
-e CLI_ARGS="--fast --preview-method taesd" \
-e CLI_ARGS="--fast" \
docker.io/yanwk/comfyui-boot:cu124-megapak
----

Expand Down
4 changes: 2 additions & 2 deletions cu124-megapak/README.zh.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ docker run -it --rm \
--gpus all \
-p 8188:8188 \
-v "$(pwd)"/storage:/root \
-e CLI_ARGS="--fast --preview-method taesd" \
-e CLI_ARGS="--fast" \
yanwk/comfyui-boot:cu124-megapak
----

Expand All @@ -46,7 +46,7 @@ podman run -it --rm \
--security-opt label=disable \
-p 8188:8188 \
-v "$(pwd)"/storage:/root \
-e CLI_ARGS="--fast --preview-method taesd" \
-e CLI_ARGS="--fast" \
docker.io/yanwk/comfyui-boot:cu124-megapak
----

Expand Down
4 changes: 3 additions & 1 deletion nightly/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
# Using image from NVIDIA as base image:
# https://catalog.ngc.nvidia.com/orgs/nvidia/containers/cuda/tags
#
# Note about GCC:
# Ubuntu 24.04 comes with GCC 13, so no additional config here.
#
# Note about env vars: in NVIDIA's image, there's no CUDA_HOME or CUDA_PATH.
# Note about env vars:
# In NVIDIA's image, there's no CUDA_HOME or CUDA_PATH.
# Also, the LD_LIBRARY_PATH is intended to point to a non-existent folder.
# Ref: https://gitlab.com/nvidia/container-images/cuda/-/issues/47
################################################################################
Expand Down

0 comments on commit 0f552be

Please sign in to comment.