From ae77790acc238f45ab7fbec34c3a186a770f4298 Mon Sep 17 00:00:00 2001 From: "kyj@bowong.ai" Date: Mon, 4 Aug 2025 14:10:40 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"FIX=20=E4=BF=AE=E6=94=B9=E4=BB=93?= =?UTF-8?q?=E5=BA=93=E4=BD=8D=E7=BD=AE[=E4=BA=A4=E6=8E=A5]"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 4c63f97a70710f9036497e8225c12004e8e1a6cb. --- ext/comfyui_modal_deploy.py | 8 ++++---- ext/comfyui_modal_deploy_4ui.py | 8 ++++---- ext/comfyui_modal_deploy_4ui_waas.py | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ext/comfyui_modal_deploy.py b/ext/comfyui_modal_deploy.py index 9ff4ed3..5fd4d5a 100644 --- a/ext/comfyui_modal_deploy.py +++ b/ext/comfyui_modal_deploy.py @@ -8,9 +8,9 @@ image = ( modal.Image.debian_slim( python_version="3.10" ) - .apt_install("git", "gcc", "libportaudio2", "ffmpeg", "wget") - .run_commands("wget https://cdn.roasmax.cn/whls/comfy_cli-0.0.0-py3-none-any.whl") - .pip_install("./comfy_cli==0.0.0") + .apt_install("git", "gcc", "libportaudio2", "ffmpeg") + .pip_install("comfy_cli==0.0.0", + index_url="https://packages-1747622887395:0ee15474ccd7b27b57ca63a9306327678e6c2631@g-ldyi2063-pypi.pkg.coding.net/dev/packages/simple") .run_commands( "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/Suzie1/ComfyUI_Comfyroll_CustomNodes.git") .run_commands("comfy node install https://github.com/jamesWalker55/comfyui-various.git") - .run_commands("comfy node install https://gitea.bowongai.com/bowong/ComfyUI-CustomNode.git") + .run_commands("comfy node install https://gitea.bowongai.com/Polaris/ComfyUI-CustomNode.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/kijai/ComfyUI-DepthAnythingV2") diff --git a/ext/comfyui_modal_deploy_4ui.py b/ext/comfyui_modal_deploy_4ui.py index 5e18959..d4869fc 100644 --- a/ext/comfyui_modal_deploy_4ui.py +++ b/ext/comfyui_modal_deploy_4ui.py @@ -8,9 +8,9 @@ image = ( modal.Image.debian_slim( python_version="3.10" ) - .apt_install("git", "gcc", "libportaudio2", "ffmpeg", "wget") - .run_commands("wget https://cdn.roasmax.cn/whls/comfy_cli-0.0.0-py3-none-any.whl") - .pip_install("./comfy_cli==0.0.0") + .apt_install("git", "gcc", "libportaudio2", "ffmpeg") + .pip_install("comfy_cli==0.0.0", + index_url="https://packages-1747622887395:0ee15474ccd7b27b57ca63a9306327678e6c2631@g-ldyi2063-pypi.pkg.coding.net/dev/packages/simple") .run_commands( "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/cubiq/ComfyUI_essentials.git") .run_commands("comfy node install https://github.com/jamesWalker55/comfyui-various.git") - .run_commands("comfy node install https://gitea.bowongai.com/bowong/ComfyUI-CustomNode.git", force_build=True) + .run_commands("comfy node install https://gitea.bowongai.com/Polaris/ComfyUI-CustomNode.git", force_build=True) .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/input&&ln -s /models/input /root/comfy/ComfyUI/input") diff --git a/ext/comfyui_modal_deploy_4ui_waas.py b/ext/comfyui_modal_deploy_4ui_waas.py index 85b563f..620f797 100644 --- a/ext/comfyui_modal_deploy_4ui_waas.py +++ b/ext/comfyui_modal_deploy_4ui_waas.py @@ -8,9 +8,9 @@ image = ( modal.Image.debian_slim( python_version="3.10" ) - .apt_install("git", "gcc", "libportaudio2", "ffmpeg", "wget") - .run_commands("wget https://cdn.roasmax.cn/whls/comfy_cli-0.0.0-py3-none-any.whl") - .pip_install("./comfy_cli==0.0.0") + .apt_install("git", "gcc", "libportaudio2", "ffmpeg") + .pip_install("comfy_cli==0.0.0", + index_url="https://packages-1747622887395:0ee15474ccd7b27b57ca63a9306327678e6c2631@g-ldyi2063-pypi.pkg.coding.net/dev/packages/simple") .run_commands( "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/cubiq/ComfyUI_essentials.git") .run_commands("comfy node install https://github.com/jamesWalker55/comfyui-various.git") - .run_commands("comfy node install https://gitea.bowongai.com/bowong/ComfyUI-CustomNode.git") + .run_commands("comfy node install https://gitea.bowongai.com/Polaris/ComfyUI-CustomNode.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/input&&ln -s /waas/input /root/comfy/ComfyUI/input")