Update preprocessor_inpaint.py

This commit is contained in:
lllyasviel
2024-01-30 13:26:30 -08:00
parent 9b9f301ba2
commit 4b670d2e65

View File

@@ -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