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

  • Log In
  • Sign Up

mann-e
/
mann-e_rev-3

Text-to-Image
Diffusers
StableDiffusionPipeline
Model card Files Files and versions
xet
Community
2

Instructions to use mann-e/mann-e_rev-3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use mann-e/mann-e_rev-3 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("mann-e/mann-e_rev-3", 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
mann-e_rev-3
7.37 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 11 commits
patrickvonplaten's picture
patrickvonplaten
Fix deprecation warning by changing `CLIPFeatureExtractor` to `CLIPImageProcessor`. (#2)
cebb76b almost 3 years ago
  • feature_extractor
    To the infinity and beyond over 3 years ago
  • safety_checker
    To the infinity and beyond over 3 years ago
  • scheduler
    To the infinity and beyond over 3 years ago
  • text_encoder
    To the infinity and beyond over 3 years ago
  • tokenizer
    To the infinity and beyond over 3 years ago
  • unet
    To the infinity and beyond over 3 years ago
  • vae
    Add `scale_factor` to vae config. (#1) over 3 years ago
  • .gitattributes
    1.48 kB
    To the infinity and beyond over 3 years ago
  • README.md
    2.83 kB
    Fixing the sample image over 3 years ago
  • mann-e_v-3_rev-3.ckpt
    2.13 GB
    xet
    To the infinity and beyond over 3 years ago
  • model_index.json
    541 Bytes
    Fix deprecation warning by changing `CLIPFeatureExtractor` to `CLIPImageProcessor`. (#2) almost 3 years ago
  • revision-3-artwork.png
    560 kB
    Upload revision-3-artwork.png over 3 years ago