chore(ui): lint

This commit is contained in:
psychedelicious 2024-07-23 13:10:01 +10:00
parent a8bc6ab5b1
commit 46dc8c6641

View File

@ -226,7 +226,7 @@ export const buildMultidiffusionUpscaleGraph = async (state: RootState): Promise
control_model: tileControlnetModel, control_model: tileControlnetModel,
control_mode: 'balanced', control_mode: 'balanced',
resize_mode: 'just_resize', resize_mode: 'just_resize',
control_weight: ((structure + 10) * 0.0325 + 0.15) * .45 , control_weight: ((structure + 10) * 0.0325 + 0.15) * 0.45,
begin_step_percent: (structure + 10) * 0.025 + 0.3, begin_step_percent: (structure + 10) * 0.025 + 0.3,
end_step_percent: 0.85, end_step_percent: 0.85,
}); });