Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ license: apache-2.0
|
|
| 8 |
</p>
|
| 9 |
|
| 10 |
|
| 11 |
-
# Open-Sora
|
| 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
|
| 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 |
```
|