Skip to content

Commit

Permalink
ComfyUI has integrated AGL Translation
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Dec 27, 2024
1 parent 590291a commit 8702716
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 19 deletions.
2 changes: 1 addition & 1 deletion comfy3d-pt25/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ https://hub.docker.com/r/yanwk/comfyui-boot/tags?name=comfy3d-pt25[View on <Dock

NOTE: **Currently Not Working on WSL2**.

* By default, only install ComfyUI, AGL Translation, ComfyUI-3D-Pack, and any custom nodes required by example workflows.
* By default, only install ComfyUI, ComfyUI-3D-Pack, and any custom nodes required by example workflows.
* ComfyUI-Manager will be installed but disabled by default.
* After the download is complete, the script will attempt to rebuild dependencies for the 3D-Pack.
** This process could take about 10 minutes.
Expand Down
2 changes: 1 addition & 1 deletion comfy3d-pt25/README.zh.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ https://hub.docker.com/r/yanwk/comfyui-boot/tags?name=comfy3d-pt25[在 <Docker H

注意:**目前尚不兼容 WSL2 Docker**

* 默认仅安装 ComfyUI、AGL 翻译、ComfyUI-3D-Pack 以及 3D-Pack 示例工作流所需节点。
* 默认仅安装 ComfyUI、ComfyUI-3D-Pack 以及 3D-Pack 示例工作流所需节点。
* 会下载安装 ComfyUI-Manager,但默认将其禁用,以避免其自动更新依赖项。
* 第一次启动时,在下载步骤完成后,会尝试重新编译 3D-Pack 所需依赖项。
** 添加空文件 `.build-complete` 到主目录下即可跳过该步骤(类似 `.download-complete`)。一些工作流(比如 TripoSR)不需要重新编译也能正常运行,这里为了确保兼容性添加了该步骤。
Expand Down
3 changes: 0 additions & 3 deletions comfy3d-pt25/runner-scripts/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ cd /root/ComfyUI/custom_nodes
clone_or_pull https://github.com/ltdrdata/ComfyUI-Manager.git
mv ComfyUI-Manager ComfyUI-Manager.disabled

# GUI Translation
clone_or_pull https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Translation.git

# Nodes used by 3D-Pack
clone_or_pull https://github.com/cubiq/ComfyUI_IPAdapter_plus.git
clone_or_pull https://github.com/edenartlab/eden_comfy_pipelines.git
Expand Down
1 change: 0 additions & 1 deletion cu121-megapak/runner-scripts/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ echo "########################################"
cd /root/ComfyUI/custom_nodes

# Workspace
clone_or_pull https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Translation.git
clone_or_pull https://github.com/crystian/ComfyUI-Crystools.git
clone_or_pull https://github.com/crystian/ComfyUI-Crystools-save.git

Expand Down
1 change: 0 additions & 1 deletion cu121/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ gcs='git clone --depth=1 --no-tags --recurse-submodules --shallow-submodules'
# Workspace
$gcs https://github.com/11cafe/comfyui-workspace-manager.git
$gcs https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Translation.git
$gcs https://github.com/crystian/ComfyUI-Crystools-save.git
$gcs https://github.com/crystian/ComfyUI-Crystools.git
Expand Down
1 change: 0 additions & 1 deletion cu121/README.zh.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ gcs='git clone --depth=1 --no-tags --recurse-submodules --shallow-submodules'
# 工作空间
$gcs https://github.com/11cafe/comfyui-workspace-manager.git
$gcs https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Translation.git
$gcs https://github.com/crystian/ComfyUI-Crystools-save.git
$gcs https://github.com/crystian/ComfyUI-Crystools.git
Expand Down
3 changes: 0 additions & 3 deletions cu124-cn/runner-scripts/comfy.settings.json.example

This file was deleted.

7 changes: 0 additions & 7 deletions cu124-cn/runner-scripts/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ echo "########################################"
cd /root/ComfyUI/custom_nodes

# 工作空间
clone_or_pull https://gh-proxy.com/https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Translation.git
clone_or_pull https://gh-proxy.com/https://github.com/crystian/ComfyUI-Crystools.git
clone_or_pull https://gh-proxy.com/https://github.com/crystian/ComfyUI-Crystools-save.git

Expand Down Expand Up @@ -87,12 +86,6 @@ clone_or_pull https://gh-proxy.com/https://github.com/pythongosssss/ComfyUI-WD14
clone_or_pull https://gh-proxy.com/https://github.com/SLAPaper/ComfyUI-Image-Selector.git
clone_or_pull https://gh-proxy.com/https://github.com/ssitu/ComfyUI_UltimateSDUpscale.git

# 配置为中文界面
if [ ! -f "/root/ComfyUI/user/default/comfy.settings.json" ] ; then
mkdir -p /root/ComfyUI/user/default
cp /runner-scripts/comfy.settings.json.example /root/ComfyUI/user/default/comfy.settings.json
fi ;

echo "########################################"
echo "[INFO] 下载模型……"
echo "########################################"
Expand Down
1 change: 0 additions & 1 deletion cu124-megapak/runner-scripts/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ echo "########################################"
cd /root/ComfyUI/custom_nodes

# Workspace
clone_or_pull https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Translation.git
clone_or_pull https://github.com/crystian/ComfyUI-Crystools.git
clone_or_pull https://github.com/crystian/ComfyUI-Crystools-save.git

Expand Down

0 comments on commit 8702716

Please sign in to comment.