fix(plugin): make sure number input nodes takes down to 0.01 steps
This commit is contained in:
parent
2d59fd2b1b
commit
19511e55ba
@ -16,7 +16,7 @@ class ComfyUIDeployExternalNumber:
|
||||
"optional": {
|
||||
"default_value": (
|
||||
"FLOAT",
|
||||
{"multiline": True, "display": "number", "default": 0},
|
||||
{"multiline": True, "display": "number", "default": 0, "step": 0.01},
|
||||
),
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user