From d9041b6932a3b94711406188ccb8e541e868c20c Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sun, 7 Jan 2024 11:52:56 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 40 +++++++++++++++++++++-------- extension-node-map.json | 28 +++++++++++++++++++- node_db/dev/extension-node-map.json | 33 +++++++++++++++++++++--- node_db/new/custom-node-list.json | 31 ++++++++++++++++++++++ node_db/new/extension-node-map.json | 28 +++++++++++++++++++- 5 files changed, 145 insertions(+), 15 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 9628791..94d560a 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4064,6 +4064,36 @@ "install_type": "git-clone", "description": "Calculate the execution time of all nodes." }, + { + "author": "Daniel Lewis", + "title": "ComfyUI-Llama", + "reference": "https://github.com/daniel-lewis-ab/ComfyUI-Llama", + "files": [ + "https://github.com/daniel-lewis-ab/ComfyUI-Llama" + ], + "install_type": "git-clone", + "description": "This is a set of nodes to interact with llama-cpp-python" + }, + { + "author": "djbielejeski", + "title": "a-person-mask-generator", + "reference": "https://github.com/djbielejeski/a-person-mask-generator", + "files": [ + "https://github.com/djbielejeski/a-person-mask-generator" + ], + "install_type": "git-clone", + "description": "Extension for Automatic1111 and ComfyUI to automatically create masks for Background/Hair/Body/Face/Clothes in Img2Img" + }, + { + "author": "smagnetize", + "title": "kb-comfyui-nodes", + "reference": "https://github.com/smagnetize/kb-comfyui-nodes", + "files": [ + "https://github.com/smagnetize/kb-comfyui-nodes" + ], + "install_type": "git-clone", + "description": "Loades:SingleImageDataUrlLoader" + }, { "author": "Ser-Hilary", @@ -4371,16 +4401,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "Daniel Lewis", - "title": "ComfyUI-Llama", - "reference": "https://github.com/daniel-lewis-ab/ComfyUI-Llama", - "files": [ - "https://github.com/daniel-lewis-ab/ComfyUI-Llama" - ], - "install_type": "git-clone", - "description": "This is a set of nodes to interact with llama-cpp-python" } ] } diff --git a/extension-node-map.json b/extension-node-map.json index 6ef288b..19a0334 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -822,7 +822,8 @@ ], "https://github.com/Hangover3832/ComfyUI-Hangover-Nodes": [ [ - "MS kosmos-2 Interrogator" + "MS kosmos-2 Interrogator", + "Save Image w/o Metadata" ], { "title_aux": "ComfyUI-Hangover-Nodes" @@ -3755,6 +3756,15 @@ "title_aux": "SDXL Auto Prompter" } ], + "https://github.com/daniel-lewis-ab/ComfyUI-Llama": [ + [ + "Call LLM", + "Load LLM Model" + ], + { + "title_aux": "ComfyUI-Llama" + } + ], "https://github.com/dawangraoming/ComfyUI_ksampler_gpu/raw/main/ksampler_gpu.py": [ [ "KSamplerAdvancedGPU", @@ -3824,6 +3834,14 @@ "title_aux": "ComfyUI-Vextra-Nodes" } ], + "https://github.com/djbielejeski/a-person-mask-generator": [ + [ + "APersonMaskGenerator" + ], + { + "title_aux": "a-person-mask-generator" + } + ], "https://github.com/dmarx/ComfyUI-AudioReactive": [ [ "OpAbs", @@ -5822,6 +5840,14 @@ "title_aux": "ComfyUI-Coziness" } ], + "https://github.com/smagnetize/kb-comfyui-nodes": [ + [ + "SingleImageDataUrlLoader" + ], + { + "title_aux": "kb-comfyui-nodes" + } + ], "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": [ [ "DiscoDiffusion_DiscoDiffusion", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index 6b77162..e081749 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -256,6 +256,7 @@ "SplitImageWithAlpha", "SplitSigmas", "StableZero123_Conditioning", + "StableZero123_Conditioning_Batched", "StyleModelApply", "StyleModelLoader", "TomePatchModel", @@ -293,11 +294,11 @@ ], "https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": [ [ + "BlackImage", + "CopyImage(Wayland)", "ExecStrAsCode", - "KSamplerAdvancedWithDenoise", "MergeStrings", - "RandnLatentImage", - "StrTuple" + "YamlToPrompt" ], { "title_aux": "ComfyUI_WcpD_Utility_Kit" @@ -518,6 +519,32 @@ "title_aux": "ComfyUI-Workflow-Component [WIP]" } ], + "https://github.com/nidefawl/ComfyUI-nidefawl": [ + [ + "BlendImagesWithBoundedMasks", + "CropImagesWithMasks", + "CustomCallback", + "DisplayAnyType", + "EmptyImageWithColor", + "ImageToLatent", + "LatentPerlinNoise", + "LatentScaledNoise", + "LatentToImage", + "MaskFromColor", + "ModelSamplerTonemapNoiseTest", + "PythonScript", + "ReferenceOnlySimple", + "SamplerCustomCallback", + "SamplerDPMPP_2M_SDE_nidefawl", + "SetLatentCustomNoise", + "SplitCustomSigmas", + "VAELoaderDataType", + "gcLatentTunnel" + ], + { + "title_aux": "ComfyUI-nidefawl [UNSAFE]" + } + ], "https://github.com/oyvindg/ComfyUI-TrollSuite": [ [ "BinaryImageMask", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 3764839..9f11cce 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -8,7 +8,38 @@ "install_type": "git-clone", "description": "If you see this message, your ComfyUI-Manager is outdated.\nRecent channel provides only the list of the latest nodes. If you want to find the complete node list, please go to the Default channel." }, + + { + "author": "Daniel Lewis", + "title": "ComfyUI-Llama", + "reference": "https://github.com/daniel-lewis-ab/ComfyUI-Llama", + "files": [ + "https://github.com/daniel-lewis-ab/ComfyUI-Llama" + ], + "install_type": "git-clone", + "description": "This is a set of nodes to interact with llama-cpp-python" + }, + { + "author": "djbielejeski", + "title": "a-person-mask-generator", + "reference": "https://github.com/djbielejeski/a-person-mask-generator", + "files": [ + "https://github.com/djbielejeski/a-person-mask-generator" + ], + "install_type": "git-clone", + "description": "Extension for Automatic1111 and ComfyUI to automatically create masks for Background/Hair/Body/Face/Clothes in Img2Img" + }, + { + "author": "smagnetize", + "title": "kb-comfyui-nodes", + "reference": "https://github.com/smagnetize/kb-comfyui-nodes", + "files": [ + "https://github.com/smagnetize/kb-comfyui-nodes" + ], + "install_type": "git-clone", + "description": "Loades:SingleImageDataUrlLoader" + }, { "author": "tzwm", "title": "ComfyUI Profiler", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 6ef288b..19a0334 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -822,7 +822,8 @@ ], "https://github.com/Hangover3832/ComfyUI-Hangover-Nodes": [ [ - "MS kosmos-2 Interrogator" + "MS kosmos-2 Interrogator", + "Save Image w/o Metadata" ], { "title_aux": "ComfyUI-Hangover-Nodes" @@ -3755,6 +3756,15 @@ "title_aux": "SDXL Auto Prompter" } ], + "https://github.com/daniel-lewis-ab/ComfyUI-Llama": [ + [ + "Call LLM", + "Load LLM Model" + ], + { + "title_aux": "ComfyUI-Llama" + } + ], "https://github.com/dawangraoming/ComfyUI_ksampler_gpu/raw/main/ksampler_gpu.py": [ [ "KSamplerAdvancedGPU", @@ -3824,6 +3834,14 @@ "title_aux": "ComfyUI-Vextra-Nodes" } ], + "https://github.com/djbielejeski/a-person-mask-generator": [ + [ + "APersonMaskGenerator" + ], + { + "title_aux": "a-person-mask-generator" + } + ], "https://github.com/dmarx/ComfyUI-AudioReactive": [ [ "OpAbs", @@ -5822,6 +5840,14 @@ "title_aux": "ComfyUI-Coziness" } ], + "https://github.com/smagnetize/kb-comfyui-nodes": [ + [ + "SingleImageDataUrlLoader" + ], + { + "title_aux": "kb-comfyui-nodes" + } + ], "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": [ [ "DiscoDiffusion_DiscoDiffusion",