mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-21 07:19:42 +08:00
Add search aliases and description
This commit is contained in:
parent
195d71076f
commit
456d67c589
@ -55,9 +55,10 @@ class ImageCropV2(IO.ComfyNode):
|
|||||||
def define_schema(cls):
|
def define_schema(cls):
|
||||||
return IO.Schema(
|
return IO.Schema(
|
||||||
node_id="ImageCropV2",
|
node_id="ImageCropV2",
|
||||||
search_aliases=["trim"],
|
search_aliases=["crop", "cut", "trim"],
|
||||||
display_name="Crop Image",
|
display_name="Crop Image",
|
||||||
category="image/transform",
|
category="image/transform",
|
||||||
|
description = "Crop an image to the specified dimensions.",
|
||||||
essentials_category="Image Tools",
|
essentials_category="Image Tools",
|
||||||
has_intermediate_output=True,
|
has_intermediate_output=True,
|
||||||
inputs=[
|
inputs=[
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user