From 4b670d2e65b240e3934d59dc9488b5afed2a503c Mon Sep 17 00:00:00 2001 From: lllyasviel Date: Tue, 30 Jan 2024 13:26:30 -0800 Subject: [PATCH] Update preprocessor_inpaint.py --- .../forge_preprocessor_inpaint/scripts/preprocessor_inpaint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions-builtin/forge_preprocessor_inpaint/scripts/preprocessor_inpaint.py b/extensions-builtin/forge_preprocessor_inpaint/scripts/preprocessor_inpaint.py index 93c0463e..c40be139 100644 --- a/extensions-builtin/forge_preprocessor_inpaint/scripts/preprocessor_inpaint.py +++ b/extensions-builtin/forge_preprocessor_inpaint/scripts/preprocessor_inpaint.py @@ -31,7 +31,7 @@ class PreprocessorInpaintLama(PreprocessorInpaintOnly): def __init__(self): super().__init__() self.name = 'inpaint_only+lama' - + def __call__(self, input_image, resolution, slider_1=None, slider_2=None, slider_3=None, **kwargs): return input_image