Improve model card metadata: pipeline tag and library_name (#1)
Browse files- Improve model card metadata: pipeline tag and library_name (1dc866cd656ca3e37274eeedbe71cdbc6a806ad9)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,10 +1,12 @@
|
|
| 1 |
---
|
| 2 |
base_model:
|
| 3 |
- black-forest-labs/FLUX.1-Fill-dev
|
| 4 |
-
pipeline_tag:
|
|
|
|
| 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">
|