add mask api

This commit is contained in:
lllyasviel
2024-02-01 17:32:13 -08:00
parent 05605ed605
commit d4d794d09e
2 changed files with 2 additions and 1 deletions
@@ -338,6 +338,7 @@ class ControlNetForForgeOfficial(scripts.Script):
preprocessor_output = preprocessor(
input_image=input_image,
input_mask=input_mask,
resolution=unit.processor_res,
slider_1=unit.threshold_a,
slider_2=unit.threshold_b,