Skip to content

Commit

Permalink
Update backend/src/packages/chaiNNer_pytorch/pytorch/processing/inpai…
Browse files Browse the repository at this point in the history
…nt.py

Co-authored-by: Michael Schmidt <[email protected]>
  • Loading branch information
joeyballentine and RunDevelopment authored Jul 29, 2023
1 parent f795c5c commit 395a3d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 395a3d7

Please sign in to comment.