Gallery
Tpl Arc Hi-Res Fix Esrgan Workflow
upscaling0 nodes0 custom nodes0 models
checkpointsupscale_models
Pull the image
Pre-built and pushed to Docker Hub. No local build needed.
docker pull timpietruskyrunpod/comfyui-wizard:tpl-arc-hiresfix_esrgan_workflow
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/Real-ESRGAN_repackaged/resolve/main/RealESRGAN_x4plus.safetensors --relative-path models/upscale_models --filename RealESRGAN_x4plus.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-hiresfix_esrgan_workflow .
Run
docker run --gpus all -p 8188:8188 timpietruskyrunpod/comfyui-wizard:tpl-arc-hiresfix_esrgan_workflow
RunPod Serverless
Use the Dockerfile as a RunPod Serverless worker template