Instructions to use ThePioneer/MoeDiffusionPlusPlus with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ThePioneer/MoeDiffusionPlusPlus with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("ThePioneer/MoeDiffusionPlusPlus", 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
Commit ·
9aabc78
1
Parent(s): 31bf458
adding another sample
Browse files
README.md
CHANGED
|
@@ -64,6 +64,16 @@ CFG scale: 7
|
|
| 64 |
Size: 768x768
|
| 65 |
```
|
| 66 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 67 |
## V2
|
| 68 |

|
| 69 |
```
|
|
|
|
| 64 |
Size: 768x768
|
| 65 |
```
|
| 66 |
|
| 67 |
+

|
| 68 |
+
```
|
| 69 |
+
art by yaguru magiku, A teenage girl wearing a black bikini, angry smile, in the style of Kyoto Animation in the 2010s, official art, ((((black hair)), eyes of Haruhi Suzumiya, face of Haruhi Suzumiya)), beautiful symmetric face, ponytail, at a beach on a summer day, alone, solo, 8k, posing of Haruhi Suzumiya
|
| 70 |
+
Negative prompt: low quality, bad face, ((ugly face)), asymmetric face, ((((bad anatomy)))), ((bad hand)), too many fingers, missing fingers, too many legs, lowres, jpeg artifacts, (((text))), logo, signature, sad face, ((loli)), twintails, plaits, pajamas, blushing, boy, adult, bells, fanart, pixiv, card game, ahoge, ribbon, weapons, armors, tools, white background, simple background
|
| 71 |
+
Steps: 50
|
| 72 |
+
Sampler: Euler a
|
| 73 |
+
CFG scale: 7
|
| 74 |
+
Size: 512x512
|
| 75 |
+
```
|
| 76 |
+
|
| 77 |
## V2
|
| 78 |

|
| 79 |
```
|