From 395a3d703f464ea45e0f1b3dc09e621765cc4862 Mon Sep 17 00:00:00 2001 From: Joey Ballentine <34788790+joeyballentine@users.noreply.github.com> Date: Sat, 29 Jul 2023 15:40:56 -0500 Subject: [PATCH] Update backend/src/packages/chaiNNer_pytorch/pytorch/processing/inpaint.py Co-authored-by: Michael Schmidt --- .../src/packages/chaiNNer_pytorch/pytorch/processing/inpaint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/packages/chaiNNer_pytorch/pytorch/processing/inpaint.py b/backend/src/packages/chaiNNer_pytorch/pytorch/processing/inpaint.py index 98dcda882..87996ea9e 100644 --- a/backend/src/packages/chaiNNer_pytorch/pytorch/processing/inpaint.py +++ b/backend/src/packages/chaiNNer_pytorch/pytorch/processing/inpaint.py @@ -131,7 +131,7 @@ def inpaint( ImageInput(channels=3), ImageInput(label="Mask", channels=1).with_docs( "An inpainting mask is a grayscale image where white represents what to inpaint and black represents what to keep.", - "This must be made outside of chaiNNer.", + "This must typically be made outside of chaiNNer.", hint=True, ), InpaintModelInput(),