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

  • Log In
  • Sign Up

zenlm
/
zen3-image-max

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

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

  • Libraries
  • Diffusers

    How to use zenlm/zen3-image-max 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-max", 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-max
29 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
zeekay's picture
zeekay
Update model card: add zen/zenlm tags, fix branding
125b20e verified 2 months ago
  • imgs
    Add model weights 3 months ago
  • scheduler
    Add model weights 3 months ago
  • text_encoder
    Add model weights 3 months ago
  • tokenizer
    Add model weights 3 months ago
  • unet
    Add model weights 3 months ago
  • vae
    Add model weights 3 months ago
  • .gitattributes
    1.69 kB
    Add model weights 3 months ago
  • MODEL_LICENSE
    14.9 kB
    Add model weights 3 months ago
  • README.md
    1.3 kB
    Update model card: add zen/zenlm tags, fix branding 2 months ago
  • model_index.json
    427 Bytes
    Add model weights 3 months ago