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
Upload testprompt.txt
Browse files- testprompt.txt +1 -0
testprompt.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
1girl, loli, petite, flat chest, fox girl, fox ears, arms behind back, orange hair, orange eyes, maid dress, indoors, looking at viewer, upper body, victorian, short hair, smile --n low quality, worst quality --w 512 --h 768 --l 7 --d 10788741199826055526 --s 20
|