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

  • Log In
  • Sign Up

alfredplpl
/
emi

Text-to-Image
Diffusers
Safetensors
StableDiffusionXLPipeline
stable-diffusion
Model card Files Files and versions
xet
Community

Instructions to use alfredplpl/emi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use alfredplpl/emi with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("alfredplpl/emi", 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
emi
20.8 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
alfredplpl's picture
alfredplpl
Update README
7a7cb5b over 2 years ago
  • scheduler
    init over 2 years ago
  • text_encoder
    init over 2 years ago
  • text_encoder_2
    init over 2 years ago
  • tokenizer
    init over 2 years ago
  • tokenizer_2
    init over 2 years ago
  • unet
    init over 2 years ago
  • vae
    init over 2 years ago
  • .gitattributes
    2.22 kB
    init over 2 years ago
  • LICENSE.md
    14.1 kB
    init over 2 years ago
  • README.md
    10.6 kB
    Update README over 2 years ago
  • README_en.md
    1.85 kB
    init over 2 years ago
  • emi.safetensors
    6.94 GB
    xet
    init over 2 years ago
  • emi_stable.safetensors
    6.94 GB
    xet
    init over 2 years ago
  • example_1.jpg
    88.1 kB
    xet
    init over 2 years ago
  • example_2.png
    1.73 MB
    xet
    init over 2 years ago
  • example_3.jpg
    36.4 kB
    xet
    init over 2 years ago
  • example_4.png
    1.46 MB
    xet
    init over 2 years ago
  • eyecatch.jpg
    106 kB
    xet
    init over 2 years ago
  • eyecatch.png
    1.38 MB
    xet
    init over 2 years ago
  • model_index.json
    582 Bytes
    init over 2 years ago