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

  • Log In
  • Sign Up

xcreates
/
Z-Image-Turbo

Text-to-Image
Diffusers
Safetensors
English
ZImagePipeline
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use xcreates/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("xcreates/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]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
Z-Image-Turbo / tokenizer
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
xcreates's picture
xcreates
Upload complete model
2b00155 verified 5 months ago
  • merges.txt
    1.67 MB
    Upload complete model 5 months ago
  • tokenizer.json
    11.4 MB
    xet
    Upload complete model 5 months ago
  • tokenizer_config.json
    9.73 kB
    Upload complete model 5 months ago
  • vocab.json
    2.78 MB
    Upload complete model 5 months ago