ini inpaint

This commit is contained in:
lllyasviel
2024-01-30 12:53:21 -08:00
parent 015f0967e1
commit 7b0a202f89
5 changed files with 108 additions and 49 deletions

View File

@@ -62,6 +62,9 @@ class Preprocessor:
def process_before_every_sampling(self, process, cond, *args, **kwargs):
return
def process_after_every_sampling(self, process, params, *args, **kwargs):
return
def __call__(self, input_image, resolution, slider_1=None, slider_2=None, slider_3=None, **kwargs):
return input_image