Commit
·
f6ed75c
1
Parent(s):
6948da2
set tags to enable live widget (#23)
Browse files- set tags to enable live widget (e5cfc70d11decd63d112aa42e8a561eb4842f667)
Co-authored-by: Radamés Ajna <radames@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,17 +1,19 @@
|
|
| 1 |
---
|
| 2 |
-
language:
|
| 3 |
-
|
| 4 |
-
thumbnail:
|
| 5 |
tags:
|
| 6 |
- controlnet
|
| 7 |
- laion
|
| 8 |
- face
|
| 9 |
- mediapipe
|
| 10 |
-
|
|
|
|
| 11 |
base_model: stabilityai/stable-diffusion-2-1-base
|
| 12 |
datasets:
|
| 13 |
- LAION-Face
|
| 14 |
- LAION
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
# ControlNet LAION Face Dataset
|
|
@@ -207,4 +209,4 @@ Sample images for this document were obtained from Unsplash and are CC0.
|
|
| 207 |
}
|
| 208 |
```
|
| 209 |
|
| 210 |
-
This project was made possible by Crucible AI.
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
thumbnail: ''
|
| 5 |
tags:
|
| 6 |
- controlnet
|
| 7 |
- laion
|
| 8 |
- face
|
| 9 |
- mediapipe
|
| 10 |
+
- image-to-image
|
| 11 |
+
license: openrail
|
| 12 |
base_model: stabilityai/stable-diffusion-2-1-base
|
| 13 |
datasets:
|
| 14 |
- LAION-Face
|
| 15 |
- LAION
|
| 16 |
+
pipeline_tag: image-to-image
|
| 17 |
---
|
| 18 |
|
| 19 |
# ControlNet LAION Face Dataset
|
|
|
|
| 209 |
}
|
| 210 |
```
|
| 211 |
|
| 212 |
+
This project was made possible by Crucible AI.
|