add dataset
Browse files
README.md
CHANGED
@@ -10,6 +10,8 @@ tags:
|
|
10 |
- animal
|
11 |
widget:
|
12 |
- text: a photo of huacaya alpaca in the Acropolis
|
|
|
|
|
13 |
---
|
14 |
|
15 |
# DreamBooth model for the huacaya concept trained by li-yan on the li-yan/alpaca-picture-dataset dataset.
|
@@ -33,4 +35,4 @@ This is a Stable Diffusion model fine-tuned on `alpaca` images for the animal th
|
|
33 |
```python
|
34 |
import torch
|
35 |
from diffusers import StableDiffusionPipeline
|
36 |
-
```
|
|
|
10 |
- animal
|
11 |
widget:
|
12 |
- text: a photo of huacaya alpaca in the Acropolis
|
13 |
+
datasets:
|
14 |
+
- li-yan/alpaca-picture-dataset
|
15 |
---
|
16 |
|
17 |
# DreamBooth model for the huacaya concept trained by li-yan on the li-yan/alpaca-picture-dataset dataset.
|
|
|
35 |
```python
|
36 |
import torch
|
37 |
from diffusers import StableDiffusionPipeline
|
38 |
+
```
|