Instructions to use EnD-Diffusers/sailor-moon-mix-old with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use EnD-Diffusers/sailor-moon-mix-old with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("EnD-Diffusers/sailor-moon-mix-old", dtype=torch.bfloat16, device_map="cuda") prompt = "anisenti88" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Commit ·
54c758f
1
Parent(s): f39f578
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,6 +11,15 @@ You run your new concept via `diffusers` [Colab Notebook for Inference](https://
|
|
| 11 |
|
| 12 |
Concepts & More details: https://civitai.com/user/duskfallcrew
|
| 13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
Do not sell merges or this model
|
| 15 |
|
| 16 |
Do not let it bite you after midnight
|
|
|
|
| 11 |
|
| 12 |
Concepts & More details: https://civitai.com/user/duskfallcrew
|
| 13 |
|
| 14 |
+
If you want to donate towards costs and don't want to subscribe:
|
| 15 |
+
|
| 16 |
+
https://ko-fi.com/DUSKFALLcrew
|
| 17 |
+
|
| 18 |
+
If you want to monthly support the EARTH & DUSK media projects and not just AI:
|
| 19 |
+
|
| 20 |
+
https://www.patreon.com/earthndusk
|
| 21 |
+
|
| 22 |
+
|
| 23 |
Do not sell merges or this model
|
| 24 |
|
| 25 |
Do not let it bite you after midnight
|