From e24a0186ac224286c8786f7f19e9f70d962634f3 Mon Sep 17 00:00:00 2001 From: Efreak Date: Sat, 30 Nov 2024 17:08:25 -0800 Subject: [PATCH] reduce new styles' sizes slightly Where it doesn't interfere with aspect ratio This is an attempt to keep the kudos cost at under 100 kudos (currently 110 forba square with one flux Lora). I'm too lazy to test the aspect ratios to see how close they would be if reduced by 64px on each side... --- styles.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/styles.json b/styles.json index e512295..972629b 100644 --- a/styles.json +++ b/styles.json @@ -3253,8 +3253,8 @@ "sampler_name": "k_euler", "cfg_scale": 1, "karras": false, - "width": 1024, - "height": 1024, + "width": 960, + "height": 960, "loras": [ { "name": "755617", "is_version": true} ] @@ -3266,8 +3266,8 @@ "sampler_name": "k_euler", "cfg_scale": 1, "karras": false, - "width": 1024, - "height": 1024, + "width": 960, + "height": 960, "loras": [ { "name": "803445", "is_version": true} ] @@ -3318,8 +3318,8 @@ "sampler_name": "k_euler", "cfg_scale": 1, "karras": false, - "width": 1024, - "height": 1024, + "width": 960, + "height": 960, "loras": [ { "name": "766910", "is_version": true} ]