Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

illusion615
/
Z-Image-Turbo-MLX

Text-to-Image
Diffusers
Safetensors
MLX
English
ZImagePipeline
apple-silicon
z-image
diffusion
Model card Files Files and versions
xet
Community

Instructions to use illusion615/Z-Image-Turbo-MLX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use illusion615/Z-Image-Turbo-MLX with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("illusion615/Z-Image-Turbo-MLX", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • MLX

    How to use illusion615/Z-Image-Turbo-MLX with MLX:

    # Download the model from the Hub
    pip install huggingface_hub[hf_xet]
    
    huggingface-cli download --local-dir Z-Image-Turbo-MLX illusion615/Z-Image-Turbo-MLX
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • LM Studio
  • Draw Things
  • DiffusionBee
Z-Image-Turbo-MLX
32.8 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
illusion615's picture
illusion615
Update README.md
28fbb8e verified about 2 months ago
  • scheduler
    Upload folder using huggingface_hub about 2 months ago
  • text_encoder
    Upload folder using huggingface_hub about 2 months ago
  • tokenizer
    Upload folder using huggingface_hub about 2 months ago
  • transformer
    Upload folder using huggingface_hub about 2 months ago
  • vae
    Upload folder using huggingface_hub about 2 months ago
  • .gitattributes
    1.58 kB
    Upload folder using huggingface_hub about 2 months ago
  • README.md
    2.19 kB
    Update README.md about 2 months ago
  • __init__.py
    35 Bytes
    Upload folder using huggingface_hub about 2 months ago
  • autoencoder.py
    7 kB
    Upload folder using huggingface_hub about 2 months ago
  • config.json
    1.33 kB
    Upload folder using huggingface_hub about 2 months ago
  • model_index.json
    467 Bytes
    Upload folder using huggingface_hub about 2 months ago
  • pipeline.py
    11.7 kB
    Upload folder using huggingface_hub about 2 months ago
  • qwen3_encoder.py
    9.73 kB
    Upload folder using huggingface_hub about 2 months ago
  • scheduler.py
    2.54 kB
    Upload folder using huggingface_hub about 2 months ago
  • tokenizer.py
    2.49 kB
    Upload folder using huggingface_hub about 2 months ago
  • weight_loader.py
    6.86 kB
    Upload folder using huggingface_hub about 2 months ago
  • zimage_dit.py
    24.3 kB
    Upload folder using huggingface_hub about 2 months ago