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
32.8 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 26 commits
xcreates's picture
xcreates
Delete .DS_Store
1d20c9e verified 4 months ago
  • scheduler
    Upload complete model 5 months ago
  • text_encoder
    Upload complete model 5 months ago
  • tokenizer
    Upload complete model 5 months ago
  • transformer
    Upload complete model 5 months ago
  • vae
    Upload complete model 5 months ago
  • .gitattributes
    1.58 kB
    Upload complete model 5 months ago
  • LICENSE.md
    12.6 kB
    Upload complete model 5 months ago
  • README.md
    972 Bytes
    Upload complete model 4 months ago
  • model_index.json
    467 Bytes
    Upload complete model 5 months ago