mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-04 02:30:21 +08:00
Restore search aliases
This commit is contained in:
parent
25d4954b10
commit
27f40af5f5
1
nodes.py
1
nodes.py
@ -1714,6 +1714,7 @@ class LoadImage:
|
||||
CATEGORY = "image"
|
||||
RETURN_TYPES = ("IMAGE", "MASK")
|
||||
FUNCTION = "load_image"
|
||||
SEARCH_ALIASES = ["load image", "open image", "import image", "image input", "upload image", "read image", "image loader"]
|
||||
def load_image(self, image):
|
||||
image_path = folder_paths.get_annotated_filepath(image)
|
||||
img = node_helpers.pillow(Image.open, image_path)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user