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 Settings
- Draw Things
- DiffusionBee
Commit ·
bd6d8e6
1
Parent(s): 2b8ebf3
Added another sample image.
Browse files
README.md
CHANGED
|
@@ -95,6 +95,13 @@ CFG scale: 7
|
|
| 95 |
Size: 768x768
|
| 96 |
```
|
| 97 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 98 |
# License: The Libertarian OpenRAIL License
|
| 99 |
注意: アップロード者が日本語母語話者であるため、翻訳版と日本語版に差異がある場合、**元の日本語版**が優先されるものとする。
|
| 100 |
|
|
|
|
| 95 |
Size: 768x768
|
| 96 |
```
|
| 97 |
|
| 98 |
+

|
| 99 |
+
```
|
| 100 |
+
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, vivid colors
|
| 101 |
+
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, jackets, blushing, boy, adult, bells, fanart, pixiv, card game, ahoge, ribbon, weapons, armors, tools, white background, simple background, sepia, grayscale, greyscale, bruises
|
| 102 |
+
Steps: 50, Sampler: Euler a, CFG scale: 7, Seed: 3233330301, Size: 768x768
|
| 103 |
+
```
|
| 104 |
+
|
| 105 |
# License: The Libertarian OpenRAIL License
|
| 106 |
注意: アップロード者が日本語母語話者であるため、翻訳版と日本語版に差異がある場合、**元の日本語版**が優先されるものとする。
|
| 107 |
|