Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ library_name: transformers
|
|
6 |
|
7 |
## NextStep-1: Toward Autoregressive Image Generation with Continuous Tokens at Scale
|
8 |
|
9 |
-
[Homepage](https://stepfun.ai/research/en/
|
10 |
| [GitHub](https://github.com/stepfun-ai/NextStep-1)
|
11 |
| [Paper](https://arxiv.org/abs/2508.10711)
|
12 |
|
@@ -27,23 +27,10 @@ conda activate nextstep
|
|
27 |
|
28 |
pip install uv # optional
|
29 |
|
30 |
-
|
31 |
uv pip install -r requirements.txt
|
32 |
|
33 |
-
|
34 |
-
# einops==0.8.1
|
35 |
-
# gradio==5.42.0
|
36 |
-
# loguru==0.7.3
|
37 |
-
# numpy==1.26.4
|
38 |
-
# omegaconf==2.3.0
|
39 |
-
# Pillow==11.0.0
|
40 |
-
# Requests==2.32.4
|
41 |
-
# safetensors==0.5.3
|
42 |
-
# tabulate==0.9.0
|
43 |
-
# torch==2.5.1
|
44 |
-
# torchvision==0.20.1
|
45 |
-
# tqdm==4.67.1
|
46 |
-
# transformers==4.55.0
|
47 |
```
|
48 |
|
49 |
## Usage
|
|
|
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 |
|
|
|
27 |
|
28 |
pip install uv # optional
|
29 |
|
30 |
+
GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/stepfun-ai/NextStep-1-Large-Edit && cd NextStep-1-Large-Edit
|
31 |
uv pip install -r requirements.txt
|
32 |
|
33 |
+
hf download stepfun-ai/NextStep-1-Large-Edit "vae/checkpoint.pt" --local-dir ./
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
```
|
35 |
|
36 |
## Usage
|