diff --git a/configs/opensora-v1-1/train/stage2.py b/configs/opensora-v1-1/train/stage2.py index bc5923a..0405688 100644 --- a/configs/opensora-v1-1/train/stage2.py +++ b/configs/opensora-v1-1/train/stage2.py @@ -11,7 +11,7 @@ bucket_config = { # 7s/it "144p": {1: (1.0, 48), 16: (1.0, 17), 32: (1.0, 9), 64: (1.0, 4), 128: (0.8, 1)}, "256": {1: (0.8, 254), 16: (0.5, 17), 32: (0.5, 9), 64: (0.5, 4), 128: (0.5, 1)}, "240p": {1: (0.1, 20), 16: (0.9, 17), 32: (0.8, 9), 64: (0.8, 4), 128: (0.8, 2)}, - "512": {1: (0.5, 86), 16: (0.2, 4), 32: (0.2, 3), 64: (0.2, 2), 128: (0.0, None)}, + "512": {1: (0.5, 86), 16: (0.2, 4), 32: (0.2, 2), 64: (0.2, 1), 128: (0.0, None)}, "480p": {1: (0.4, 54), 16: (0.4, 4), 32: (0.0, None)}, "720p": {1: (0.1, 20), 16: (0.1, 2), 32: (0.0, None)}, "1024": {1: (0.3, 20)},