mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-02-10 01:49:58 +00:00
Update preprocessor_inpaint.py
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user