FIX 修改仓库位置[交接]

This commit is contained in:
kyj@bowong.ai 2025-08-04 13:57:40 +08:00
parent 2448d5c0c0
commit 4c63f97a70
3 changed files with 12 additions and 12 deletions

View File

@ -8,9 +8,9 @@ image = (
modal.Image.debian_slim( modal.Image.debian_slim(
python_version="3.10" python_version="3.10"
) )
.apt_install("git", "gcc", "libportaudio2", "ffmpeg") .apt_install("git", "gcc", "libportaudio2", "ffmpeg", "wget")
.pip_install("comfy_cli==0.0.0", .run_commands("wget https://cdn.roasmax.cn/whls/comfy_cli-0.0.0-py3-none-any.whl")
index_url="https://packages-1747622887395:0ee15474ccd7b27b57ca63a9306327678e6c2631@g-ldyi2063-pypi.pkg.coding.net/dev/packages/simple") .pip_install("./comfy_cli==0.0.0")
.run_commands( .run_commands(
"comfy --skip-prompt install --fast-deps --nvidia --version 0.3.46" "comfy --skip-prompt install --fast-deps --nvidia --version 0.3.46"
) )
@ -26,7 +26,7 @@ image = (
.run_commands("comfy node install https://github.com/cubiq/ComfyUI_essentials.git") .run_commands("comfy node install https://github.com/cubiq/ComfyUI_essentials.git")
.run_commands("comfy node install https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes.git") .run_commands("comfy node install https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes.git")
.run_commands("comfy node install https://github.com/jamesWalker55/comfyui-various.git") .run_commands("comfy node install https://github.com/jamesWalker55/comfyui-various.git")
.run_commands("comfy node install https://gitea.bowongai.com/Polaris/ComfyUI-CustomNode.git") .run_commands("comfy node install https://gitea.bowongai.com/bowong/ComfyUI-CustomNode.git")
.run_commands("comfy node install https://github.com/rgthree/rgthree-comfy.git") .run_commands("comfy node install https://github.com/rgthree/rgthree-comfy.git")
.run_commands("comfy node install https://github.com/yuvraj108c/ComfyUI-Dwpose-Tensorrt") .run_commands("comfy node install https://github.com/yuvraj108c/ComfyUI-Dwpose-Tensorrt")
.run_commands("comfy node install https://github.com/kijai/ComfyUI-DepthAnythingV2") .run_commands("comfy node install https://github.com/kijai/ComfyUI-DepthAnythingV2")

View File

@ -8,9 +8,9 @@ image = (
modal.Image.debian_slim( modal.Image.debian_slim(
python_version="3.10" python_version="3.10"
) )
.apt_install("git", "gcc", "libportaudio2", "ffmpeg") .apt_install("git", "gcc", "libportaudio2", "ffmpeg", "wget")
.pip_install("comfy_cli==0.0.0", .run_commands("wget https://cdn.roasmax.cn/whls/comfy_cli-0.0.0-py3-none-any.whl")
index_url="https://packages-1747622887395:0ee15474ccd7b27b57ca63a9306327678e6c2631@g-ldyi2063-pypi.pkg.coding.net/dev/packages/simple") .pip_install("./comfy_cli==0.0.0")
.run_commands( .run_commands(
"comfy --skip-prompt install --fast-deps --nvidia --version 0.3.40" "comfy --skip-prompt install --fast-deps --nvidia --version 0.3.40"
) )
@ -23,7 +23,7 @@ image = (
.run_commands("comfy node install https://github.com/WASasquatch/was-node-suite-comfyui.git") .run_commands("comfy node install https://github.com/WASasquatch/was-node-suite-comfyui.git")
.run_commands("comfy node install https://github.com/cubiq/ComfyUI_essentials.git") .run_commands("comfy node install https://github.com/cubiq/ComfyUI_essentials.git")
.run_commands("comfy node install https://github.com/jamesWalker55/comfyui-various.git") .run_commands("comfy node install https://github.com/jamesWalker55/comfyui-various.git")
.run_commands("comfy node install https://gitea.bowongai.com/Polaris/ComfyUI-CustomNode.git", force_build=True) .run_commands("comfy node install https://gitea.bowongai.com/bowong/ComfyUI-CustomNode.git", force_build=True)
.run_commands("comfy node install https://github.com/rgthree/rgthree-comfy.git") .run_commands("comfy node install https://github.com/rgthree/rgthree-comfy.git")
.run_commands("rm -rf /root/comfy/ComfyUI/models&&ln -s /models /root/comfy/ComfyUI/models") .run_commands("rm -rf /root/comfy/ComfyUI/models&&ln -s /models /root/comfy/ComfyUI/models")
.run_commands("rm -rf /root/comfy/ComfyUI/input&&ln -s /models/input /root/comfy/ComfyUI/input") .run_commands("rm -rf /root/comfy/ComfyUI/input&&ln -s /models/input /root/comfy/ComfyUI/input")

View File

@ -8,9 +8,9 @@ image = (
modal.Image.debian_slim( modal.Image.debian_slim(
python_version="3.10" python_version="3.10"
) )
.apt_install("git", "gcc", "libportaudio2", "ffmpeg") .apt_install("git", "gcc", "libportaudio2", "ffmpeg", "wget")
.pip_install("comfy_cli==0.0.0", .run_commands("wget https://cdn.roasmax.cn/whls/comfy_cli-0.0.0-py3-none-any.whl")
index_url="https://packages-1747622887395:0ee15474ccd7b27b57ca63a9306327678e6c2631@g-ldyi2063-pypi.pkg.coding.net/dev/packages/simple") .pip_install("./comfy_cli==0.0.0")
.run_commands( .run_commands(
"comfy --skip-prompt install --fast-deps --nvidia --version 0.3.40" "comfy --skip-prompt install --fast-deps --nvidia --version 0.3.40"
) )
@ -23,7 +23,7 @@ image = (
.run_commands("comfy node install https://github.com/WASasquatch/was-node-suite-comfyui.git") .run_commands("comfy node install https://github.com/WASasquatch/was-node-suite-comfyui.git")
.run_commands("comfy node install https://github.com/cubiq/ComfyUI_essentials.git") .run_commands("comfy node install https://github.com/cubiq/ComfyUI_essentials.git")
.run_commands("comfy node install https://github.com/jamesWalker55/comfyui-various.git") .run_commands("comfy node install https://github.com/jamesWalker55/comfyui-various.git")
.run_commands("comfy node install https://gitea.bowongai.com/Polaris/ComfyUI-CustomNode.git") .run_commands("comfy node install https://gitea.bowongai.com/bowong/ComfyUI-CustomNode.git")
.run_commands("comfy node install https://github.com/rgthree/rgthree-comfy.git") .run_commands("comfy node install https://github.com/rgthree/rgthree-comfy.git")
.run_commands("rm -rf /root/comfy/ComfyUI/models&&ln -s /models /root/comfy/ComfyUI/models") .run_commands("rm -rf /root/comfy/ComfyUI/models&&ln -s /models /root/comfy/ComfyUI/models")
.run_commands("rm -rf /root/comfy/ComfyUI/input&&ln -s /waas/input /root/comfy/ComfyUI/input") .run_commands("rm -rf /root/comfy/ComfyUI/input&&ln -s /waas/input /root/comfy/ComfyUI/input")