nielsr HF Staff commited on
Commit
1dc866c
·
verified ·
1 Parent(s): 9174ac1

Improve model card metadata: pipeline tag and library_name

Browse files

This PR improves the model card by updating the `pipeline_tag` to `text-to-image` for better discoverability, accurately reflecting the model's text-guided image customization capabilities. It also adds `library_name: transformers` to the metadata, as the model utilizes a `transformers`-based image encoder (`google/siglip-so400m-patch14-384`).

Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
  base_model:
3
  - black-forest-labs/FLUX.1-Fill-dev
4
- pipeline_tag: image-to-image
 
5
  tags:
6
  - art
7
  ---
 
8
  # Calligrapher: Freestyle Text Image Customization
9
 
10
  <div align="center">
 
1
  ---
2
  base_model:
3
  - black-forest-labs/FLUX.1-Fill-dev
4
+ pipeline_tag: text-to-image
5
+ library_name: transformers
6
  tags:
7
  - art
8
  ---
9
+
10
  # Calligrapher: Freestyle Text Image Customization
11
 
12
  <div align="center">