From a3b4b73dba2a0a5c36531c8f18fa40f37f36e2a8 Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Mon, 6 Mar 2023 19:41:33 -0600 Subject: [PATCH] fix(docs): describe blending tab --- docs/user-guide.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/user-guide.md b/docs/user-guide.md index 090adc8b..62f0be31 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -54,6 +54,7 @@ Please see [the server admin guide](server-admin.md) for details on how to confi - [Outscale parameter](#outscale-parameter) - [Denoise parameter](#denoise-parameter) - [Face correction and strength](#face-correction-and-strength) + - [Blend tab](#blend-tab) - [Settings tab](#settings-tab) - [Image history setting](#image-history-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. +### 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 The settings tab provides access to some of the settings and allows you to reset the state of the other tabs