"vscode:/vscode.git/clone" did not exist on "f2c4d6697eb6baa4dea406d5dea204a5c7f9fad7"
Commit 8ae1e4d1 authored by comfyanonymous's avatar comfyanonymous
Browse files

Make step on sharpen node smaller.

parent 2f93b916
......@@ -204,13 +204,13 @@ class Sharpen:
"default": 1.0,
"min": 0.1,
"max": 10.0,
"step": 0.1
"step": 0.01
}),
"alpha": ("FLOAT", {
"default": 1.0,
"min": 0.0,
"max": 5.0,
"step": 0.1
"step": 0.01
}),
},
}
......
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