mirror of
https://github.com/hpcaitech/Open-Sora.git
synced 2026-04-10 12:49:38 +02:00
[docs] fix training data num (#457)
This commit is contained in:
parent
17cce908b2
commit
eb89c92f7a
|
|
@ -17,11 +17,12 @@ We use the [training-10M subset](https://github.com/snap-research/Panda-70M/tree
|
|||
which contains ~10M videos of better quality.
|
||||
|
||||
### Mixkit
|
||||
|
||||
[Mixkit](https://mixkit.co/) is a video website where we obtained 9k videos.
|
||||
|
||||
### Pixabay
|
||||
[Pixabay](https://pixabay.com/videos/) is video website where we obtained 60.5k videos.
|
||||
|
||||
[Pixabay](https://pixabay.com/videos/) is video website where we obtained 60.5k videos.
|
||||
|
||||
### Pexels
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
- [Evaluation](#evaluation)
|
||||
- [Sequence parallelism](#sequence-parallelism)
|
||||
|
||||
In Open-Sora 1.2 release, we train a 1.1B models on >20M data, with training cost 35k H100 GPU hours, supporting 0s~16s, 144p to 720p, various aspect ratios video generation. Our configurations is listed below. Following our 1.1 version, Open-Sora 1.2 can also do image-to-video generation and video extension.
|
||||
In Open-Sora 1.2 release, we train a 1.1B models on >30M data (~80k hours), with training cost 35k H100 GPU hours, supporting 0s~16s, 144p to 720p, various aspect ratios video generation. Our configurations is listed below. Following our 1.1 version, Open-Sora 1.2 can also do image-to-video generation and video extension.
|
||||
|
||||
| | image | 2s | 4s | 8s | 16s |
|
||||
| ---- | ----- | --- | --- | --- | --- |
|
||||
|
|
|
|||
Loading…
Reference in a new issue