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

  • Log In
  • Sign Up

lightx2v
/
Z-Image-Turbo-Quantized

Text-to-Image
Diffusers
Diffusion Single File
comfyui
distillation
Z-Image-Turbo
Model card Files Files and versions
xet
Community
3

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

  • Libraries
  • Diffusers

    How to use lightx2v/Z-Image-Turbo-Quantized with Diffusers:

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

    How to use lightx2v/Z-Image-Turbo-Quantized with Diffusion Single File:

    # No code snippets available yet for this library.
    
    # To use this model, check the repository files and the library's documentation.
    
    # Want to help? PRs adding snippets are welcome at:
    # https://github.com/huggingface/huggingface.js
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

Is there a plan to develop a Lightning LoRA for the ZImage base model?

👍 6
#3 opened 3 months ago by
IOOIK

会有 z base 的4步加速lora吗

#2 opened 3 months ago by
ZKong

能否增加一个单独的lora?

2
#1 opened 3 months ago by
k3soft
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs