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 / text_encoder /__pycache__
97.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
zeekay's picture
zeekay
Add model weights
6a089a9 verified 3 months ago
  • configuration_chatglm.cpython-311.pyc
    2.38 kB
    Add model weights 3 months ago
  • configuration_chatglm.cpython-37.pyc
    1.67 kB
    Add model weights 3 months ago
  • configuration_chatglm.cpython-38.pyc
    1.68 kB
    Add model weights 3 months ago
  • configuration_chatglm.cpython-39.pyc
    1.68 kB
    Add model weights 3 months ago
  • modeling_chatglm.cpython-38.pyc
    33.6 kB
    Add model weights 3 months ago
  • modeling_chatglm.cpython-39.pyc
    33.6 kB
    Add model weights 3 months ago
  • tokenization_chatglm.cpython-38.pyc
    11.6 kB
    Add model weights 3 months ago
  • tokenization_chatglm.cpython-39.pyc
    11.6 kB
    Add model weights 3 months ago