Skip to content

Commit dea7dce

Browse files
committed
Update ResolutionMasterConfig.js
1 parent de259d6 commit dea7dce

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

js/utils/ResolutionMasterConfig.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,9 @@ export const presetCategories = {
119119
'3:2 Landscape': { width: 1254, height: 836 }
120120
},
121121
'Flux': {
122-
'1:1 Square': { width: 1024, height: 1024 },
122+
'1:1 Square (Standard)': { width: 1024, height: 1024 },
123+
'1:1 Square (Medium)': { width: 1408, height: 1408 },
124+
'1:1 Square (High)': { width: 1440, height: 1440 },
123125
'2:3 Portrait': { width: 832, height: 1248 },
124126
'3:4 Portrait': { width: 896, height: 1184 },
125127
'4:5 Portrait': { width: 928, height: 1152 },
@@ -164,7 +166,7 @@ export const presetCategories = {
164166
'Qwen-Image': {
165167
'1:1 Square (Default)': { width: 1328, height: 1328 },
166168
'16:9 Landscape': { width: 1664, height: 928 },
167-
'4:3 Landscape': { width: 1472, height: 1140 },
169+
'4:3 Landscape': { width: 1472, height: 1104 },
168170
'3:2 Landscape': { width: 1584, height: 1056 },
169171
// Tests Presets
170172
'1:1 Square-1024': { width: 1024, height: 1024 },

0 commit comments

Comments
 (0)