From 0d994e1953ebba50422840b2dbcb98120eb33867 Mon Sep 17 00:00:00 2001 From: Abdullah Alfaraj <7842232+AbdullahAlfaraj@users.noreply.github.com> Date: Sat, 4 Nov 2023 19:20:56 +0300 Subject: [PATCH] remove width and height data from native presets --- presets/img2img.json | 15 +++------------ presets/inpaint.json | 14 ++------------ 2 files changed, 5 insertions(+), 24 deletions(-) diff --git a/presets/img2img.json b/presets/img2img.json index e17f70a..6e74f9d 100644 --- a/presets/img2img.json +++ b/presets/img2img.json @@ -6,8 +6,7 @@ "batch_size": 1, "batch_count": 1, "steps": 20, - "width": 512, - "height": 512, + "ratio": 1, "cfg": 7, "b_width_height_link": true, @@ -28,13 +27,5 @@ "hr_upscaler": "", "selection_mode": "ratio" }, - "controlnet_tab_preset": [ - {}, - {}, - {}, - {}, - {}, - {}, - {} - ] -} \ No newline at end of file + "controlnet_tab_preset": [{}, {}, {}, {}, {}, {}, {}] +} diff --git a/presets/inpaint.json b/presets/inpaint.json index 7da37df..6d887c9 100644 --- a/presets/inpaint.json +++ b/presets/inpaint.json @@ -6,8 +6,6 @@ "batch_size": 1, "batch_count": 1, "steps": 20, - "width": 512, - "height": 512, "ratio": 1, "cfg": 7, "b_width_height_link": true, @@ -28,13 +26,5 @@ "hr_upscaler": "", "selection_mode": "ratio" }, - "controlnet_tab_preset": [ - {}, - {}, - {}, - {}, - {}, - {}, - {} - ] -} \ No newline at end of file + "controlnet_tab_preset": [{}, {}, {}, {}, {}, {}, {}] +}