mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-18 02:43:00 +08:00
Update custom-node-list.json
Adding image loader with subfolder to custom-node-list.json. tested changes locally.
This commit is contained in:
parent
955b1f6e47
commit
efa4425d90
@ -2395,6 +2395,16 @@
|
|||||||
],
|
],
|
||||||
"install_type": "unzip",
|
"install_type": "unzip",
|
||||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "catscandrive",
|
||||||
|
"title": "Image loader with subfolders",
|
||||||
|
"reference": "https://github.com/catscandrive/comfyui-imagesubfolders",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/catscandrive/comfyui-imagesubfolders/raw/main/loadImageWithSubfolders.py"
|
||||||
|
],
|
||||||
|
"install_type": "copy",
|
||||||
|
"description": "Adds an Image Loader node that also shows images in subfolders of the default input directory"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user