Skip to content

Commit 52cb6b3

Browse files
Yourzampcode-com
andcommitted
fix: correct essentials category for Canny node
Amp-Thread-ID: https://ampcode.com/threads/T-019c7303-ab53-7341-be76-a5da1f7a657e Co-authored-by: Amp <amp@ampcode.com>
1 parent 3dfc34e commit 52cb6b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

comfy_extras/nodes_canny.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def define_schema(cls):
1212
node_id="Canny",
1313
search_aliases=["edge detection", "outline", "contour detection", "line art"],
1414
category="image/preprocessors",
15-
essentials_category="Image Tools/Preprocessing",
15+
essentials_category="Image Tools",
1616
inputs=[
1717
io.Image.Input("image"),
1818
io.Float.Input("low_threshold", default=0.4, min=0.01, max=0.99, step=0.01),

0 commit comments

Comments
 (0)