Saner range of values.

This commit is contained in:
comfyanonymous 2023-04-18 02:25:57 -04:00
parent a7c7da68dc
commit b016e2769f
1 changed files with 2 additions and 2 deletions

View File

@ -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) {