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": [{}, {}, {}, {}, {}, {}, {}] +}