Pull the image
Pre-built and pushed to Docker Hub. No local build needed.
docker pull timpietruskyrunpod/comfyui-wizard:tpl-audio_ace_step_1_5_checkpoint
Dockerfile
# clean base image containing only comfyui, comfy-cli and comfyui-manager
FROM runpod/worker-comfyui:5.8.4-base
# download models into comfyui
RUN comfy model download --url https://huggingface.co/Comfy-Org/ace_step_1.5_ComfyUI_files/resolve/main/checkpoints/ace_step_1.5_turbo_aio.safetensors --relative-path models/checkpoints --filename ace_step_1.5_turbo_aio.safetensors
Run Instructions
Build
docker build -t comfyui-tpl-audio_ace_step_1_5_checkpoint .
Run
docker run --gpus all -p 8188:8188 timpietruskyrunpod/comfyui-wizard:tpl-audio_ace_step_1_5_checkpoint
RunPod Serverless
Use the Dockerfile as a RunPod Serverless worker template