mirror of
https://github.com/invoke-ai/InvokeAI
synced 2026-03-22 23:00:23 +01:00
update defaults
This commit is contained in:
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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user