mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
feat(ui): make default control end step 0.75
This commit is contained in:
committed by
Kent Keirsey
parent
244465d3a6
commit
d1f653f28c
@@ -79,7 +79,7 @@ export const initialControlNet: ControlNetConfig = {
|
||||
type: 'controlnet',
|
||||
model: null,
|
||||
weight: 0.75,
|
||||
beginEndStepPct: [0, 1],
|
||||
beginEndStepPct: [0, 0.75],
|
||||
controlMode: 'balanced',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user