nielsr HF Staff commited on
Commit
6f2c149
·
verified ·
1 Parent(s): d47c64e

Improve metadata and add paper link

Browse files

This 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.

Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -1,11 +1,11 @@
1
  ---
2
- license: other
 
3
  language:
4
  - en
5
- pipeline_tag: image-to-image
6
  library_name: diffusers
7
- base_model:
8
- - stable-diffusion-v1-5/stable-diffusion-v1-5
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