Improve model card: Add pipeline tag, library name, and fix homepage URL
Browse filesThis PR improves the model card by:
- Adding `pipeline_tag: text-to-image` to enable discoverability via the text-to-image filter on the Hub (https://huggingface.co/models?pipeline_tag=text-to-image).
- Adding `library_name: transformers` to ensure the model displays the correct "how to use" widget and is discoverable via the transformers library filter.
- Correcting the project homepage URL to align with the official project page.
README.md
CHANGED
@@ -1,9 +1,12 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
---
|
|
|
4 |
## NextStep-1: Toward Autoregressive Image Generation with Continuous Tokens at Scale
|
5 |
|
6 |
-
[Homepage](https://stepfun.ai/research/en/
|
7 |
| [GitHub](https://github.com/stepfun-ai/NextStep-1)
|
8 |
| [Paper](https://arxiv.org/abs/2508.10711)
|
9 |
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
pipeline_tag: text-to-image
|
4 |
+
library_name: transformers
|
5 |
---
|
6 |
+
|
7 |
## NextStep-1: Toward Autoregressive Image Generation with Continuous Tokens at Scale
|
8 |
|
9 |
+
[Homepage](https://stepfun.ai/research/en/nextstep1)
|
10 |
| [GitHub](https://github.com/stepfun-ai/NextStep-1)
|
11 |
| [Paper](https://arxiv.org/abs/2508.10711)
|
12 |
|