You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i try to enhance the video above from open-sora the target resolution is always set to a max of 1152, 2048
2024-10-14 01:59:38,941 - video_to_video - INFO - input frames length: 102
2024-10-14 01:59:38,941 - video_to_video - INFO - input fps: 24.0
2024-10-14 01:59:38,941 - video_to_video - INFO - target_fps: 24.0
2024-10-14 01:59:39,703 - video_to_video - INFO - input resolution: (720, 1280)
2024-10-14 01:59:39,704 - video_to_video - INFO - target resolution: (1152, 2048)
2024-10-14 01:59:39,704 - video_to_video - INFO - noise augmentation: 250
2024-10-14 01:59:39,704 - video_to_video - INFO - scale s is set to: 8
2024-10-14 01:59:39,834 - video_to_video - INFO - video_data shape: torch.Size([102, 3, 1152, 2048])
I thought the max was 2k or 2560x1440 like the example you provided. If i try to manually set the target height and width I get a memory error with a 80gb H100
test1.mp4
When i try to enhance the video above from open-sora the target resolution is always set to a max of 1152, 2048
2024-10-14 01:59:38,941 - video_to_video - INFO - input frames length: 102
2024-10-14 01:59:38,941 - video_to_video - INFO - input fps: 24.0
2024-10-14 01:59:38,941 - video_to_video - INFO - target_fps: 24.0
2024-10-14 01:59:39,703 - video_to_video - INFO - input resolution: (720, 1280)
2024-10-14 01:59:39,704 - video_to_video - INFO - target resolution: (1152, 2048)
2024-10-14 01:59:39,704 - video_to_video - INFO - noise augmentation: 250
2024-10-14 01:59:39,704 - video_to_video - INFO - scale s is set to: 8
2024-10-14 01:59:39,834 - video_to_video - INFO - video_data shape: torch.Size([102, 3, 1152, 2048])
I thought the max was 2k or 2560x1440 like the example you provided. If i try to manually set the target height and width I get a memory error with a 80gb H100