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 Settings
- Draw Things
- DiffusionBee
File size: 1,080 Bytes
ab9cddb 3e939a9 ab9cddb dbe0907 be979d6 6c510b0 9aa8d8c 2f251db 796c06b 2f251db | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | ---
license: cc
language:
- en
library_name: diffusers
pipeline_tag: text-to-image
thumbnail: https://huggingface.co/mirav/newmoon/resolve/main/examples/thumbnail.png
---
If you like my work, consider [supporting me](https://ko-fi.com/mira6).<br>
NewMoon: Soft, bright colors. <br>
ChamomileTea: Darker, moodier colors. <br>
TestMoon: Alternate style. Very cute, but a bit flawed. <br>
NewMoonTest2A: Alternate style. Soft, flat, and cute, but harder to work with. <br>
newmoon.yaml: sample prompt for animatediff
NewMoon_clip_l.safetensors: Extracted CLIP for advanced model merging.
<img src="https://huggingface.co/mirav/newmoon/resolve/main/examples/fox2.gif">
<img src="https://huggingface.co/mirav/newmoon/resolve/main/examples/goofy.gif">
<img src="https://huggingface.co/mirav/newmoon/resolve/main/examples/headtilt2.gif">
<img src="https://huggingface.co/mirav/newmoon/resolve/main/examples/newfox.gif">
<img src="https://huggingface.co/mirav/newmoon/resolve/main/examples/really%20odd.gif">
<img src="https://huggingface.co/mirav/newmoon/resolve/main/examples/wag.gif"> |