From f30e5d604b17a931c54c39f6840a7a3ab4c03e0a Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sun, 12 Nov 2023 19:45:44 +0900 Subject: [PATCH] update DB --- extension-node-map.json | 8 +++- node_db/dev/custom-node-list.json | 10 +++++ node_db/new/custom-node-list.json | 70 ----------------------------- node_db/new/extension-node-map.json | 8 +++- 4 files changed, 24 insertions(+), 72 deletions(-) diff --git a/extension-node-map.json b/extension-node-map.json index bdbd639d..a710e5c5 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -496,6 +496,7 @@ "BatchStringSchedule", "BatchValueSchedule", "BatchValueScheduleLatentInput", + "CalculateLatentInterpFrameNumber", "CosWave", "FizzFrame", "FizzFrameConcatenate", @@ -2179,6 +2180,7 @@ "FromListGetConds", "FromListGetImages", "FromListGetLatents", + "FromListGetModels", "Get Contour from list", "Get Models", "Get Prompt", @@ -2212,6 +2214,7 @@ "ToCondList", "ToImageList", "ToLatentList", + "ToModelList", "VAEEncodeBatch" ], { @@ -3190,7 +3193,9 @@ "AnimeLineArt_Preprocessor_Provider_for_SEGS //Inspire", "BindImageListPromptList //Inspire", "CacheBackendData //Inspire", + "CacheBackendDataList //Inspire", "CacheBackendDataNumberKey //Inspire", + "CacheBackendDataNumberKeyList //Inspire", "Canny_Preprocessor_Provider_for_SEGS //Inspire", "Color_Preprocessor_Provider_for_SEGS //Inspire", "DWPreprocessor_Provider_for_SEGS //Inspire", @@ -3280,7 +3285,8 @@ ], "https://github.com/martijnat/comfyui-previewlatent": [ [ - "PreviewLatent" + "PreviewLatent", + "PreviewLatentAdvanced" ], { "title_aux": "comfyui-previewlatent" diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index ffd8149d..418a8651 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "dnl13", + "title": "ComfyUI-dnl13-seg", + "reference": "https://github.com/dnl13/ComfyUI-dnl13-seg", + "files": [ + "https://github.com/dnl13/ComfyUI-dnl13-seg" + ], + "install_type": "git-clone", + "description": "Nodes: Automatic Segmentation (dnl13), RGB (dnl13)" + }, { "author": "peteromallet", "title": "ComfyUI-AnimateDiff-Creative-Interpolation [WIP]", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 76ea602c..80bf57da 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -791,76 +791,6 @@ ], "install_type": "git-clone", "description": "Nodes: VHS_VideoCombine. Nodes related to video workflows" - }, - { - "author": "chrisgoringe", - "title": "Variation seeds", - "reference": "https://github.com/chrisgoringe/cg-noise", - "files": [ - "https://github.com/chrisgoringe/cg-noise" - ], - "install_type": "git-clone", - "description": "Adds KSampler custom nodes with variation seed and variation strength." - }, - { - "author": "chrisgoringe", - "title": "Image chooser", - "reference": "https://github.com/chrisgoringe/cg-image-picker", - "files": [ - "https://github.com/chrisgoringe/cg-image-picker" - ], - "install_type": "git-clone", - "description": "A custom node that pauses the flow while you choose which image (or latent) to pass on to the rest of the workflow." - }, - { - "author": "WASasquatch", - "title": "FreeU_Advanced", - "reference": "https://github.com/WASasquatch/FreeU_Advanced", - "files": [ - "https://github.com/WASasquatch/FreeU_Advanced" - ], - "install_type": "git-clone", - "description": "This custom node provides advanced settings for FreeU." - }, - { - "author": "Tropfchen", - "title": "YARS: Yet Another Resolution Selector", - "reference": "https://github.com/Tropfchen/ComfyUI-yaResolutionSelector", - "files": [ - "https://github.com/Tropfchen/ComfyUI-yaResolutionSelector" - ], - "install_type": "git-clone", - "description": "A slightly different Resolution Selector node, allowing to freely change base resolution and aspect ratio, with options to maintain the pixel count or use the base resolution as the highest or lowest dimension." - }, - { - "author": "mcmonkeyprojects", - "title": "Stable Diffusion Dynamic Thresholding (CFG Scale Fix)", - "reference": "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding", - "files": [ - "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding" - ], - "install_type": "git-clone", - "description": "Extension for StableSwarmUI, ComfyUI, and AUTOMATIC1111 Stable Diffusion WebUI that enables a way to use higher CFG Scales without color issues. This works by clamping latents between steps." - }, - { - "author": "cubiq", - "title": "ComfyUI Essentials", - "reference": "https://github.com/cubiq/ComfyUI_essentials", - "files": [ - "https://github.com/cubiq/ComfyUI_essentials" - ], - "install_type": "git-clone", - "description": "Essential nodes that are weirdly missing from ComfyUI core. With few exceptions they are new features and not commodities. I hope this will be just a temporary repository until the nodes get included into ComfyUI." - }, - { - "author": "laksjdjf", - "title": "cd-tuner_negpip-ComfyUI", - "reference": "https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI", - "files": [ - "https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI" - ], - "install_type": "git-clone", - "description": "Nodes:Apply CDTuner, Apply Negapip. This extension provides the CD(Color/Detail) Tuner and the Negative Prompt in the Promptfeatures." } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index bdbd639d..a710e5c5 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -496,6 +496,7 @@ "BatchStringSchedule", "BatchValueSchedule", "BatchValueScheduleLatentInput", + "CalculateLatentInterpFrameNumber", "CosWave", "FizzFrame", "FizzFrameConcatenate", @@ -2179,6 +2180,7 @@ "FromListGetConds", "FromListGetImages", "FromListGetLatents", + "FromListGetModels", "Get Contour from list", "Get Models", "Get Prompt", @@ -2212,6 +2214,7 @@ "ToCondList", "ToImageList", "ToLatentList", + "ToModelList", "VAEEncodeBatch" ], { @@ -3190,7 +3193,9 @@ "AnimeLineArt_Preprocessor_Provider_for_SEGS //Inspire", "BindImageListPromptList //Inspire", "CacheBackendData //Inspire", + "CacheBackendDataList //Inspire", "CacheBackendDataNumberKey //Inspire", + "CacheBackendDataNumberKeyList //Inspire", "Canny_Preprocessor_Provider_for_SEGS //Inspire", "Color_Preprocessor_Provider_for_SEGS //Inspire", "DWPreprocessor_Provider_for_SEGS //Inspire", @@ -3280,7 +3285,8 @@ ], "https://github.com/martijnat/comfyui-previewlatent": [ [ - "PreviewLatent" + "PreviewLatent", + "PreviewLatentAdvanced" ], { "title_aux": "comfyui-previewlatent"