Gallery

Tpl Default

general0 nodes0 custom nodes0 models
checkpoints

Pull the image

Pre-built and pushed to Docker Hub. No local build needed.

docker pull timpietruskyrunpod/comfyui-wizard:tpl-default
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/stable-diffusion-v1-5-archive/resolve/main/v1-5-pruned-emaonly-fp16.safetensors?download=true --relative-path models/checkpoints --filename v1-5-pruned-emaonly-fp16.safetensors

Run Instructions

Build
docker build -t comfyui-tpl-default .
Run
docker run --gpus all -p 8188:8188 timpietruskyrunpod/comfyui-wizard:tpl-default
RunPod Serverless

Use the Dockerfile as a RunPod Serverless worker template