From 58e08b2eed292df240a71c5035c26ba187bebf7c Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Mon, 11 Dec 2023 07:46:15 +0900 Subject: [PATCH] update DB --- alter-list.json | 5 +++++ custom-node-list.json | 31 +++++++++++++++++++++++++++++ extension-node-map.json | 28 ++++++++++++++++++-------- node_db/new/custom-node-list.json | 31 +++++++++++++++++++++++++++++ node_db/new/extension-node-map.json | 28 ++++++++++++++++++-------- 5 files changed, 107 insertions(+), 16 deletions(-) diff --git a/alter-list.json b/alter-list.json index 6c844ac..62a7240 100644 --- a/alter-list.json +++ b/alter-list.json @@ -184,6 +184,11 @@ "id":"https://github.com/asagi4/ComfyUI-CADS", "tags":"diffusion-cg", "description": "This extension provides custom nodes for [a/sd-webui-cads](https://github.com/v0xie/sd-webui-cads) functionality." + }, + { + "id":"https://git.mmaker.moe/mmaker/sd-webui-color-enhance", + "tags":"color-enhance", + "description": "This extension supports both A1111 and ComfyUI simultaneously." } ] } \ No newline at end of file diff --git a/custom-node-list.json b/custom-node-list.json index d6fc56f..2d7cb1d 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -3166,6 +3166,7 @@ "files": [ "https://github.com/jtrue/ComfyUI-JaRue" ], + "nodename_pattern": "_jru$", "install_type": "git-clone", "description": "A collection of nodes powering a tensor oracle on a home network with automation" }, @@ -3239,6 +3240,36 @@ "install_type": "git-clone", "description": "This is an extension node for ComfyUI that allows you to load frames from a video in bulk and perform masking and sketching on each frame through a GUI." }, + { + "author": "mmaker", + "title": "Color Enhance", + "reference": "https://git.mmaker.moe/mmaker/sd-webui-color-enhance", + "files": [ + "https://git.mmaker.moe/mmaker/sd-webui-color-enhance" + ], + "install_type": "git-clone", + "description": "Node: Color Enhance, Color Blend. This is the same algorithm GIMP/GEGL uses for color enhancement. The gist of this implementation is that it converts the color space to CIELCh(ab) and normalizes the chroma (or [colorfulness](https://en.wikipedia.org/wiki/Colorfulness)] component. Original source can be found in the link below." + }, + { + "author": "modusCell", + "title": "Preset Dimensions", + "reference": "https://github.com/modusCell/ComfyUI-dimension-node-modusCell", + "files": [ + "https://github.com/modusCell/ComfyUI-dimension-node-modusCell" + ], + "install_type": "git-clone", + "description": "Simple node for sharing latent image size between nodes. Preset dimensions for SD and XL." + }, + { + "author": "aria1th", + "title": "ComfyUI-LogicUtils", + "reference": "https://github.com/aria1th/ComfyUI-LogicUtils", + "files": [ + "https://github.com/aria1th/ComfyUI-LogicUtils" + ], + "install_type": "git-clone", + "description": "Nodes:UniformRandomFloat..., RandomShuffleInt, YieldableIterator..., LogicGate..., Add..., MergeString, MemoryNode, ..." + }, { "author": "Ser-Hilary", "title": "SDXL_sizing", diff --git a/extension-node-map.json b/extension-node-map.json index 4b6fe23..2a7c256 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -9,6 +9,15 @@ "title_aux": "alkemann nodes" } ], + "https://git.mmaker.moe/mmaker/sd-webui-color-enhance": [ + [ + "MMakerColorBlend", + "MMakerColorEnhance" + ], + { + "title_aux": "Color Enhance" + } + ], "https://github.com/0xbitches/ComfyUI-LCM": [ [ "LCM_Sampler", @@ -3627,17 +3636,11 @@ ], "https://github.com/jtrue/ComfyUI-JaRue": [ [ - "ConcatStringWithDelimiter_jru", - "ConcatString_jru", - "Float2Int_jru", - "Float2String_jru", - "ImageSizer_jru", - "Int2FloatMultiply_jru", - "Int2String_jru", - "String2Int_jru", + "Text2Image_jru", "YouTube2Prompt_jru" ], { + "nodename_pattern": "_jru$", "title_aux": "ComfyUI-JaRue" } ], @@ -3719,6 +3722,7 @@ "RoundMask", "SaveImageWithAlpha", "SomethingToString", + "SoundReactive", "SplitBboxes", "VRAM_Debug", "WidgetToString" @@ -4307,6 +4311,14 @@ "title_aux": "LaMa Preprocessor [WIP]" } ], + "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": [ + [ + "DimensionProvider modusCell" + ], + { + "title_aux": "Preset Dimensions" + } + ], "https://github.com/mpiquero7164/ComfyUI-SaveImgPrompt": [ [ "Save IMG Prompt" diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 4eb650d..353cfb5 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,35 @@ { "custom_nodes": [ + { + "author": "aria1th", + "title": "ComfyUI-LogicUtils", + "reference": "https://github.com/aria1th/ComfyUI-LogicUtils", + "files": [ + "https://github.com/aria1th/ComfyUI-LogicUtils" + ], + "install_type": "git-clone", + "description": "Nodes:UniformRandomFloat..., RandomShuffleInt, YieldableIterator..., LogicGate..., Add..., MergeString, MemoryNode, ..." + }, + { + "author": "modusCell", + "title": "Preset Dimensions", + "reference": "https://github.com/modusCell/ComfyUI-dimension-node-modusCell", + "files": [ + "https://github.com/modusCell/ComfyUI-dimension-node-modusCell" + ], + "install_type": "git-clone", + "description": "Simple node for sharing latent image size between nodes. Preset dimensions for SD and XL." + }, + { + "author": "mmaker", + "title": "Color Enhance", + "reference": "https://git.mmaker.moe/mmaker/sd-webui-color-enhance", + "files": [ + "https://git.mmaker.moe/mmaker/sd-webui-color-enhance" + ], + "install_type": "git-clone", + "description": "Node: Color Enhance, Color Blend. This is the same algorithm GIMP/GEGL uses for color enhancement. The gist of this implementation is that it converts the color space to CIELCh(ab) and normalizes the chroma (or [colorfulness](https://en.wikipedia.org/wiki/Colorfulness)] component. Original source can be found in the link below." + }, { "author": "bruefire", "title": "ComfyUI Sequential Image Loader", @@ -67,6 +97,7 @@ "files": [ "https://github.com/jtrue/ComfyUI-JaRue" ], + "nodename_pattern": "_jru$", "install_type": "git-clone", "description": "A collection of nodes powering a tensor oracle on a home network with automation" }, diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 4b6fe23..2a7c256 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -9,6 +9,15 @@ "title_aux": "alkemann nodes" } ], + "https://git.mmaker.moe/mmaker/sd-webui-color-enhance": [ + [ + "MMakerColorBlend", + "MMakerColorEnhance" + ], + { + "title_aux": "Color Enhance" + } + ], "https://github.com/0xbitches/ComfyUI-LCM": [ [ "LCM_Sampler", @@ -3627,17 +3636,11 @@ ], "https://github.com/jtrue/ComfyUI-JaRue": [ [ - "ConcatStringWithDelimiter_jru", - "ConcatString_jru", - "Float2Int_jru", - "Float2String_jru", - "ImageSizer_jru", - "Int2FloatMultiply_jru", - "Int2String_jru", - "String2Int_jru", + "Text2Image_jru", "YouTube2Prompt_jru" ], { + "nodename_pattern": "_jru$", "title_aux": "ComfyUI-JaRue" } ], @@ -3719,6 +3722,7 @@ "RoundMask", "SaveImageWithAlpha", "SomethingToString", + "SoundReactive", "SplitBboxes", "VRAM_Debug", "WidgetToString" @@ -4307,6 +4311,14 @@ "title_aux": "LaMa Preprocessor [WIP]" } ], + "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": [ + [ + "DimensionProvider modusCell" + ], + { + "title_aux": "Preset Dimensions" + } + ], "https://github.com/mpiquero7164/ComfyUI-SaveImgPrompt": [ [ "Save IMG Prompt"