From 700d31e2b87674f4063c4cc361d6e7e1bc81c6a5 Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Sat, 21 Jan 2023 19:42:02 -0600 Subject: [PATCH] fix(docs): note that image parameters are not persisted when reloading --- docs/user-guide.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/user-guide.md b/docs/user-guide.md index fe2084ba..644cc09c 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -201,6 +201,8 @@ The output image will be the same size as the input, unless upscaling is turned Upload a source image for img2img. +Image sources are _not_ persisted when you reload the page, unlike other parameters. + #### Strength parameter Blending strength. 0 uses the source image without changing it, 1 will replace it almost entirely. @@ -228,12 +230,17 @@ When all of the options are used together, the process is: Upload a source image for inpaint. +Image sources are _not_ persisted when you reload the page, unlike other parameters. + #### Mask canvas and brush parameters Upload or draw a mask image. White pixels will be replaced with noise and then regenerated, black pixels will be kept as-is in the output. +Image sources are _not_ persisted when you reload the page, unlike other parameters. If you want to keep a mask +you have painted in the browser, right click on the canvas and use the "Save image as..." option. + - Fill with black - Keep all pixels - Fill with white