Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

ThePioneer
/
MoeDiffusion

Text-to-Image
Diffusers
English
Japanese
art
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use ThePioneer/MoeDiffusion with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("ThePioneer/MoeDiffusion", 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 Settings
  • Draw Things
  • DiffusionBee
MoeDiffusion
2.03 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 20 commits
ThePioneer's picture
ThePioneer
Delete sample images
63f0e3a over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • 00000-963832004-[[art by yaguru magiku]], A teenage girl wearing a black bikini, angry smile, in the style of Kyoto Animation in the 2010s, offi.png
    392 kB
    Upload 5 files over 3 years ago
  • 00023-650206624-[[art by yaguru magiku]], A teenage girl wearing a black yukata, angry smile, in the style of Kyoto Animation in the 2010s, offi.png
    358 kB
    Upload 5 files over 3 years ago
  • 00046-2206943626-[[art by yaguru magiku]], A teenage girl wearing a black bikini, angry smile, in the style of Kyoto Animation in the 2010s, offi.png
    342 kB
    Upload 5 files over 3 years ago
  • 00142-2732902091-[[art by yaguru magiku]], A teenage girl wearing a black uniform, angry smile, in the style of Kyoto Animation in the 2010s, off.png
    485 kB
    Upload 5 files over 3 years ago
  • 00169-1256509796-[[art by yaguru magiku]], A teenage girl wearing a black yukata, angry smile, in the style of Kyoto Animation in the 2010s, offi.png
    441 kB
    Upload 5 files over 3 years ago
  • License_en.md
    3.69 kB
    Update License_en.md over 3 years ago
  • License_ja.md
    4.39 kB
    Update License_ja.md over 3 years ago
  • MoeDiffusion.yaml
    1.87 kB
    Rename YaguruAbyssOrangeMix2.yaml to MoeDiffusion.yaml over 3 years ago
  • README.md
    4.7 kB
    Update README.md over 3 years ago