Math Updates

This commit is contained in:
Kent Keirsey 2024-07-22 22:38:39 -04:00 committed by psychedelicious
parent 8756a6b8c3
commit bd91bd4a84

View File

@ -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,
});