Browse Source

Make step on sharpen node smaller.

pull/3208/head
comfyanonymous 8 months ago
parent
commit
8ae1e4d125
  1. 4
      comfy_extras/nodes_post_processing.py

4
comfy_extras/nodes_post_processing.py

@ -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
}), }),
}, },
} }

Loading…
Cancel
Save