How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Tongyi-MAI/Z-Image-Turbo,ostris/Z-Image-De-Turbo", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("tutututututu/Z-Image-De-Turbo")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]

Z-Image-De-Turbo

πŸ“¦ This repo is mirrored from ostris/Z-Image-De-Turbo, with complete Diffusers format files added.

This is a pre-de-distilled version of Tongyi-MAI/Z-Image-Turbo, optimized for LoRA training.

πŸ“Œ Why This Model?

Z-Image-Turbo is a distilled model. Training LoRA directly on it results in blurry, low-quality outputs.

Two solutions exist:

  1. Use Training Adapter: Load zimage_turbo_training_adapter during training
  2. Use Pre-de-distilled Model (this repo): The training adapter is pre-merged, ready for direct training

βœ… Advantages

  • Ready to use: No need to load additional training adapters
  • Diffusers format: Complete directory structure, compatible with various training tools
  • Inference: Recommended 25 steps, guidance_scale 3.0

πŸ“ Credits

Downloads last month
1
Inference Providers NEW

Model tree for tutututututu/Z-Image-De-Turbo

Adapter
(701)
this model