jingwwu commited on
Commit
b9c9912
·
verified ·
1 Parent(s): 3c08858

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -15
README.md CHANGED
@@ -27,23 +27,10 @@ conda activate nextstep
27
 
28
  pip install uv # optional
29
 
30
- # please check and download requirements.txt in this repo
31
  uv pip install -r requirements.txt
32
 
33
- # diffusers==0.34.0
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
 
27
 
28
  pip install uv # optional
29
 
30
+ GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/stepfun-ai/NextStep-1-Large-Pretrain && cd NextStep-1-Large-Pretrain
31
  uv pip install -r requirements.txt
32
 
33
+ hf download stepfun-ai/NextStep-1-Large-Pretrain "vae/checkpoint.pt" --local-dir ./
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  ```
35
 
36
  ## Usage