feat(ui): make default control end step 0.75

This commit is contained in:
psychedelicious
2024-11-06 11:42:54 +10:00
committed by Kent Keirsey
parent 244465d3a6
commit d1f653f28c

View File

@@ -79,7 +79,7 @@ export const initialControlNet: ControlNetConfig = {
type: 'controlnet',
model: null,
weight: 0.75,
beginEndStepPct: [0, 1],
beginEndStepPct: [0, 0.75],
controlMode: 'balanced',
};