Open-Sora STDiT-v3 Weights

This repository stores the weights of the STDiT3 released by the Open-Sora team. You can visit our project at:

The weights are released together with Open-Sora v1.2.

We recommend you to use this weights in the Open-Sora codebase. If you want to use STDiT in your own project, you may use the following sample code.

  1. Install opensora
pip install git+https://github.com/hpcaitech/Open-Sora.git
  1. Use STDiT3 in your own code
from opensora.models.stdit.stdit3 import STDiT3
stdit = STDiT3.from_pretrained("hpcai-tech/OpenSora-STDiT-v3")
Downloads last month
30,000
Safetensors
Model size
1.21B params
Tensor type
F32
·
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and HF Inference API was unable to determine this model’s pipeline type.

Spaces using hpcai-tech/OpenSora-STDiT-v3 7

Collection including hpcai-tech/OpenSora-STDiT-v3