Instructions to use EnD-Diffusers/duskfall-tarot-card with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use EnD-Diffusers/duskfall-tarot-card 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/duskfall-tarot-card", dtype=torch.bfloat16, device_map="cuda") prompt = "dsktaro1" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Commit ·
56969df
1
Parent(s): ba70a97
Update README.md
Browse files
README.md
CHANGED
|
@@ -63,5 +63,4 @@ Sample pictures of:
|
|
| 63 |
|
| 64 |
|
| 65 |
|
| 66 |
-
dsktaro1 (use that on your prompt)
|
| 67 |
-

|
|
|
|
| 63 |
|
| 64 |
|
| 65 |
|
| 66 |
+
dsktaro1 (use that on your prompt)
|
|
|