jingwwu commited on
Commit
58141c4
·
verified ·
1 Parent(s): 35e8e93

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -4,7 +4,9 @@ license: apache-2.0
4
 
5
  ## NextStep-1: Toward Autoregressive Image Generation with Continuous Tokens at Scale
6
 
7
- [Homepage](https://stepfun.ai/research/en/nextstep-1)  | [GitHub](https://github.com/stepfun-ai/NextStep-1)  | [Paper](https://github.com/stepfun-ai/NextStep-1/blob/main/nextstep_1_tech_report.pdf) 
 
 
8
 
9
  We introduce **NextStep-1**, a 14B autoregressive model paired with a 157M flow matching head, training on discrete text tokens and continuous image tokens with next-token prediction objectives.
10
  **NextStep-1** achieves state-of-the-art performance for autoregressive models in text-to-image generation tasks, exhibiting strong capabilities in high-fidelity image synthesis.
@@ -13,7 +15,7 @@ We introduce **NextStep-1**, a 14B autoregressive model paired with a 157M flow
13
  <img src="assets/teaser.jpg" class="interpolation-image" alt="arch." width="100%" />
14
  </div>
15
 
16
- ## ENV Preparation
17
 
18
  To avoid potential errors when loading and running your models, we recommend using the following settings:
19
 
@@ -83,7 +85,7 @@ image = pipeline.generate_image(
83
  timesteps_shift=3.2,
84
  seed=42,
85
  )[0]
86
- image.save(f"./assets/output.png")
87
  ```
88
 
89
  ## Citation
 
4
 
5
  ## NextStep-1: Toward Autoregressive Image Generation with Continuous Tokens at Scale
6
 
7
+ [Homepage](https://stepfun.ai/research/en/nextstep-1)&nbsp;
8
+ | [GitHub](https://github.com/stepfun-ai/NextStep-1)&nbsp;
9
+ | [Paper](https://arxiv.org/abs/2508.10711)&nbsp;
10
 
11
  We introduce **NextStep-1**, a 14B autoregressive model paired with a 157M flow matching head, training on discrete text tokens and continuous image tokens with next-token prediction objectives.
12
  **NextStep-1** achieves state-of-the-art performance for autoregressive models in text-to-image generation tasks, exhibiting strong capabilities in high-fidelity image synthesis.
 
15
  <img src="assets/teaser.jpg" class="interpolation-image" alt="arch." width="100%" />
16
  </div>
17
 
18
+ ## Environment Setup
19
 
20
  To avoid potential errors when loading and running your models, we recommend using the following settings:
21
 
 
85
  timesteps_shift=3.2,
86
  seed=42,
87
  )[0]
88
+ image.save(f"./assets/output.jpg")
89
  ```
90
 
91
  ## Citation