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 newmoon.yaml
Browse files- newmoon.yaml +1 -1
newmoon.yaml
CHANGED
|
@@ -13,4 +13,4 @@ NewMoon:
|
|
| 13 |
- "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, smile"
|
| 14 |
|
| 15 |
n_prompt:
|
| 16 |
-
- "
|
|
|
|
| 13 |
- "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, smile"
|
| 14 |
|
| 15 |
n_prompt:
|
| 16 |
+
- "worst quality, bad quality, low quality, multiple tails, cleavage"
|