Instructions to use Ducco/Dahi-Puri with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Ducco/Dahi-Puri with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Ducco/Dahi-Puri", dtype=torch.bfloat16, device_map="cuda") prompt = "A photo of ddahi puri" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Librarian Bot: Update dataset YAML metadata for model
#2
by librarian-bot - opened
README.md
CHANGED
|
@@ -7,6 +7,7 @@ tags:
|
|
| 7 |
- text-to-image
|
| 8 |
- dreambooth-hackathon
|
| 9 |
- food
|
|
|
|
| 10 |
widget:
|
| 11 |
- text: A photo of ddahi puri
|
| 12 |
---
|
|
|
|
| 7 |
- text-to-image
|
| 8 |
- dreambooth-hackathon
|
| 9 |
- food
|
| 10 |
+
datasets: Ducco/Dahi-Puri
|
| 11 |
widget:
|
| 12 |
- text: A photo of ddahi puri
|
| 13 |
---
|