Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

hpcai-tech
/
OpenSora-STDiT-v2-stage3

Feature Extraction
Transformers
Safetensors
stdit2
custom_code
Model card Files Files and versions
xet
Community

Instructions to use hpcai-tech/OpenSora-STDiT-v2-stage3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use hpcai-tech/OpenSora-STDiT-v2-stage3 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="hpcai-tech/OpenSora-STDiT-v2-stage3", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("hpcai-tech/OpenSora-STDiT-v2-stage3", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
OpenSora-STDiT-v2-stage3
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
frankleeeee's picture
frankleeeee
Upload STDiT2
3074d7c verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    28 Bytes
    initial commit about 2 years ago
  • config.json
    762 Bytes
    Upload STDiT2 about 2 years ago
  • configuration_stdit2.py
    1.58 kB
    Upload STDiT2 about 2 years ago
  • layers.py
    23.3 kB
    Upload STDiT2 about 2 years ago
  • model.safetensors
    3.07 GB
    xet
    Upload STDiT2 about 2 years ago
  • modeling_stdit2.py
    12 kB
    Upload STDiT2 about 2 years ago
  • utils.py
    3.03 kB
    Upload STDiT2 about 2 years ago