fix: arty.yml
All checks were successful
Build and Push RunPod Docker Image / build-and-push (push) Successful in 1m59s

This commit is contained in:
2025-11-26 22:03:03 +01:00
parent 73aea85181
commit 15182802ed
2 changed files with 3 additions and 12 deletions

View File

@@ -59,18 +59,6 @@ references:
into: $COMFYUI_ROOT/custom_nodes/ComfyUI-3D-Pack
description: "3D asset generation"
- url: https://github.com/MixLabPro/comfyui-sound-lab.git
into: $COMFYUI_ROOT/custom_nodes/comfyui-sound-lab
description: "MusicGen and Stable Audio integration"
- url: https://github.com/billwuhao/ComfyUI_DiffRhythm.git
into: $COMFYUI_ROOT/custom_nodes/ComfyUI_DiffRhythm
description: "DiffRhythm - Full-length song generation (up to 4m45s) with text/audio conditioning"
- url: https://github.com/billwuhao/ComfyUI_ACE-Step.git
into: $COMFYUI_ROOT/custom_nodes/ComfyUI_ACE-Step
description: "ACE Step - State-of-the-art music generation with 19-language support, voice cloning, and superior coherence"
- url: https://github.com/ssitu/ComfyUI_UltimateSDUpscale.git
into: $COMFYUI_ROOT/custom_nodes/ComfyUI_UltimateSDUpscale
description: "Ultimate SD Upscale for high-quality image upscaling"
@@ -154,6 +142,7 @@ scripts:
for dir in */; do
cd $dir
python3 -m venv venv && source venv/bin/activate
pip install --upgrade pip
if [ -f "requirements.txt" ]; then
echo ""
echo "📦 Installing ${dir%/} dependencies..."