Gallery

Hyper SD 1.5 Nsteps LoRA Workflow

fast-generation0 nodes0 custom nodes0 models
checkpointsloralorassd15

Pull the image

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

docker pull timpietruskyrunpod/comfyui-wizard:aim-comfyui_hyper-sd15-nsteps-lora-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/runwayml/stable-diffusion-v1-5/resolve/main/v1-5-pruned-emaonly.ckpt --relative-path models/checkpoints --filename v1-5-pruned-emaonly.ckpt
RUN comfy model download --url https://huggingface.co/ByteDance/Hyper-SD/resolve/main/Hyper-SD15-2steps-lora.safetensors --relative-path models/loras --filename Hyper-SD15-2steps-lora.safetensors

Run Instructions

Build
docker build -t comfyui-aim-comfyui_hyper-sd15-nsteps-lora-workflow .
Run
docker run --gpus all -p 8188:8188 timpietruskyrunpod/comfyui-wizard:aim-comfyui_hyper-sd15-nsteps-lora-workflow
RunPod Serverless

Use the Dockerfile as a RunPod Serverless worker template