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 Settings
- Draw Things
- DiffusionBee
Commit ·
6667741
1
Parent(s): 475c150
Update README.md
Browse files
README.md
CHANGED
|
@@ -22,11 +22,9 @@ kairowez (use that on your prompt)
|
|
| 22 |

|
| 23 |
|
| 24 |
|
| 25 |
-
Sample Outputs:
|
| 26 |
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
|
| 31 |
|
| 32 |
|
|
|
|
| 22 |

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