Skip to content

Commit 46dc8c6

Browse files
chore(ui): lint
1 parent a8bc6ab commit 46dc8c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/frontend/web/src/features/nodes/util/graph/buildMultidiffusionUpscaleGraph.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ export const buildMultidiffusionUpscaleGraph = async (state: RootState): Promise
226226
control_model: tileControlnetModel,
227227
control_mode: 'balanced',
228228
resize_mode: 'just_resize',
229-
control_weight: ((structure + 10) * 0.0325 + 0.15) * .45 ,
229+
control_weight: ((structure + 10) * 0.0325 + 0.15) * 0.45,
230230
begin_step_percent: (structure + 10) * 0.025 + 0.3,
231231
end_step_percent: 0.85,
232232
});

0 commit comments

Comments
 (0)