mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-15 06:58:13 -05:00
update defaults
This commit is contained in:
committed by
Mary Hipp Rogers
parent
76618fee9c
commit
6927e95444
@@ -98,8 +98,8 @@ const initialState: ParamsState = {
|
||||
optimizedDenoisingEnabled: true,
|
||||
iterations: 1,
|
||||
scheduler: 'dpmpp_3m_k',
|
||||
upscaleScheduler: 'dpmpp_3m_k',
|
||||
upscaleCfgScale: 7.5,
|
||||
upscaleScheduler: 'kdpm_2',
|
||||
upscaleCfgScale: 2,
|
||||
seed: 0,
|
||||
shouldRandomizeSeed: true,
|
||||
steps: 30,
|
||||
|
||||
Reference in New Issue
Block a user