mirror of
https://github.com/hpcaitech/Open-Sora.git
synced 2026-02-22 21:43:19 +01:00
update readme
This commit is contained in:
parent
4b2b47b34d
commit
ecebf88865
|
|
@ -5,7 +5,7 @@ dataset = dict(
|
|||
)
|
||||
|
||||
# webvid
|
||||
bucket_config = {"360p": {102: (1.0, 5)}}
|
||||
bucket_config = {"360p": {102: (1.0, 1)}}
|
||||
grad_checkpoint = True
|
||||
|
||||
# Acceleration settings
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
- [Evaluation](#evaluation)
|
||||
- [Sequence parallelism](#sequence-parallelism)
|
||||
|
||||
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.
|
||||
In Open-Sora 1.2 release, we train a 1.1B models on >30M data (about 80k hours), with training cost 35k H100 GPU hours, supporting 0s to 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