From ed531438dd2eafb932e136018eda9b378e90fab2 Mon Sep 17 00:00:00 2001 From: Bruno Madeira Date: Thu, 21 Dec 2023 22:29:17 +0000 Subject: [PATCH] updated DB --- custom-node-list.json | 10 ++++++++++ extension-node-map.json | 8 ++++++++ 2 files changed, 18 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 60e98f6..8ecf019 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -803,6 +803,16 @@ "install_type": "git-clone", "description": "Experimental sampler node. Sampling alternates between A and B inputs until only one remains, starting with A. B steps run over a 2x2 grid, where 3/4's of the grid are copies of the original input latent. When the optional mask is used, the region outside the defined roi is copied from the original latent at the end of every step." }, + { + "author": "bmad4ever", + "title": "Lists Cartesian Product", + "reference": "https://github.com/bmad4ever/comfyui_lists_cartesian_product", + "files": [ + "https://github.com/bmad4ever/comfyui_lists_cartesian_product" + ], + "install_type": "git-clone", + "description": "Given a set of lists, the node adjusts them so that when used as input to another node all the possible argument permutations are computed." + }, { "author": "FizzleDorf", "title": "FizzNodes", diff --git a/extension-node-map.json b/extension-node-map.json index 8a5116d..55e26b9 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -2788,6 +2788,14 @@ "title_aux": "comfyui_ab_sampler" } ], + "https://github.com/bmad4ever/comfyui_lists_cartesian_product": [ + [ + "Lists Cartesian Product" + ], + { + "title_aux": "Lists Cartesian Product" + } + ], "https://github.com/bmad4ever/comfyui_bmad_nodes": [ [ "AdaptiveThresholding",