Resolutions, remove flux.1

This commit is contained in:
2026-07-25 21:19:27 -07:00
parent ca33869007
commit 689cd1244c
3 changed files with 16 additions and 32 deletions
+6 -12
View File
@@ -1,15 +1,9 @@
# Resolution Presets
# Format: [preset_name]
# width and height are mandatory.
# Values: "WidthxHeight"
[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 }
[sdxl]
widescreen = "1344x768"
landscape = "1152x896"
square = "1024x1024"
portrait = "896x1152"