Gallery

Ttio Flux LoRA Workflow

general0 nodes0 custom nodes0 models
checkpointsloraloras

Pull the image

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

docker pull timpietruskyrunpod/comfyui-wizard:ttio-flux_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/XLabs-AI/flux-lora-collection/resolve/main/scenery_lora_comfy_converted.safetensors --relative-path models/loras --filename scenery_lora_comfy_converted.safetensors
RUN comfy model download --url https://huggingface.co/Comfy-Org/flux1-dev/resolve/main/flux1-dev-fp8.safetensors --relative-path models/checkpoints --filename flux1-dev-fp8.safetensors

Run Instructions

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

Use the Dockerfile as a RunPod Serverless worker template