From bd91bd4a84030fcb60c17624f7dd8495bd9d4ecb Mon Sep 17 00:00:00 2001 From: Kent Keirsey <31807370+hipsterusername@users.noreply.github.com> Date: Mon, 22 Jul 2024 22:38:39 -0400 Subject: [PATCH] Math Updates --- .../nodes/util/graph/buildMultidiffusionUpscaleGraph.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/invokeai/frontend/web/src/features/nodes/util/graph/buildMultidiffusionUpscaleGraph.ts b/invokeai/frontend/web/src/features/nodes/util/graph/buildMultidiffusionUpscaleGraph.ts index 638ebf2fb2..26769f2ac9 100644 --- a/invokeai/frontend/web/src/features/nodes/util/graph/buildMultidiffusionUpscaleGraph.ts +++ b/invokeai/frontend/web/src/features/nodes/util/graph/buildMultidiffusionUpscaleGraph.ts @@ -213,7 +213,7 @@ export const buildMultidiffusionUpscsaleGraph = async (state: RootState): Promis control_model: tileControlnetModel, control_mode: 'balanced', resize_mode: 'just_resize', - control_weight: (structure + 10) * 0.0325 + 0.15 + 0.15, + control_weight: (structure + 10) * 0.0325 + 0.3, begin_step_percent: 0, end_step_percent: (structure + 10) * 0.025 + 0.3, }); @@ -226,7 +226,7 @@ export const buildMultidiffusionUpscsaleGraph = async (state: RootState): Promis control_model: tileControlnetModel, control_mode: 'balanced', resize_mode: 'just_resize', - control_weight: ((structure + 10) * 0.0325 + 0.15) * 0.15, + control_weight: ((structure + 10) * 0.0325 + 0.15) * .45 , begin_step_percent: (structure + 10) * 0.025 + 0.3, end_step_percent: 0.85, });