From 7a664ca92faeeec47509039f4fa68ebf7cba48f4 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Tue, 30 Apr 2024 21:42:58 +0900 Subject: [PATCH] update DB --- extension-node-map.json | 15 ++++++++- node_db/new/custom-node-list.json | 50 ----------------------------- node_db/new/extension-node-map.json | 15 ++++++++- 3 files changed, 28 insertions(+), 52 deletions(-) diff --git a/extension-node-map.json b/extension-node-map.json index ac1f843..2ede250 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -955,7 +955,8 @@ ], "https://github.com/DarKDinDoN/comfyui-checkpoint-automatic-config": [ [ - "CheckpointAutomaticConfig" + "CheckpointAutomaticConfig", + "ConfigPipe" ], { "title_aux": "ComfyUI Checkpoint Automatic Config" @@ -6209,6 +6210,8 @@ "LayerStyle: InnerShadow", "LayerStyle: OuterGlow", "LayerStyle: Stroke", + "LayerUtility: Boolean", + "LayerUtility: BooleanOperator", "LayerUtility: ColorImage", "LayerUtility: ColorImage V2", "LayerUtility: ColorPicker", @@ -6217,6 +6220,7 @@ "LayerUtility: CropByMask V2", "LayerUtility: ExtendCanvas", "LayerUtility: ExtendCanvasV2", + "LayerUtility: Float", "LayerUtility: GetColorTone", "LayerUtility: GetColorToneV2", "LayerUtility: GetImageSize", @@ -6239,14 +6243,18 @@ "LayerUtility: ImageScaleRestore", "LayerUtility: ImageScaleRestore V2", "LayerUtility: ImageShift", + "LayerUtility: Integer", "LayerUtility: LaMa", "LayerUtility: LayerImageTransform", "LayerUtility: LayerMaskTransform", + "LayerUtility: NumberCalculator", "LayerUtility: PrintInfo", "LayerUtility: PromptEmbellish", "LayerUtility: PromptTagger", + "LayerUtility: QWenImage2Prompt", "LayerUtility: RestoreCropBox", "LayerUtility: SimpleTextImage", + "LayerUtility: TextBox", "LayerUtility: TextImage", "LayerUtility: TextJoin", "LayerUtility: XY to Percent" @@ -6766,6 +6774,7 @@ "IPAdapterMS", "IPAdapterModelLoader", "IPAdapterNoise", + "IPAdapterPromptScheduleFromWeightsStrategy", "IPAdapterRegionalConditioning", "IPAdapterSaveEmbeds", "IPAdapterStyleComposition", @@ -6776,6 +6785,7 @@ "IPAdapterUnifiedLoaderCommunity", "IPAdapterUnifiedLoaderFaceID", "IPAdapterWeights", + "IPAdapterWeightsFromStrategy", "PrepImageForClipVision" ], { @@ -6977,6 +6987,7 @@ "https://github.com/daxcay/ComfyUI-DRMN": [ [ "DRMN_CaptionVisualizer", + "DRMN_SearchAndReplace", "DRMN_TXTFileSaver", "DRMN_TagManipulatorByImageNames" ], @@ -7974,8 +7985,10 @@ "load_file", "load_persona", "new_interpreter_tool", + "show_text_party", "start_dialog", "start_workflow", + "string_logic", "time_tool", "tool_combine", "tool_combine_plus", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 80ac173..6961db0 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -689,56 +689,6 @@ ], "install_type": "git-clone", "description": "Nodes:Shadertoy, Shader, ColorChannelOffset." - }, - { - "author": "quadmoon", - "title": "quadmoon's ComfyUI nodes", - "reference": "https://github.com/traugdor/ComfyUI-quadMoons-nodes", - "files": [ - "https://github.com/traugdor/ComfyUI-quadMoons-nodes" - ], - "install_type": "git-clone", - "description": "These are just some nodes I wanted and couldn't find where anyone else had made them yet." - }, - { - "author": "Sorcerio", - "title": "MBM's Music Visualizer", - "reference": "https://github.com/Sorcerio/MBM-Music-Visualizer", - "files": [ - "https://github.com/Sorcerio/MBM-Music-Visualizer" - ], - "install_type": "git-clone", - "description": "An image generation based music visualizer integrated into comfyanonymous/ComfyUI as custom nodes." - }, - { - "author": "BlakeOne", - "title": "ComfyUI NodeReset", - "reference": "https://github.com/BlakeOne/ComfyUI-NodeReset", - "files": [ - "https://github.com/BlakeOne/ComfyUI-NodeReset" - ], - "install_type": "git-clone", - "description": "An extension for ComyUI to allow resetting a node's inputs to their default values.\nNOTE:Right click any node and choose 'Restore default values' from the context menu." - }, - { - "author": "AIFSH", - "title": "ComfyUI-GPT_SoVITS", - "reference": "https://github.com/AIFSH/ComfyUI-GPT_SoVITS", - "files": [ - "https://github.com/AIFSH/ComfyUI-GPT_SoVITS" - ], - "install_type": "git-clone", - "description": "a comfyui custom node for [a/GPT-SoVITS](https://github.com/RVC-Boss/GPT-SoVITS)! you can voice cloning and tts in comfyui now\n[w/NOTE:make sure ffmpeg is worked in your commandline]" - }, - { - "author": "aburahamu", - "title": "ComfyUI-RequestsPoster", - "reference": "https://github.com/aburahamu/ComfyUI-RequestsPoster", - "files": [ - "https://github.com/aburahamu/ComfyUI-RequestsPoster" - ], - "install_type": "git-clone", - "description": "This custom node is that simply posts HttpRequest from ComfyUI." } ] } \ No newline at end of file diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index ac1f843..2ede250 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -955,7 +955,8 @@ ], "https://github.com/DarKDinDoN/comfyui-checkpoint-automatic-config": [ [ - "CheckpointAutomaticConfig" + "CheckpointAutomaticConfig", + "ConfigPipe" ], { "title_aux": "ComfyUI Checkpoint Automatic Config" @@ -6209,6 +6210,8 @@ "LayerStyle: InnerShadow", "LayerStyle: OuterGlow", "LayerStyle: Stroke", + "LayerUtility: Boolean", + "LayerUtility: BooleanOperator", "LayerUtility: ColorImage", "LayerUtility: ColorImage V2", "LayerUtility: ColorPicker", @@ -6217,6 +6220,7 @@ "LayerUtility: CropByMask V2", "LayerUtility: ExtendCanvas", "LayerUtility: ExtendCanvasV2", + "LayerUtility: Float", "LayerUtility: GetColorTone", "LayerUtility: GetColorToneV2", "LayerUtility: GetImageSize", @@ -6239,14 +6243,18 @@ "LayerUtility: ImageScaleRestore", "LayerUtility: ImageScaleRestore V2", "LayerUtility: ImageShift", + "LayerUtility: Integer", "LayerUtility: LaMa", "LayerUtility: LayerImageTransform", "LayerUtility: LayerMaskTransform", + "LayerUtility: NumberCalculator", "LayerUtility: PrintInfo", "LayerUtility: PromptEmbellish", "LayerUtility: PromptTagger", + "LayerUtility: QWenImage2Prompt", "LayerUtility: RestoreCropBox", "LayerUtility: SimpleTextImage", + "LayerUtility: TextBox", "LayerUtility: TextImage", "LayerUtility: TextJoin", "LayerUtility: XY to Percent" @@ -6766,6 +6774,7 @@ "IPAdapterMS", "IPAdapterModelLoader", "IPAdapterNoise", + "IPAdapterPromptScheduleFromWeightsStrategy", "IPAdapterRegionalConditioning", "IPAdapterSaveEmbeds", "IPAdapterStyleComposition", @@ -6776,6 +6785,7 @@ "IPAdapterUnifiedLoaderCommunity", "IPAdapterUnifiedLoaderFaceID", "IPAdapterWeights", + "IPAdapterWeightsFromStrategy", "PrepImageForClipVision" ], { @@ -6977,6 +6987,7 @@ "https://github.com/daxcay/ComfyUI-DRMN": [ [ "DRMN_CaptionVisualizer", + "DRMN_SearchAndReplace", "DRMN_TXTFileSaver", "DRMN_TagManipulatorByImageNames" ], @@ -7974,8 +7985,10 @@ "load_file", "load_persona", "new_interpreter_tool", + "show_text_party", "start_dialog", "start_workflow", + "string_logic", "time_tool", "tool_combine", "tool_combine_plus",