Add library_name to metadata
Browse filesThis PR adds the `library_name` tag to the model card metadata. The model uses the `diffusers` library, so this tag will help users easily identify the appropriate framework for using this model.
README.md
CHANGED
|
@@ -9,6 +9,7 @@ license: other
|
|
| 9 |
license_name: flux.1-dev-non-commercial-license
|
| 10 |
license_link: LICENSE
|
| 11 |
pipeline_tag: image-to-image
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
[](https://arxiv.org/abs/2506.03107)
|
|
|
|
| 9 |
license_name: flux.1-dev-non-commercial-license
|
| 10 |
license_link: LICENSE
|
| 11 |
pipeline_tag: image-to-image
|
| 12 |
+
library_name: diffusers
|
| 13 |
---
|
| 14 |
|
| 15 |
[](https://arxiv.org/abs/2506.03107)
|