Instructions to use Duskfallcrew/duskfalltest with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Duskfallcrew/duskfalltest with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Duskfallcrew/duskfalltest", dtype=torch.bfloat16, device_map="cuda") prompt = "duskypie" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Commit ·
d539838
1
Parent(s): 95a2907
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,7 +13,7 @@ You run your new concept via `diffusers` [Colab Notebook for Inference](https://
|
|
| 13 |
|
| 14 |
WARNING: This is trained largely on a small data set of our own art with a focus on the fact that our art, and any stable/midjourney outputs we included in this are related to our Dissoicative Identity Disorder. May actually retrain a larger data set later on.
|
| 15 |
|
| 16 |
-
Sample pictures
|
| 17 |
|
| 18 |
duskypie (use that on your prompt)
|
| 19 |

|
|
@@ -22,7 +22,9 @@ kairowez (use that on your prompt)
|
|
| 22 |

|
| 23 |
|
| 24 |
|
| 25 |
-
|
|
|
|
|
|
|
| 26 |
|
| 27 |
|
| 28 |
|
|
|
|
| 13 |
|
| 14 |
WARNING: This is trained largely on a small data set of our own art with a focus on the fact that our art, and any stable/midjourney outputs we included in this are related to our Dissoicative Identity Disorder. May actually retrain a larger data set later on.
|
| 15 |
|
| 16 |
+
Sample pictures that it was trained on:
|
| 17 |
|
| 18 |
duskypie (use that on your prompt)
|
| 19 |

|
|
|
|
| 22 |

|
| 23 |
|
| 24 |
|
| 25 |
+
Sample Outputs:
|
| 26 |
+
|
| 27 |
+
![https://media.discordapp.net/attachments/1060070594860818463/1068351137608114236/download_3.png]
|
| 28 |
|
| 29 |
|
| 30 |
|