mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-30 03:01:15 +00:00
Update preprocessor_inpaint.py
This commit is contained in:
@@ -31,7 +31,7 @@ class PreprocessorInpaintLama(PreprocessorInpaintOnly):
|
|||||||
def __init__(self):
|
def __init__(self):
|
||||||
super().__init__()
|
super().__init__()
|
||||||
self.name = 'inpaint_only+lama'
|
self.name = 'inpaint_only+lama'
|
||||||
|
|
||||||
def __call__(self, input_image, resolution, slider_1=None, slider_2=None, slider_3=None, **kwargs):
|
def __call__(self, input_image, resolution, slider_1=None, slider_2=None, slider_3=None, **kwargs):
|
||||||
return input_image
|
return input_image
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user