fix: move comfy deploy into standalone install

This commit is contained in:
BennyKok 2024-01-12 18:56:18 +08:00
parent b8e478c8ee
commit 03a822d529

View File

@ -50,7 +50,8 @@ if not deploy_test:
"cd /comfyui/custom_nodes && git clone --depth 1 https://github.com/ltdrdata/ComfyUI-Manager.git", "cd /comfyui/custom_nodes && git clone --depth 1 https://github.com/ltdrdata/ComfyUI-Manager.git",
"cd /comfyui/custom_nodes/ComfyUI-Manager && pip install -r requirements.txt", "cd /comfyui/custom_nodes/ComfyUI-Manager && pip install -r requirements.txt",
"cd /comfyui/custom_nodes/ComfyUI-Manager && mkdir startup-scripts", "cd /comfyui/custom_nodes/ComfyUI-Manager && mkdir startup-scripts",
)
.run_commands(
# Install comfy deploy # Install comfy deploy
"cd /comfyui/custom_nodes && git clone https://github.com/BennyKok/comfyui-deploy.git", "cd /comfyui/custom_nodes && git clone https://github.com/BennyKok/comfyui-deploy.git",
) )