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

  • Log In
  • Sign Up

mirav
/
newmoon

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

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

  • Libraries
  • Diffusers

    How to use mirav/newmoon with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("mirav/newmoon", 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
newmoon / examples
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
mirav's picture
mirav
Upload thumbnail.png
86542f4 almost 3 years ago
  • 01545-NewMoonMix_1985055845.png
    2.25 MB
    LFS
    Upload 01545-NewMoonMix_1985055845.png almost 3 years ago
  • fox2.gif
    3.25 MB
    LFS
    Upload example gifs almost 3 years ago
  • goofy.gif
    3.13 MB
    LFS
    Upload example gifs almost 3 years ago
  • headtilt2.gif
    2.75 MB
    LFS
    Upload example gifs almost 3 years ago
  • newfox.gif
    2.55 MB
    LFS
    Upload example gifs almost 3 years ago
  • really odd.gif
    2.86 MB
    LFS
    Upload example gifs almost 3 years ago
  • thumbnail.png
    292 kB
    Upload thumbnail.png almost 3 years ago
  • wag.gif
    2.56 MB
    LFS
    Upload example gifs almost 3 years ago