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

  • Log In
  • Sign Up

mapo-t2i
/
mapo-beta

Text-to-Image
Diffusers
Safetensors
diffusers-training
stable-diffusion-xl
stable-diffusion-xl-diffusers
Model card Files Files and versions
xet
Community
2

Instructions to use mapo-t2i/mapo-beta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use mapo-t2i/mapo-beta with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("mapo-t2i/mapo-beta", 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
mapo-beta
10.3 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 8 commits
sayakpaul's picture
sayakpaul HF Staff
Update README.md
7d6af58 verified almost 2 years ago
  • assets
    Upload comparison.png almost 2 years ago
  • .gitattributes
    1.83 kB
    Upload comparison.png almost 2 years ago
  • README.md
    5.02 kB
    Update README.md almost 2 years ago
  • config.json
    1.85 kB
    Upload model almost 2 years ago
  • diffusion_pytorch_model.safetensors
    10.3 GB
    xet
    Upload model almost 2 years ago