Add pipeline tag and library name
Browse filesThis PR improves the model card by adding the `pipeline_tag` and `library_name` to the metadata.
These additions ensure:
- The model is correctly categorized as `image-to-image` pipeline, enhancing its discoverability on the Hub.
- Users are aware that the model is compatible with the `transformers` library, providing a familiar interface for interaction.
README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
## NextStep-1: Toward Autoregressive Image Generation with Continuous Tokens at Scale
|
|
@@ -99,4 +101,4 @@ If you find NextStep useful for your research and applications, please consider
|
|
| 99 |
journal={arXiv preprint arXiv:2508.10711},
|
| 100 |
year={2025}
|
| 101 |
}
|
| 102 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
pipeline_tag: image-to-image
|
| 4 |
+
library_name: transformers
|
| 5 |
---
|
| 6 |
|
| 7 |
## NextStep-1: Toward Autoregressive Image Generation with Continuous Tokens at Scale
|
|
|
|
| 101 |
journal={arXiv preprint arXiv:2508.10711},
|
| 102 |
year={2025}
|
| 103 |
}
|
| 104 |
+
```
|