Skip to content

Commit

Permalink
Saner range of values.
Browse files Browse the repository at this point in the history
  • Loading branch information
comfyanonymous committed Apr 18, 2023
1 parent a7c7da6 commit b016e27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/extensions/core/editAttention.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ app.registerExtension({
type: "slider",
attrs: {
min: 0.01,
max: 2,
max: 0.5,
step: 0.01,
},
defaultValue: 0.1,
defaultValue: 0.05,
});

function incrementWeight(weight, delta) {
Expand Down

0 comments on commit b016e27

Please sign in to comment.