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 \
|
libavformat-dev \
|
||||||
libavutil-dev \
|
libavutil-dev \
|
||||||
libswscale-dev \
|
libswscale-dev \
|
||||||
|
libavdevice-dev \
|
||||||
bc \
|
bc \
|
||||||
jq \
|
jq \
|
||||||
openssh-server \
|
openssh-server \
|
||||||
|
pkg-config \
|
||||||
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Install Supervisor for process management
|
# Install Supervisor for process management
|
||||||
|
|||||||
13
arty.yml
13
arty.yml
@@ -59,18 +59,6 @@ references:
|
|||||||
into: $COMFYUI_ROOT/custom_nodes/ComfyUI-3D-Pack
|
into: $COMFYUI_ROOT/custom_nodes/ComfyUI-3D-Pack
|
||||||
description: "3D asset generation"
|
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
|
- url: https://github.com/ssitu/ComfyUI_UltimateSDUpscale.git
|
||||||
into: $COMFYUI_ROOT/custom_nodes/ComfyUI_UltimateSDUpscale
|
into: $COMFYUI_ROOT/custom_nodes/ComfyUI_UltimateSDUpscale
|
||||||
description: "Ultimate SD Upscale for high-quality image upscaling"
|
description: "Ultimate SD Upscale for high-quality image upscaling"
|
||||||
@@ -154,6 +142,7 @@ scripts:
|
|||||||
for dir in */; do
|
for dir in */; do
|
||||||
cd $dir
|
cd $dir
|
||||||
python3 -m venv venv && source venv/bin/activate
|
python3 -m venv venv && source venv/bin/activate
|
||||||
|
pip install --upgrade pip
|
||||||
if [ -f "requirements.txt" ]; then
|
if [ -f "requirements.txt" ]; then
|
||||||
echo ""
|
echo ""
|
||||||
echo "📦 Installing ${dir%/} dependencies..."
|
echo "📦 Installing ${dir%/} dependencies..."
|
||||||
|
|||||||
Reference in New Issue
Block a user