1
0
Fork 0

fix(docs): describe blending tab

This commit is contained in:
Sean Sube 2023-03-06 19:41:33 -06:00
parent af1c3c7839
commit a3b4b73dba
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 10 additions and 0 deletions

View File

@ -54,6 +54,7 @@ Please see [the server admin guide](server-admin.md) for details on how to confi
- [Outscale parameter](#outscale-parameter) - [Outscale parameter](#outscale-parameter)
- [Denoise parameter](#denoise-parameter) - [Denoise parameter](#denoise-parameter)
- [Face correction and strength](#face-correction-and-strength) - [Face correction and strength](#face-correction-and-strength)
- [Blend tab](#blend-tab)
- [Settings tab](#settings-tab) - [Settings tab](#settings-tab)
- [Image history setting](#image-history-setting) - [Image history setting](#image-history-setting)
- [API server setting](#api-server-setting) - [API server setting](#api-server-setting)
@ -516,6 +517,15 @@ Enabling this will run GFPGAN and requires a correction model.
Check out [the GFPGAN Github](https://github.com/TencentARC/GFPGAN) for more details. Check out [the GFPGAN Github](https://github.com/TencentARC/GFPGAN) for more details.
### Blend tab
The blend tab provides a way to blend two images together by painting a mask.
The mask can be uploaded or edited directly in the browser. The first image will be used as the source for black pixels
in the mask and the second image will be used as the source for white pixels. Gray values will blend the two.
Upscaling and correction run after the images have been blended.
### Settings tab ### Settings tab
The settings tab provides access to some of the settings and allows you to reset the state of the other tabs The settings tab provides access to some of the settings and allows you to reset the state of the other tabs