Upload README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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: runwayml/stable-diffusion-v1-5
|
| 13 |
+
datasets:
|
| 14 |
+
- LAION-Face
|
| 15 |
+
- LAION
|
| 16 |
+
pipeline_tag: image-to-image
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
+
# ControlNet LAION Face Dataset (SD 1.5)
|
| 20 |
+
|
| 21 |
+
# Overview:
|
| 22 |
+
|
| 23 |
+
This is a copied version of the ControlNetMediaPipeFace ControlNet (https://huggingface.co/CrucibleAI/ControlNetMediaPipeFace/tree/main) without the SD 2.1 files.
|
| 24 |
+
It's intended to use with Apple's lib to convert it to CoreML (https://github.com/apple/ml-stable-diffusion)
|
| 25 |
+
Please don't sue me
|