We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de259d6 commit dea7dceCopy full SHA for dea7dce
1 file changed
js/utils/ResolutionMasterConfig.js
@@ -119,7 +119,9 @@ export const presetCategories = {
119
'3:2 Landscape': { width: 1254, height: 836 }
120
},
121
'Flux': {
122
- '1:1 Square': { width: 1024, height: 1024 },
+ '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 },
125
'2:3 Portrait': { width: 832, height: 1248 },
126
'3:4 Portrait': { width: 896, height: 1184 },
127
'4:5 Portrait': { width: 928, height: 1152 },
@@ -164,7 +166,7 @@ export const presetCategories = {
164
166
'Qwen-Image': {
165
167
'1:1 Square (Default)': { width: 1328, height: 1328 },
168
'16:9 Landscape': { width: 1664, height: 928 },
- '4:3 Landscape': { width: 1472, height: 1140 },
169
+ '4:3 Landscape': { width: 1472, height: 1104 },
170
'3:2 Landscape': { width: 1584, height: 1056 },
171
// Tests Presets
172
'1:1 Square-1024': { width: 1024, height: 1024 },
0 commit comments