Instructions to use hpcai-tech/Open-Sora-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Open-Sora
How to use hpcai-tech/Open-Sora-v2 with Open-Sora:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Update library name
Browse filesMy previous PR erroneously added "Transformers" as library name, but this checkpoint isn't compatible with that.
Instead we can add a dedicated "open-sora" tag and then I'll open a corresponding PR on huggingface.js to enable download metrics for you.
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
pipeline_tag: text-to-video
|
| 4 |
-
library_name:
|
| 5 |
---
|
| 6 |
|
| 7 |
## Open-Sora: Democratizing Efficient Video Production for All
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
pipeline_tag: text-to-video
|
| 4 |
+
library_name: open-sora
|
| 5 |
---
|
| 6 |
|
| 7 |
## Open-Sora: Democratizing Efficient Video Production for All
|