From 0a0ec7f0a6eaddeb8c9b7dc51bf9e32fef42daaa Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Thu, 16 Nov 2023 08:45:28 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 30 +++++++++++++++++++---------- extension-node-map.json | 24 ++++++++++++++++++++++- node_db/dev/custom-node-list.json | 10 ++++++++++ node_db/new/custom-node-list.json | 20 +++++++++++++++++++ node_db/new/extension-node-map.json | 24 ++++++++++++++++++++++- 5 files changed, 96 insertions(+), 12 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index d38ca28..c439bc1 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2626,6 +2626,26 @@ "install_type": "git-clone", "description": "Nodes:Prompter, RF Noise, SeedMod." }, + { + "author": "romeobuilderotti", + "title": "ComfyUI PNG Metadata", + "reference": "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata", + "files": [ + "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata" + ], + "install_type": "git-clone", + "description": "Add custom Metadata fields to your saved PNG files." + }, + { + "author": "ka-puna", + "title": "comfyui-yanc", + "reference": "https://github.com/ka-puna/comfyui-yanc", + "files": [ + "https://github.com/ka-puna/comfyui-yanc" + ], + "install_type": "git-clone", + "description": "NOTE: Concatenate Strings, Format Datetime String, Integer Caster, Multiline String, Truncate String. Yet Another Node Collection, a repository of simple nodes for ComfyUI. This repository eases the addition or removal of custom nodes to itself." + }, { "author": "Off-Live", "title": "ComfyUI-off-suite", @@ -2907,16 +2927,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "romeobuilderotti", - "title": "ComfyUI PNG Metadata", - "reference": "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata", - "files": [ - "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata" - ], - "install_type": "git-clone", - "description": "Add custom Metadata fields to your saved PNG files." } ] } diff --git a/extension-node-map.json b/extension-node-map.json index acb5470..3505fc3 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -732,7 +732,8 @@ "BreakFrames", "BreakGrid", "GetKeyFrames", - "MakeGrid" + "MakeGrid", + "RandomImageFromDir" ], { "title_aux": "ComfyBreakAnim" @@ -2920,6 +2921,18 @@ "title_aux": "ComfyUI-Jjk-Nodes" } ], + "https://github.com/ka-puna/comfyui-yanc": [ + [ + "YANC.ConcatStrings", + "YANC.FormatDatetimeString", + "YANC.IntegerCaster", + "YANC.MultilineString", + "YANC.TruncateString" + ], + { + "title_aux": "comfyui-yanc" + } + ], "https://github.com/kijai/ComfyUI-KJNodes": [ [ "BatchCLIPSeg", @@ -3737,6 +3750,15 @@ "title_aux": "rk-comfy-nodes" } ], + "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": [ + [ + "SetMetadataAll", + "SetMetadataString" + ], + { + "title_aux": "ComfyUI PNG Metadata" + } + ], "https://github.com/s1dlx/comfy_meh/raw/main/meh.py": [ [ "MergingExecutionHelper" diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 85a1934..d5a231a 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "romeobuilderotti", + "title": "ComfyUI-EZ-Pipes", + "reference": "https://github.com/romeobuilderotti/ComfyUI-EZ-Pipes", + "files": [ + "https://github.com/romeobuilderotti/ComfyUI-EZ-Pipes" + ], + "install_type": "git-clone", + "description": "ComfyUI-EZ-Pipes is a set of custom pipe nodes for ComfyUI. It provides a set of Input/Edit/Output nodes for each pipe type." + }, { "author": "baldsam", "title": "ComfyUI_baldsam", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index db53001..dd37b9f 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,25 @@ { "custom_nodes": [ + { + "author": "romeobuilderotti", + "title": "ComfyUI PNG Metadata", + "reference": "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata", + "files": [ + "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata" + ], + "install_type": "git-clone", + "description": "Add custom Metadata fields to your saved PNG files." + }, + { + "author": "ka-puna", + "title": "comfyui-yanc", + "reference": "https://github.com/ka-puna/comfyui-yanc", + "files": [ + "https://github.com/ka-puna/comfyui-yanc" + ], + "install_type": "git-clone", + "description": "NOTE: Concatenate Strings, Format Datetime String, Integer Caster, Multiline String, Truncate String. Yet Another Node Collection, a repository of simple nodes for ComfyUI. This repository eases the addition or removal of custom nodes to itself." + }, { "author": "TheBarret", "title": "ZSuite", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index acb5470..3505fc3 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -732,7 +732,8 @@ "BreakFrames", "BreakGrid", "GetKeyFrames", - "MakeGrid" + "MakeGrid", + "RandomImageFromDir" ], { "title_aux": "ComfyBreakAnim" @@ -2920,6 +2921,18 @@ "title_aux": "ComfyUI-Jjk-Nodes" } ], + "https://github.com/ka-puna/comfyui-yanc": [ + [ + "YANC.ConcatStrings", + "YANC.FormatDatetimeString", + "YANC.IntegerCaster", + "YANC.MultilineString", + "YANC.TruncateString" + ], + { + "title_aux": "comfyui-yanc" + } + ], "https://github.com/kijai/ComfyUI-KJNodes": [ [ "BatchCLIPSeg", @@ -3737,6 +3750,15 @@ "title_aux": "rk-comfy-nodes" } ], + "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": [ + [ + "SetMetadataAll", + "SetMetadataString" + ], + { + "title_aux": "ComfyUI PNG Metadata" + } + ], "https://github.com/s1dlx/comfy_meh/raw/main/meh.py": [ [ "MergingExecutionHelper"