From 882ab877b29052d77d2d0883379cb880893554a6 Mon Sep 17 00:00:00 2001 From: Matt Taylor Date: Fri, 9 Jun 2023 20:03:20 -0500 Subject: [PATCH] Fix for A1111 v1.3.0 Added lines suggested by Ruakuu See https://github.com/Interpause/auto-sd-paint-ext/issues/152#issuecomment-1575759716 --- backend/app.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/backend/app.py b/backend/app.py index 9a5c2bf0..53d1fedd 100644 --- a/backend/app.py +++ b/backend/app.py @@ -283,6 +283,9 @@ def f_img2img(req: Img2ImgRequest): "", # img2img_batch_input_dir (unspported) "", # img2img_batch_output_dir (unsupported) "", # img2img_batch_inpaint_mask_dir (unsupported) + get_sampler_index(req.sampler_name), # hr_sampler_index + "", # hr_prompt + "", # hr_negative_prompt [], # override_settings_texts (unsupported) *args, )