Skip to content

Commit

Permalink
add flux aspect ratios
Browse files Browse the repository at this point in the history
  • Loading branch information
Efreak committed Sep 25, 2024
1 parent 66e6da5 commit cc722cc
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
8 changes: 8 additions & 0 deletions categories.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"new": [
"flux",
"flux-aspect-ratio",
"vintage yearbook photo",
"photon",
"unstable diffusers"
],
"featured": [
"flux",
"flux-aspect-ratio",
"cascade+"
],
"stable cascade": [
Expand Down Expand Up @@ -307,6 +309,12 @@
"analogdistortion",
"pixelsorting"
],
"flux-aspect-ratio": [
"flux-vertical",
"flux-portrait",
"flux-landscape",
"flux"
],
"sdxl-aspect-ratio": [
"sdxl-extreme-vertical",
"sdxl-vertical",
Expand Down
31 changes: 31 additions & 0 deletions styles.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,37 @@
"cfg_scale": 5
},

"flux-vertical": {
"prompt": "{p}{np}",
"model": "Flux.1-Schnell fp8 (Compact)",
"width": 384,
"height": 768,
"steps": 4,
"cfg_scale": 1,
"karras": false,
"sampler_name": "k_euler"
},
"flux-portrait": {
"prompt": "{p}{np}",
"model": "Flux.1-Schnell fp8 (Compact)",
"width": 448,
"height": 640,
"steps": 4,
"cfg_scale": 1,
"karras": false,
"sampler_name": "k_euler"
},
"flux-landscape": {
"prompt": "{p}{np}",
"model": "Flux.1-Schnell fp8 (Compact)",
"width": 640,
"height": 448,
"steps": 4,
"cfg_scale": 1,
"karras": false,
"sampler_name": "k_euler"
},

"sdxl-vertical": {
"prompt": "{p}{np}",
"model": "AlbedoBase XL (SDXL)",
Expand Down

0 comments on commit cc722cc

Please sign in to comment.