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
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,7 +10,7 @@ If you like my work, consider [supporting me](https://ko-fi.com/mira6).<br>
|
|
| 10 |
NewMoon: Soft, bright colors. <br>
|
| 11 |
ChamomileTea: Darker, moodier colors. <br>
|
| 12 |
TestMoon: Alternate style. Very cute, but a bit flawed. <br>
|
| 13 |
-
NewMoonTest2A: Alternate style. Soft, flat, and cute, but
|
| 14 |
newmoon.yaml: sample prompt for animatediff
|
| 15 |
<img src="https://huggingface.co/mirav/newmoon/resolve/main/examples/fox2.gif">
|
| 16 |
<img src="https://huggingface.co/mirav/newmoon/resolve/main/examples/goofy.gif">
|
|
|
|
| 10 |
NewMoon: Soft, bright colors. <br>
|
| 11 |
ChamomileTea: Darker, moodier colors. <br>
|
| 12 |
TestMoon: Alternate style. Very cute, but a bit flawed. <br>
|
| 13 |
+
NewMoonTest2A: Alternate style. Soft, flat, and cute, but harder to work with. <br>
|
| 14 |
newmoon.yaml: sample prompt for animatediff
|
| 15 |
<img src="https://huggingface.co/mirav/newmoon/resolve/main/examples/fox2.gif">
|
| 16 |
<img src="https://huggingface.co/mirav/newmoon/resolve/main/examples/goofy.gif">
|