Improve metadata and add paper link
Browse filesThis PR improves the model card by adding a link to the paper and ensuring the metadata is correctly filled in. More specifically, the `library_name` is set to `diffusers` and the `pipeline_tag` is set to `image-to-image` so that the model can be easily discoverable.
README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
-
pipeline_tag: image-to-image
|
| 6 |
library_name: diffusers
|
| 7 |
-
|
| 8 |
-
|
| 9 |
---
|
| 10 |
|
| 11 |
# BlobCtrl
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model:
|
| 3 |
+
- stable-diffusion-v1-5/stable-diffusion-v1-5
|
| 4 |
language:
|
| 5 |
- en
|
|
|
|
| 6 |
library_name: diffusers
|
| 7 |
+
license: other
|
| 8 |
+
pipeline_tag: image-to-image
|
| 9 |
---
|
| 10 |
|
| 11 |
# BlobCtrl
|