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-ssd

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

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

  • Libraries
  • Diffusers

    How to use zenlm/zen3-image-ssd 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-ssd", 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-ssd
17.9 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 15 commits
hanzo-dev
Add LICENSE and NOTICE files for license compliance
c6fbb91 about 1 month ago
  • scheduler
    Add config files 5 months ago
  • text_encoder
    Add text encoder 5 months ago
  • text_encoder_2
    Add text encoder 2 5 months ago
  • tokenizer
    Add config files 5 months ago
  • tokenizer_2
    Add config files 5 months ago
  • unet
    Add unet weights 5 months ago
  • vae
    Add VAE 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.5 kB
    Fix attribution: honest base_model + upstream NOTICE; remove false Zen MoDE/scratch claims about 2 months ago
  • SSD-1B.safetensors
    4.47 GB
    xet
    Add SSD-1B weights 5 months ago
  • model_index.json
    577 Bytes
    Add config files 5 months ago