From e776a18772edb6f7ce66f18fe31142141e30e5f9 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sat, 28 Oct 2023 08:30:02 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 16 +++------------- extension-node-map.json | 22 +++++++++++++++------- node_db/dev/custom-node-list.json | 10 ++++++++++ node_db/new/custom-node-list.json | 6 +++--- node_db/new/extension-node-map.json | 22 +++++++++++++++------- 5 files changed, 46 insertions(+), 30 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index dc61b2f..1432e11 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2315,16 +2315,6 @@ "install_type": "git-clone", "description": "This extension contains a set of custom nodes for ComfyUI that allow you to use Core ML models in your ComfyUI workflows. The models can be obtained here, or you can convert your own models using coremltools. The main motivation behind using Core ML models in ComfyUI is to allow you to utilize the ANE (Apple Neural Engine) on Apple Silicon (M1/M2) machines to improve performance." }, - { - "author": "apesplat", - "title": "ezXY scripts and nodes", - "reference": "https://github.com/GMapeSplat/ComfyUI_ezXY", - "files": [ - "https://github.com/GMapeSplat/ComfyUI_ezXY" - ], - "install_type": "git-clone", - "description": "Extensions/Patches: Enables linking float and integer inputs and ouputs. Values are automatically cast to the correct type and clamped to the correct range. Works with both builtin and custom nodes.

NOTE: This repo patches ComfyUI's validate_inputs and map_node_over_list functions while running. May break depending on your version of ComfyUI. Can be deactivated in config.yaml.

Nodes: A collection of nodes for facilitating the generation of XY plots. Capable of plotting changes over most primitive values." - }, { "author": "taabata", "title": "Syrian Falcon Nodes", @@ -2356,14 +2346,14 @@ "description": "Nodes: Noxin Complete Chime, Noxin Scaled Resolutions, Load from Noxin Prompt Library, Save to Noxin Prompt Library" }, { - "author": "GMapeSplat", - "title": "ezXY", + "author": "apesplat", + "title": "ezXY scripts and nodes", "reference": "https://github.com/GMapeSplat/ComfyUI_ezXY", "files": [ "https://github.com/GMapeSplat/ComfyUI_ezXY" ], "install_type": "git-clone", - "description": "Features: Automatic type-casting for most custom and native nodes, Compact math node, List generation for iteration control, Versitile XY plotter" + "description": "Extensions/Patches: Enables linking float and integer inputs and ouputs. Values are automatically cast to the correct type and clamped to the correct range. Works with both builtin and custom nodes.

NOTE: This repo patches ComfyUI's validate_inputs and map_node_over_list functions while running. May break depending on your version of ComfyUI. Can be deactivated in config.yaml.

Nodes: A collection of nodes for facilitating the generation of XY plots. Capable of plotting changes over most primitive values." }, { "author": "Ser-Hilary", diff --git a/extension-node-map.json b/extension-node-map.json index 0a55a2c..e162a73 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -119,7 +119,7 @@ "BSZLatentbuster", "BSZPixelbuster", "BSZPixelbusterHelp", - "BSZPrincipledSDXL", + "BSZPrincipledSampler", "BSZPrincipledScale" ], { @@ -497,7 +497,7 @@ "ezXY_Driver" ], { - "title_aux": "ezXY" + "title_aux": "ezXY scripts and nodes" } ], "https://github.com/Gourieff/comfyui-reactor-node": [ @@ -2267,7 +2267,13 @@ "DiTCondLabelEmpty", "DiTCondLabelSelect", "DitCheckpointLoader", - "ExtraVAELoader" + "ExtraVAELoader", + "PixArtCheckpointLoader", + "PixArtDPMSampler", + "PixArtResolutionSelect", + "PixArtT5TextEncode", + "T5TextEncode", + "T5v11Loader" ], { "title_aux": "Extra Models for ComfyUI" @@ -2694,11 +2700,13 @@ "ConditioningSetMaskAndCombine", "ConditioningSetMaskAndCombine3", "ConditioningSetMaskAndCombine4", + "ConditioningSetMaskAndCombine5", "CreateAudioMask", "CreateFadeMask", "CreateFluidMask", "CreateGradientMask", "CreateTextMask", + "CrossFadeImages", "GrowMaskWithBlur", "INTConstant", "VRAM_Debug" @@ -3177,10 +3185,10 @@ ], "https://github.com/noxinias/ComfyUI_NoxinNodes": [ [ - "NOXCHIME", - "NOXPROMPTLIB_LOAD", - "NOXPROMPTLIB_SAVE", - "NOXSCALEDRES" + "NoxinChime", + "NoxinPromptLoad", + "NoxinPromptSave", + "NoxinScaledResolution" ], { "title_aux": "ComfyUI_NoxinNodes" diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 1a98ad1..b12fbd3 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "laksjdjf", + "title": "ssd-1b-comfyui", + "reference": "https://github.com/laksjdjf/ssd-1b-comfyui", + "files": [ + "https://github.com/laksjdjf/ssd-1b-comfyui" + ], + "install_type": "git-clone", + "description": "Experimental node for SSD-1B. This node is not need for latest comfyui." + }, { "author": "Feidorian", "title": "feidorian-nodes", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 7350f90..678beb6 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -11,14 +11,14 @@ "description": "Nodes:Apply Invisible Watermark, Extract Watermark. Adds up to 12 characters encoded into an image that can be extracted." }, { - "author": "GMapeSplat", - "title": "ezXY", + "author": "apesplat", + "title": "ezXY scripts and nodes", "reference": "https://github.com/GMapeSplat/ComfyUI_ezXY", "files": [ "https://github.com/GMapeSplat/ComfyUI_ezXY" ], "install_type": "git-clone", - "description": "Features: Automatic type-casting for most custom and native nodes, Compact math node, List generation for iteration control, Versitile XY plotter" + "description": "Extensions/Patches: Enables linking float and integer inputs and ouputs. Values are automatically cast to the correct type and clamped to the correct range. Works with both builtin and custom nodes.

NOTE: This repo patches ComfyUI's validate_inputs and map_node_over_list functions while running. May break depending on your version of ComfyUI. Can be deactivated in config.yaml.

Nodes: A collection of nodes for facilitating the generation of XY plots. Capable of plotting changes over most primitive values." }, { "author": "noxinias", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 0a55a2c..e162a73 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -119,7 +119,7 @@ "BSZLatentbuster", "BSZPixelbuster", "BSZPixelbusterHelp", - "BSZPrincipledSDXL", + "BSZPrincipledSampler", "BSZPrincipledScale" ], { @@ -497,7 +497,7 @@ "ezXY_Driver" ], { - "title_aux": "ezXY" + "title_aux": "ezXY scripts and nodes" } ], "https://github.com/Gourieff/comfyui-reactor-node": [ @@ -2267,7 +2267,13 @@ "DiTCondLabelEmpty", "DiTCondLabelSelect", "DitCheckpointLoader", - "ExtraVAELoader" + "ExtraVAELoader", + "PixArtCheckpointLoader", + "PixArtDPMSampler", + "PixArtResolutionSelect", + "PixArtT5TextEncode", + "T5TextEncode", + "T5v11Loader" ], { "title_aux": "Extra Models for ComfyUI" @@ -2694,11 +2700,13 @@ "ConditioningSetMaskAndCombine", "ConditioningSetMaskAndCombine3", "ConditioningSetMaskAndCombine4", + "ConditioningSetMaskAndCombine5", "CreateAudioMask", "CreateFadeMask", "CreateFluidMask", "CreateGradientMask", "CreateTextMask", + "CrossFadeImages", "GrowMaskWithBlur", "INTConstant", "VRAM_Debug" @@ -3177,10 +3185,10 @@ ], "https://github.com/noxinias/ComfyUI_NoxinNodes": [ [ - "NOXCHIME", - "NOXPROMPTLIB_LOAD", - "NOXPROMPTLIB_SAVE", - "NOXSCALEDRES" + "NoxinChime", + "NoxinPromptLoad", + "NoxinPromptSave", + "NoxinScaledResolution" ], { "title_aux": "ComfyUI_NoxinNodes"