Gallery
Ttio Workflow SDXL LCM LoRA
fast-generation0 nodes0 custom nodes0 models
checkpointslcmloralorassdxl
Pull the image
Pre-built and pushed to Docker Hub. No local build needed.
docker pull timpietruskyrunpod/comfyui-wizard:ttio-workflow_sdxl_lcm_lora
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/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_base_1.0.safetensors --relative-path models/checkpoints --filename sd_xl_base_1.0.safetensors
RUN comfy model download --url https://huggingface.co/latent-consistency/lcm-lora-sdv1-5/resolve/main/pytorch_lora_weights.safetensors --relative-path models/loras --filename pytorch_lora_weights_sdxl.safetensors
Run Instructions
Build
docker build -t comfyui-ttio-workflow_sdxl_lcm_lora .
Run
docker run --gpus all -p 8188:8188 timpietruskyrunpod/comfyui-wizard:ttio-workflow_sdxl_lcm_lora
RunPod Serverless
Use the Dockerfile as a RunPod Serverless worker template