16 lines
448 B
TOML
16 lines
448 B
TOML
# Resolution Presets
|
|
# Format: [preset_name]
|
|
# width and height are mandatory.
|
|
|
|
[anime_xl]
|
|
square = { width = 1024, height = 1024 }
|
|
portrait = { width = 832, height = 1216 }
|
|
landscape = { width = 1216, height = 832 }
|
|
widescreen = { width = 1536, height = 640 }
|
|
|
|
[flux_standard]
|
|
square = { width = 1024, height = 1024 }
|
|
portrait = { width = 896, height = 1152 }
|
|
landscape = { width = 1152, height = 896 }
|
|
widescreen = { width = 1344, height = 768 }
|