Saner range of values.

This commit is contained in:
comfyanonymous 2023-04-18 02:25:57 -04:00
parent a7c7da68dc
commit b016e2769f

View File

@ -11,10 +11,10 @@ app.registerExtension({
type: "slider", type: "slider",
attrs: { attrs: {
min: 0.01, min: 0.01,
max: 2, max: 0.5,
step: 0.01, step: 0.01,
}, },
defaultValue: 0.1, defaultValue: 0.05,
}); });
function incrementWeight(weight, delta) { function incrementWeight(weight, delta) {