Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

zenlm
/
zen3-image-fast

Text-to-Image
Diffusers
Safetensors
English
FluxPipeline
zen
zenlm
hanzo
zen3
diffusion
fast
Model card Files Files and versions
xet
Community
1

Instructions to use zenlm/zen3-image-fast with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use zenlm/zen3-image-fast with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("zenlm/zen3-image-fast", 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 Settings
  • Draw Things
  • DiffusionBee
zen3-image-fast
34.1 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 12 commits
hanzo-dev
Add LICENSE and NOTICE files for license compliance
78eaf5f about 1 month ago
  • scheduler
    Add files using upload-large-folder tool 5 months ago
  • text_encoder
    Add files using upload-large-folder tool 5 months ago
  • text_encoder_2
    Add files using upload-large-folder tool 5 months ago
  • tokenizer
    Add files using upload-large-folder tool 5 months ago
  • tokenizer_2
    Add files using upload-large-folder tool 5 months ago
  • transformer
    Add files using upload-large-folder tool 5 months ago
  • vae
    Add files using upload-large-folder tool 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • LICENSE
    11.2 kB
    Add LICENSE and NOTICE files for license compliance about 1 month ago
  • NOTICE
    191 Bytes
    Add NOTICE: Copyright Zen Authors about 2 months ago
  • README.md
    1.6 kB
    Fix attribution: honest base_model + upstream NOTICE; remove false Zen MoDE/scratch claims about 2 months ago
  • ae.safetensors
    335 MB
    xet
    Add files using upload-large-folder tool 5 months ago
  • model_index.json
    536 Bytes
    Add files using upload-large-folder tool 5 months ago