From 9ffcc2b2d89821f8c91f31e1bf6758e15152eb9e Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Thu, 24 Aug 2023 10:44:19 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 30 ++++++++++++++++++++++++++++ extension-node-map.json | 31 +++++++++++++++++++++++++++-- node_db/new/custom-node-list.json | 30 ++++++++++++++++++++++++++++ node_db/new/extension-node-map.json | 31 +++++++++++++++++++++++++++-- 4 files changed, 118 insertions(+), 4 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 5a58b1f..d57abaf 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -110,6 +110,16 @@ "install_type": "git-clone", "description": "Nodes: KSampler Gradually Adding More Denoise (efficient)" }, + { + "author": "Fannovel16", + "title": "ComfyUI-Loopchain", + "reference": "https://github.com/Fannovel16/ComfyUI-Loopchain", + "files": [ + "https://github.com/Fannovel16/ComfyUI-Loopchain" + ], + "install_type": "git-clone", + "description": "Nodes: EmptyLatentImageLoop" + }, { "author": "biegert", "title": "CLIPSeg", @@ -1412,6 +1422,26 @@ "install_type": "git-clone", "description": "Nodes:TdxhImageToSize, TdxhImageToSizeAdvanced, TdxhLoraLoader, TdxhIntInput, TdxhFloatInput, TdxhStringInput. Some nodes for stable diffusion comfyui. Sometimes it helps conveniently to use less nodes for doing the same things." }, + { + "author": "Sxela", + "title": "ComfyWarp", + "reference": "https://github.com/Sxela/ComfyWarp", + "files": [ + "https://github.com/Sxela/ComfyWarp" + ], + "install_type": "git-clone", + "description": "Nodes:LoadFrameSequence, LoadFrame" + }, + { + "author": "skfoo", + "title": "ComfyUI-Coziness", + "reference": "https://github.com/skfoo/ComfyUI-Coziness", + "files": [ + "https://github.com/skfoo/ComfyUI-Coziness" + ], + "install_type": "git-clone", + "description": "Nodes:MultiLora Loader, Lora Text Extractor. Provides a node for assisting in loading loras through text." + }, { "author": "taabata", "title": "Syrian Falcon Nodes", diff --git a/extension-node-map.json b/extension-node-map.json index a0f8c27..2b1b780 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -290,6 +290,14 @@ "title_aux": "ComfyUI-Frame-Interpolation" } ], + "https://github.com/Fannovel16/ComfyUI-Loopchain": [ + [ + "EmptyLatentImageLoop" + ], + { + "title_aux": "ComfyUI-Loopchain" + } + ], "https://github.com/Fannovel16/comfy_controlnet_preprocessors": [ [ "AnimeLineArtPreprocessor", @@ -845,6 +853,15 @@ "title_aux": "stability-ComfyUI-nodes" } ], + "https://github.com/Sxela/ComfyWarp": [ + [ + "LoadFrame", + "LoadFrameSequence" + ], + { + "title_aux": "ComfyWarp" + } + ], "https://github.com/TeaCrab/ComfyUI-TeaNodes": [ [ "TC_ColorFill", @@ -995,6 +1012,7 @@ "Image to Latent Mask", "Image to Noise", "Image to Seed", + "Images to Linear", "Images to RGB", "Inset Image Bounds", "Integer place counter", @@ -1767,6 +1785,7 @@ "ImpactSimpleDetectorSEGS", "ImpactSimpleDetectorSEGSPipe", "ImpactStringSelector", + "ImpactSwitch", "ImpactValueReceiver", "ImpactValueSender", "ImpactWildcardEncode", @@ -1802,8 +1821,6 @@ "SAMDetectorCombined", "SAMDetectorSegmented", "SAMLoader", - "SEGEdit", - "SEGPick", "SEGSDetailer", "SEGSPaste", "SEGSPreview", @@ -2132,12 +2149,22 @@ "AV_UploadImage", "ImageMuxer", "LoadImageFromUrl", + "SDXLAspectRatioSelector", "StringToInt" ], { "title_aux": "comfyui-art-venture" } ], + "https://github.com/skfoo/ComfyUI-Coziness": [ + [ + "LoraTextExtractor-b1f83aa2", + "MultiLoraLoader-70bf3d77" + ], + { + "title_aux": "ComfyUI-Coziness" + } + ], "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": [ [ "DiscoDiffusion_DiscoDiffusion", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 15e019d..b31a193 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,35 @@ { "custom_nodes": [ + { + "author": "skfoo", + "title": "ComfyUI-Coziness", + "reference": "https://github.com/skfoo/ComfyUI-Coziness", + "files": [ + "https://github.com/skfoo/ComfyUI-Coziness" + ], + "install_type": "git-clone", + "description": "Nodes:MultiLora Loader, Lora Text Extractor. Provides a node for assisting in loading loras through text." + }, + { + "author": "Fannovel16", + "title": "ComfyUI-Loopchain", + "reference": "https://github.com/Fannovel16/ComfyUI-Loopchain", + "files": [ + "https://github.com/Fannovel16/ComfyUI-Loopchain" + ], + "install_type": "git-clone", + "description": "Nodes: EmptyLatentImageLoop" + }, + { + "author": "Sxela", + "title": "ComfyWarp", + "reference": "https://github.com/Sxela/ComfyWarp", + "files": [ + "https://github.com/Sxela/ComfyWarp" + ], + "install_type": "git-clone", + "description": "Nodes:LoadFrameSequence, LoadFrame" + }, { "author": "Beinsezii", "title": "bsz-cui-extras", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index a0f8c27..2b1b780 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -290,6 +290,14 @@ "title_aux": "ComfyUI-Frame-Interpolation" } ], + "https://github.com/Fannovel16/ComfyUI-Loopchain": [ + [ + "EmptyLatentImageLoop" + ], + { + "title_aux": "ComfyUI-Loopchain" + } + ], "https://github.com/Fannovel16/comfy_controlnet_preprocessors": [ [ "AnimeLineArtPreprocessor", @@ -845,6 +853,15 @@ "title_aux": "stability-ComfyUI-nodes" } ], + "https://github.com/Sxela/ComfyWarp": [ + [ + "LoadFrame", + "LoadFrameSequence" + ], + { + "title_aux": "ComfyWarp" + } + ], "https://github.com/TeaCrab/ComfyUI-TeaNodes": [ [ "TC_ColorFill", @@ -995,6 +1012,7 @@ "Image to Latent Mask", "Image to Noise", "Image to Seed", + "Images to Linear", "Images to RGB", "Inset Image Bounds", "Integer place counter", @@ -1767,6 +1785,7 @@ "ImpactSimpleDetectorSEGS", "ImpactSimpleDetectorSEGSPipe", "ImpactStringSelector", + "ImpactSwitch", "ImpactValueReceiver", "ImpactValueSender", "ImpactWildcardEncode", @@ -1802,8 +1821,6 @@ "SAMDetectorCombined", "SAMDetectorSegmented", "SAMLoader", - "SEGEdit", - "SEGPick", "SEGSDetailer", "SEGSPaste", "SEGSPreview", @@ -2132,12 +2149,22 @@ "AV_UploadImage", "ImageMuxer", "LoadImageFromUrl", + "SDXLAspectRatioSelector", "StringToInt" ], { "title_aux": "comfyui-art-venture" } ], + "https://github.com/skfoo/ComfyUI-Coziness": [ + [ + "LoraTextExtractor-b1f83aa2", + "MultiLoraLoader-70bf3d77" + ], + { + "title_aux": "ComfyUI-Coziness" + } + ], "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": [ [ "DiscoDiffusion_DiscoDiffusion",