mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-18 02:43:00 +08:00
update DB
This commit is contained in:
parent
953f3f2c3d
commit
b2793023d6
@ -2352,6 +2352,16 @@
|
|||||||
"install_type": "copy",
|
"install_type": "copy",
|
||||||
"description": "Nodes:Int to Text, Seed With Text, Save A1 Image."
|
"description": "Nodes:Int to Text, Seed With Text, Save A1 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"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "theally",
|
"author": "theally",
|
||||||
"title": "TheAlly's Custom Nodes",
|
"title": "TheAlly's Custom Nodes",
|
||||||
@ -2395,16 +2405,6 @@
|
|||||||
],
|
],
|
||||||
"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"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1981,6 +1981,14 @@
|
|||||||
"title_aux": "ComfyUI_PerpWeight"
|
"title_aux": "ComfyUI_PerpWeight"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/catscandrive/comfyui-imagesubfolders/raw/main/loadImageWithSubfolders.py": [
|
||||||
|
[
|
||||||
|
"LoadImagewithSubfolders"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "Image loader with subfolders"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/chenbaiyujason/sc-node-comfyui": [
|
"https://github.com/chenbaiyujason/sc-node-comfyui": [
|
||||||
[
|
[
|
||||||
"8 Combine Text String",
|
"8 Combine Text String",
|
||||||
|
|||||||
@ -1,5 +1,15 @@
|
|||||||
{
|
{
|
||||||
"custom_nodes": [
|
"custom_nodes": [
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "laksjdjf",
|
"author": "laksjdjf",
|
||||||
"title": "LoRA-Merger-ComfyUI",
|
"title": "LoRA-Merger-ComfyUI",
|
||||||
|
|||||||
@ -1981,6 +1981,14 @@
|
|||||||
"title_aux": "ComfyUI_PerpWeight"
|
"title_aux": "ComfyUI_PerpWeight"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/catscandrive/comfyui-imagesubfolders/raw/main/loadImageWithSubfolders.py": [
|
||||||
|
[
|
||||||
|
"LoadImagewithSubfolders"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "Image loader with subfolders"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/chenbaiyujason/sc-node-comfyui": [
|
"https://github.com/chenbaiyujason/sc-node-comfyui": [
|
||||||
[
|
[
|
||||||
"8 Combine Text String",
|
"8 Combine Text String",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user