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

Make step on sharpen node smaller.

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