Skip to content

Commit bd91bd4

Browse files
hipsterusernamepsychedelicious
authored andcommitted
Math Updates
1 parent 8756a6b commit bd91bd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ export const buildMultidiffusionUpscsaleGraph = async (state: RootState): Promis
213213
control_model: tileControlnetModel,
214214
control_mode: 'balanced',
215215
resize_mode: 'just_resize',
216-
control_weight: (structure + 10) * 0.0325 + 0.15 + 0.15,
216+
control_weight: (structure + 10) * 0.0325 + 0.3,
217217
begin_step_percent: 0,
218218
end_step_percent: (structure + 10) * 0.025 + 0.3,
219219
});
@@ -226,7 +226,7 @@ export const buildMultidiffusionUpscsaleGraph = async (state: RootState): Promis
226226
control_model: tileControlnetModel,
227227
control_mode: 'balanced',
228228
resize_mode: 'just_resize',
229-
control_weight: ((structure + 10) * 0.0325 + 0.15) * 0.15,
229+
control_weight: ((structure + 10) * 0.0325 + 0.15) * .45 ,
230230
begin_step_percent: (structure + 10) * 0.025 + 0.3,
231231
end_step_percent: 0.85,
232232
});

0 commit comments

Comments
 (0)