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 ·
a332fef
1
Parent(s): 4b811a2
Update License_ja.md
Browse filesa minor fix on the terms.
- License_ja.md +1 -1
License_ja.md
CHANGED
|
@@ -36,4 +36,4 @@
|
|
| 36 |
# 付則A
|
| 37 |
## 利用制限
|
| 38 |
- <u>元のCreativeML Open RAIL-Mライセンスと同一とする。</u>
|
| 39 |
-
- **ただし、法令違反については、無罪推定の原則に基づき、有罪確定のみを以て判定する。**
|
|
|
|
| 36 |
# 付則A
|
| 37 |
## 利用制限
|
| 38 |
- <u>元のCreativeML Open RAIL-Mライセンスと同一とする。</u>
|
| 39 |
+
- **ただし、法令違反については、無罪推定の原則に基づき、有罪確定を以て、またそれのみを以てライセンス者は判定する。**
|