mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-14 19:17:32 +08:00
Rename Canny node
This commit is contained in:
parent
4bb3b977ea
commit
7001511c24
@ -11,7 +11,7 @@ class Canny(io.ComfyNode):
|
||||
def define_schema(cls):
|
||||
return io.Schema(
|
||||
node_id="Canny",
|
||||
display_name="Detect Canny Edges",
|
||||
display_name="Detect Edges (Canny)",
|
||||
search_aliases=["edge detection", "outline", "contour detection", "line art"],
|
||||
category="image/filters",
|
||||
essentials_category="Image Tools",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user