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

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
  • Draw Things
  • DiffusionBee
zen3-image-ssd
17.9 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
zeekay's picture
zeekay
Update model card: add zen/zenlm tags, fix branding
43a6222 verified 3 months ago
  • scheduler
    Add config files 3 months ago
  • text_encoder
    Add text encoder 3 months ago
  • text_encoder_2
    Add text encoder 2 3 months ago
  • tokenizer
    Add config files 3 months ago
  • tokenizer_2
    Add config files 3 months ago
  • unet
    Add unet weights 3 months ago
  • vae
    Add VAE 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    1.29 kB
    Update model card: add zen/zenlm tags, fix branding 3 months ago
  • SSD-1B.safetensors
    4.47 GB
    xet
    Add SSD-1B weights 3 months ago
  • model_index.json
    577 Bytes
    Add config files 3 months ago