Fixed 1024x1024

This commit is contained in:
deepbeepmeep 2025-06-26 18:05:09 +02:00 committed by GitHub
parent b775440beb
commit b14cdbdc0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
wgp.py
View File

@ -5491,7 +5491,7 @@ def generate_video_tab(update_form = False, state_dict = None, ui_defaults = Non
# 720p # 720p
("1280x720 (16:9, 720p)", "1280x720"), ("1280x720 (16:9, 720p)", "1280x720"),
("720x1280 (9:16, 720p)", "720x1280"), ("720x1280 (9:16, 720p)", "720x1280"),
("1024x1024 (1:1, 720p)", "1024x024"), ("1024x1024 (1:1, 720p)", "1024x1024"),
("1280x544 (21:9, 720p)", "1280x544"), ("1280x544 (21:9, 720p)", "1280x544"),
("544x1280 (9:21, 720p)", "544x1280"), ("544x1280 (9:21, 720p)", "544x1280"),
("1104x832 (4:3, 720p)", "1104x832"), ("1104x832 (4:3, 720p)", "1104x832"),