Instructions to use Tongyi-MAI/Z-Image-Turbo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Tongyi-MAI/Z-Image-Turbo with Diffusers:
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", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Draw Things app by LIULIU / (Forge replacement) -- for Macs -- when will there be a Safetensor compatibility ?
#22
by akos2 - opened
Draw Things app by LIULIU / (Forge replacement) -- for Macs -- when will there be Saftensor compatibility ?
akos2 changed discussion title from Draw Things app by LIULIU / (Forge replacement) -- for Macs -- when will there be Saftensor compatibility ? to Draw Things app by LIULIU / (Forge replacement) -- for Macs -- when will there be a Safetensor compatibility ?
This comment has been hidden (marked as Off-Topic)

