From 21ff2e568cb1071877574be200338448ca4c55ef Mon Sep 17 00:00:00 2001 From: hlky <106811348+hlky@users.noreply.github.com> Date: Thu, 22 Sep 2022 01:00:22 +0100 Subject: [PATCH] denoising_strength config --- configs/webui/webui_streamlit.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configs/webui/webui_streamlit.yaml b/configs/webui/webui_streamlit.yaml index 9eec989..defbeed 100644 --- a/configs/webui/webui_streamlit.yaml +++ b/configs/webui/webui_streamlit.yaml @@ -190,7 +190,11 @@ txt2vid: img2img: prompt: sampler_name: "k_euler" - denoising_strength: 0.75 + denoising_strength: + value: 0.75 + min_value: 0 + max_value: 1 + step: 0.1 # 0: Keep masked area # 1: Regenerate only masked area mask_mode: 0