Resolutions, remove flux.1
This commit is contained in:
+6
-12
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user