Gallery
Tpl Arc Area Composition Square Area For Subject
general0 nodes0 custom nodes0 models
checkpointsvae
Pull the image
Pre-built and pushed to Docker Hub. No local build needed.
docker pull timpietruskyrunpod/comfyui-wizard:tpl-arc-area_composition_square_area_for_subject
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/stabilityai/sd-vae-ft-mse-original/resolve/main/vae-ft-mse-840000-ema-pruned.safetensors?download=true --relative-path models/vae --filename vae-ft-mse-840000-ema-pruned.safetensors
RUN comfy model download --url https://huggingface.co/Lykon/DreamShaper/resolve/main/DreamShaper_8_pruned.safetensors --relative-path models/checkpoints --filename DreamShaper_8_pruned.safetensors
Run Instructions
Build
docker build -t comfyui-tpl-arc-area_composition_square_area_for_subject .
Run
docker run --gpus all -p 8188:8188 timpietruskyrunpod/comfyui-wizard:tpl-arc-area_composition_square_area_for_subject
RunPod Serverless
Use the Dockerfile as a RunPod Serverless worker template