Stable Diffusion WebUI integration. File CORP proxy.

This commit is contained in:
2026-07-25 20:22:51 -07:00
parent 449a41742d
commit f808f4d599
6 changed files with 344 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
# 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 }