nielsr HF Staff commited on
Commit
0d34e4b
·
verified ·
1 Parent(s): cd881b4

Improve model card: Add pipeline tag, library name, and fix homepage URL

Browse files

This 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.

Files changed (1) hide show
  1. README.md +4 -1
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/nextstep-1) 
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