Gallery

Loratestinglcm Lightning Tcd

fast-generation0 nodes0 custom nodes0 models
checkpointscomfymathcomfyui_comfyroll_customnodeslcmlightningloralorasvae

Pull the image

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

docker pull timpietruskyrunpod/comfyui-wizard:ecj-loratestinglcm_lightning_tcd
Dockerfile
# clean base image containing only comfyui, comfy-cli and comfyui-manager
FROM runpod/worker-comfyui:5.8.4-base

# install custom nodes into comfyui
RUN comfy node install --exit-on-fail comfymath --mode remote
RUN comfy node install --exit-on-fail comfyui_comfyroll_customnodes

# download models into comfyui
RUN comfy model download --url https://huggingface.co/stabilityai/sdxl-vae/resolve/main/sdxl_vae.safetensors --relative-path models/vae --filename sdxl_vae.safetensors
RUN comfy model download --url https://huggingface.co/frankjoshua/juggernautXL_v8Rundiffusion/resolve/main/juggernautXL_v8Rundiffusion.safetensors --relative-path models/checkpoints --filename SDXL/juggernautXL_v8Rundiffusion.safetensors
RUN comfy model download --url https://huggingface.co/ByteDance/SDXL-Lightning/resolve/main/sdxl_lightning_4step_lora.safetensors --relative-path models/loras --filename SDXL-Lightning/sdxl_lightning_4step_lora.safetensors
RUN comfy model download --url https://huggingface.co/h1t/TCD-SDXL-LoRA --relative-path models/loras --filename TCD-SDXL-LoRA.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 lcm/SDXL/pytorch_lora_weights.safetensors

Run Instructions

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

Use the Dockerfile as a RunPod Serverless worker template