Improve model card: Add pipeline tag, library name, and fix homepage URL (#1)
Browse files- Improve model card: Add pipeline tag, library name, and fix homepage URL (0d34e4b7f895d85ef7369528cab0abc9ba4d5ccc)
Co-authored-by: Niels Rogge <[email protected]>
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 |
|