From cc722cc05d4986cdfca021ac24d33a8b02f04ae6 Mon Sep 17 00:00:00 2001 From: Efreak Date: Wed, 25 Sep 2024 12:09:04 -0700 Subject: [PATCH] add flux aspect ratios --- categories.json | 8 ++++++++ styles.json | 31 +++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/categories.json b/categories.json index 2fbc135..648080b 100644 --- a/categories.json +++ b/categories.json @@ -1,12 +1,14 @@ { "new": [ "flux", + "flux-aspect-ratio", "vintage yearbook photo", "photon", "unstable diffusers" ], "featured": [ "flux", + "flux-aspect-ratio", "cascade+" ], "stable cascade": [ @@ -307,6 +309,12 @@ "analogdistortion", "pixelsorting" ], + "flux-aspect-ratio": [ + "flux-vertical", + "flux-portrait", + "flux-landscape", + "flux" + ], "sdxl-aspect-ratio": [ "sdxl-extreme-vertical", "sdxl-vertical", diff --git a/styles.json b/styles.json index cb99ce7..330b107 100644 --- a/styles.json +++ b/styles.json @@ -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)",