From 17f60764221194416723c5337c37ef6131c72407 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Thu, 12 Oct 2023 23:29:02 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 20 ++++++++++ extension-node-map.json | 58 +++++++++++++++++++++++++++++ node_db/new/custom-node-list.json | 20 ++++++++++ node_db/new/extension-node-map.json | 58 +++++++++++++++++++++++++++++ 4 files changed, 156 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 503c7d3..c6dfde8 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2195,6 +2195,26 @@ "install_type": "git-clone", "description": "Nodes: Image Resize (seam carving). Seam carving (image resize) for ComfyUI. Based on https://github.com/li-plus/seam-carving. With seam carving algorithm, the image could be intelligently resized while keeping the important contents undistorted. The carving process could be further guided, so that an object could be removed from the image without apparent artifacts." }, + { + "author": "YMC", + "title": "ymc-node-suite-comfyui", + "reference": "https://github.com/YMC-GitHub/ymc-node-suite-comfyui", + "files": [ + "https://github.com/YMC-GitHub/ymc-node-suite-comfyui" + ], + "install_type": "git-clone", + "description": "ymc 's nodes for comfyui. This extension is composed of nodes that provide various utility features such as text, region, and I/O." + }, + { + "author": "chibiace", + "title": "ComfyUI-Chibi-Nodes", + "reference": "https://github.com/chibiace/ComfyUI-Chibi-Nodes", + "files": [ + "https://github.com/chibiace/ComfyUI-Chibi-Nodes" + ], + "install_type": "git-clone", + "description": "Nodes:Loader, Prompts, ..." + }, { "author": "taabata", "title": "Syrian Falcon Nodes", diff --git a/extension-node-map.json b/extension-node-map.json index 2fe782f..c38c729 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -330,6 +330,7 @@ "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": [ [ "AMT VFI", + "CAIN VFI", "EISAI VFI", "FILM VFI", "FLAVR VFI", @@ -548,6 +549,7 @@ "CustomT2IAdapterWeights", "DiffControlNetLoaderAdvanced", "LatentKeyframe", + "LatentKeyframeBatchedGroup", "LatentKeyframeGroup", "LatentKeyframeTiming", "LoadImagesFromDirectory", @@ -583,7 +585,9 @@ "VHS_GetImageCount", "VHS_GetLatentCount", "VHS_LoadImages", + "VHS_LoadImagesPath", "VHS_LoadVideo", + "VHS_LoadVideoPath", "VHS_MergeImages", "VHS_MergeLatents", "VHS_SelectEveryNthImage", @@ -1592,6 +1596,48 @@ "title_aux": "WAS Node Suite" } ], + "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": [ + [ + "Image Save", + "Save Text File", + "canvas-util-cal-size", + "conditioning-util-input-switch", + "cutoff-region-util", + "hks-util-cal-denoise-step", + "img-util-get-image-size", + "img-util-switch-input-image", + "io-util-file-list-get", + "io-util-file-list-get-text", + "number-util-random-num", + "pipe-util-to-basic-pipe", + "region-util-get-by-center-and-size", + "region-util-get-by-lt", + "region-util-get-crop-location-from-center-size-text", + "region-util-get-pad-out-location-by-size", + "text-preset-colors", + "text-util-join-text", + "text-util-loop-text", + "text-util-path-list", + "text-util-prompt-add-prompt", + "text-util-prompt-adv-dup", + "text-util-prompt-adv-search", + "text-util-prompt-del", + "text-util-prompt-dup", + "text-util-prompt-join", + "text-util-prompt-search", + "text-util-prompt-shuffle", + "text-util-prompt-std", + "text-util-prompt-unweight", + "text-util-random-text", + "text-util-search-text", + "text-util-show-text", + "text-util-switch-text", + "xyz-util-txt-to-int" + ], + { + "title_aux": "ymc-node-suite-comfyui" + } + ], "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": [ [ "Example", @@ -2046,6 +2092,15 @@ "title_aux": "Image loader with subfolders" } ], + "https://github.com/chibiace/ComfyUI-Chibi-Nodes": [ + [ + "Loader", + "Prompts" + ], + { + "title_aux": "ComfyUI-Chibi-Nodes" + } + ], "https://github.com/chrisgoringe/cg-image-picker": [ [ "Image Chooser", @@ -2775,6 +2830,7 @@ "HEDPreprocessor_Provider_for_SEGS //Inspire", "KSampler //Inspire", "KSamplerAdvanced //Inspire", + "KSamplerAdvancedProgress //Inspire", "KSamplerProgress //Inspire", "LeRes_DepthMap_Preprocessor_Provider_for_SEGS //Inspire", "LineArt_Preprocessor_Provider_for_SEGS //Inspire", @@ -3228,6 +3284,7 @@ "AV_ControlNetEfficientStackerSimple", "AV_ControlNetLoader", "AV_ControlNetPreprocessor", + "AV_LoraListLoader", "AV_LoraLoader", "AV_ParametersPipeToCheckpointModels", "AV_ParametersPipeToPrompts", @@ -3646,6 +3703,7 @@ "\ud83d\udc2c Gradio ChatInterface", "\ud83d\udc2c OpenAI Advanced", "\ud83d\udc2c OpenAI Compatible", + "\ud83d\udc2c OpenAI DALL\u00b7E", "\ud83d\udc2c OpenAI Simple" ], { diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index ebf83ec..b762d1e 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,25 @@ { "custom_nodes": [ + { + "author": "chibiace", + "title": "ComfyUI-Chibi-Nodes", + "reference": "https://github.com/chibiace/ComfyUI-Chibi-Nodes", + "files": [ + "https://github.com/chibiace/ComfyUI-Chibi-Nodes" + ], + "install_type": "git-clone", + "description": "Nodes:Loader, Prompts, ..." + }, + { + "author": "YMC", + "title": "ymc-node-suite-comfyui", + "reference": "https://github.com/YMC-GitHub/ymc-node-suite-comfyui", + "files": [ + "https://github.com/YMC-GitHub/ymc-node-suite-comfyui" + ], + "install_type": "git-clone", + "description": "ymc 's nodes for comfyui. This extension is composed of nodes that provide various utility features such as text, region, and I/O." + }, { "author": "spinagon", "title": "ComfyUI-seam-carving", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 2fe782f..c38c729 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -330,6 +330,7 @@ "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": [ [ "AMT VFI", + "CAIN VFI", "EISAI VFI", "FILM VFI", "FLAVR VFI", @@ -548,6 +549,7 @@ "CustomT2IAdapterWeights", "DiffControlNetLoaderAdvanced", "LatentKeyframe", + "LatentKeyframeBatchedGroup", "LatentKeyframeGroup", "LatentKeyframeTiming", "LoadImagesFromDirectory", @@ -583,7 +585,9 @@ "VHS_GetImageCount", "VHS_GetLatentCount", "VHS_LoadImages", + "VHS_LoadImagesPath", "VHS_LoadVideo", + "VHS_LoadVideoPath", "VHS_MergeImages", "VHS_MergeLatents", "VHS_SelectEveryNthImage", @@ -1592,6 +1596,48 @@ "title_aux": "WAS Node Suite" } ], + "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": [ + [ + "Image Save", + "Save Text File", + "canvas-util-cal-size", + "conditioning-util-input-switch", + "cutoff-region-util", + "hks-util-cal-denoise-step", + "img-util-get-image-size", + "img-util-switch-input-image", + "io-util-file-list-get", + "io-util-file-list-get-text", + "number-util-random-num", + "pipe-util-to-basic-pipe", + "region-util-get-by-center-and-size", + "region-util-get-by-lt", + "region-util-get-crop-location-from-center-size-text", + "region-util-get-pad-out-location-by-size", + "text-preset-colors", + "text-util-join-text", + "text-util-loop-text", + "text-util-path-list", + "text-util-prompt-add-prompt", + "text-util-prompt-adv-dup", + "text-util-prompt-adv-search", + "text-util-prompt-del", + "text-util-prompt-dup", + "text-util-prompt-join", + "text-util-prompt-search", + "text-util-prompt-shuffle", + "text-util-prompt-std", + "text-util-prompt-unweight", + "text-util-random-text", + "text-util-search-text", + "text-util-show-text", + "text-util-switch-text", + "xyz-util-txt-to-int" + ], + { + "title_aux": "ymc-node-suite-comfyui" + } + ], "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": [ [ "Example", @@ -2046,6 +2092,15 @@ "title_aux": "Image loader with subfolders" } ], + "https://github.com/chibiace/ComfyUI-Chibi-Nodes": [ + [ + "Loader", + "Prompts" + ], + { + "title_aux": "ComfyUI-Chibi-Nodes" + } + ], "https://github.com/chrisgoringe/cg-image-picker": [ [ "Image Chooser", @@ -2775,6 +2830,7 @@ "HEDPreprocessor_Provider_for_SEGS //Inspire", "KSampler //Inspire", "KSamplerAdvanced //Inspire", + "KSamplerAdvancedProgress //Inspire", "KSamplerProgress //Inspire", "LeRes_DepthMap_Preprocessor_Provider_for_SEGS //Inspire", "LineArt_Preprocessor_Provider_for_SEGS //Inspire", @@ -3228,6 +3284,7 @@ "AV_ControlNetEfficientStackerSimple", "AV_ControlNetLoader", "AV_ControlNetPreprocessor", + "AV_LoraListLoader", "AV_LoraLoader", "AV_ParametersPipeToCheckpointModels", "AV_ParametersPipeToPrompts", @@ -3646,6 +3703,7 @@ "\ud83d\udc2c Gradio ChatInterface", "\ud83d\udc2c OpenAI Advanced", "\ud83d\udc2c OpenAI Compatible", + "\ud83d\udc2c OpenAI DALL\u00b7E", "\ud83d\udc2c OpenAI Simple" ], {