From 582f384fffe850a0a81d3b4461e5ef43d051edf5 Mon Sep 17 00:00:00 2001 From: Mary Hipp Date: Mon, 22 Jul 2024 16:08:13 -0400 Subject: [PATCH] lint fix --- .../nodes/util/graph/buildMultidiffusionUpscaleGraph.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 e97fb30f18..13348d0207 100644 --- a/invokeai/frontend/web/src/features/nodes/util/graph/buildMultidiffusionUpscaleGraph.ts +++ b/invokeai/frontend/web/src/features/nodes/util/graph/buildMultidiffusionUpscaleGraph.ts @@ -247,7 +247,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 + 0.15, begin_step_percent: 0, end_step_percent: (structure + 10) * 0.025 + 0.3, });