mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-04-19 19:03:51 +00:00
Saner range of values.
This commit is contained in:
parent
a7c7da68dc
commit
b016e2769f
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user