Add metadata to TwinFlow model card
Browse filesThis PR enhances the model card for the TwinFlow model by adding essential metadata:
- `pipeline_tag: text-to-image` for improved discoverability on the Hugging Face Hub.
- `library_name: diffusers` to enable the automated "how to use" widget, as the model explicitly uses `diffusers` components and provides `diffusers`-based inference instructions.
- `license: apache-2.0` for clear usage rights.
The existing content, including links to the paper, project page, and GitHub repository, remains unchanged.
Please review and merge if these additions look good.
README.md
CHANGED
|
@@ -1,6 +1,9 @@
|
|
| 1 |
---
|
| 2 |
base_model:
|
| 3 |
- Qwen/Qwen-Image
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
<h1 align="center">TwinFlow: Realizing One-step Generation on Large Models with Self-adversarial Flows</h1>
|
|
|
|
| 1 |
---
|
| 2 |
base_model:
|
| 3 |
- Qwen/Qwen-Image
|
| 4 |
+
pipeline_tag: text-to-image
|
| 5 |
+
library_name: diffusers
|
| 6 |
+
license: apache-2.0
|
| 7 |
---
|
| 8 |
|
| 9 |
<h1 align="center">TwinFlow: Realizing One-step Generation on Large Models with Self-adversarial Flows</h1>
|