Commit b016e276 authored by comfyanonymous's avatar comfyanonymous
Browse files

Saner range of values.

parent a7c7da68
...@@ -11,10 +11,10 @@ app.registerExtension({ ...@@ -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) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment