fix: arty.yml
All checks were successful
Build and Push RunPod Docker Image / build-and-push (push) Successful in 1m59s
All checks were successful
Build and Push RunPod Docker Image / build-and-push (push) Successful in 1m59s
This commit is contained in:
@@ -22,9 +22,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
libavformat-dev \
|
||||
libavutil-dev \
|
||||
libswscale-dev \
|
||||
libavdevice-dev \
|
||||
bc \
|
||||
jq \
|
||||
openssh-server \
|
||||
pkg-config \
|
||||
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Install Supervisor for process management
|
||||
|
||||
13
arty.yml
13
arty.yml
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user