frankleeeee commited on
Commit
9084af6
1 Parent(s): 11b895d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -8,7 +8,7 @@ license: apache-2.0
8
  </p>
9
 
10
 
11
- # Open-Sora STDiT3 Stage3 Weights
12
 
13
  This repository stores the weights of the STDiT3 released by the Open-Sora team. You can visit our project at:
14
 
@@ -28,5 +28,5 @@ pip install git+https://github.com/hpcaitech/Open-Sora.git
28
 
29
  ```python
30
  from opensora.models.stdit.stdit3 import STDiT3
31
- stdit = STDiT3.from_pretrained("hpcai-tech/OpenSora-STDiT-v3-stage3")
32
  ```
 
8
  </p>
9
 
10
 
11
+ # Open-Sora STDiT-v3 Weights
12
 
13
  This repository stores the weights of the STDiT3 released by the Open-Sora team. You can visit our project at:
14
 
 
28
 
29
  ```python
30
  from opensora.models.stdit.stdit3 import STDiT3
31
+ stdit = STDiT3.from_pretrained("hpcai-tech/OpenSora-STDiT-v3")
32
  ```