Skip to content

Commit

Permalink
feat(ui): default steps to 30
Browse files Browse the repository at this point in the history
  • Loading branch information
psychedelicious committed Sep 17, 2024
1 parent 7d92f6f commit 371ee35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const initialState: ParamsState = {
scheduler: 'euler',
seed: 0,
shouldRandomizeSeed: true,
steps: 50,
steps: 30,
model: null,
vae: null,
fluxVAE: null,
Expand Down

0 comments on commit 371ee35

Please sign in to comment.