Instructions to use stepfun-ai/NextStep-1-Large-Pretrain with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use stepfun-ai/NextStep-1-Large-Pretrain with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("stepfun-ai/NextStep-1-Large-Pretrain", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Improve model card: Add pipeline tag, library name, and fix homepage URL
#1
by nielsr HF Staff - opened
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 |
|