1
0
Fork 0

fix(docs): note that image parameters are not persisted when reloading

This commit is contained in:
Sean Sube 2023-01-21 19:42:02 -06:00
parent facd69f452
commit 700d31e2b8
1 changed files with 7 additions and 0 deletions

View File

@ -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. Upload a source image for img2img.
Image sources are _not_ persisted when you reload the page, unlike other parameters.
#### Strength parameter #### Strength parameter
Blending strength. 0 uses the source image without changing it, 1 will replace it almost entirely. 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. Upload a source image for inpaint.
Image sources are _not_ persisted when you reload the page, unlike other parameters.
#### Mask canvas and brush parameters #### Mask canvas and brush parameters
Upload or draw a mask image. 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. 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 - Fill with black
- Keep all pixels - Keep all pixels
- Fill with white - Fill with white