Instructions to use ThePioneer/MoeDiffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ThePioneer/MoeDiffusion 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/MoeDiffusion", 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 ·
b5d84db
1
Parent(s): c123414
Update License_ja.md
Browse files- License_ja.md +1 -1
License_ja.md
CHANGED
|
@@ -33,6 +33,6 @@
|
|
| 33 |
以上
|
| 34 |
|
| 35 |
# 付則A
|
| 36 |
-
利用制限
|
| 37 |
- <u>元のCreativeML Open RAIL-Mライセンスと同一とする。</u>
|
| 38 |
- **ただし、法令違反については、無罪推定の原則に基づき、有罪確定のみを以て判定する。**
|
|
|
|
| 33 |
以上
|
| 34 |
|
| 35 |
# 付則A
|
| 36 |
+
## 利用制限
|
| 37 |
- <u>元のCreativeML Open RAIL-Mライセンスと同一とする。</u>
|
| 38 |
- **ただし、法令違反については、無罪推定の原則に基づき、有罪確定のみを以て判定する。**
|