Train custom LoRA models for Z-Image Turbo. Upload your training images and configure the settings below.
Important: This Space requires an L4 GPU ($0.80/hr) for training. Upgrade in Settings before starting.
Tips for best results:
Use a unique word that doesn't exist in normal vocabulary
Name for your LoRA file
More steps = better quality but longer training
Higher = more capacity but more VRAM
Lower = faster and less VRAM
Keep at 1 for L4 GPU
<mychar>
Use your LoRA with ComfyUI or diffusers:
pipe.load_lora_weights("your_lora.safetensors") image = pipe("<trigger_word>, your prompt here").images[0]