From 15fdb9ea21bee880989bf9990beedb799da6ba43 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Mon, 17 Jul 2023 09:19:50 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 20 ++++++++++++++++++++ extension-node-map.json | 15 ++++++++++++++- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 0d9017a..04aa25e 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -657,6 +657,26 @@ "install_type": "git-clone", "description": "custom node for ComfyUI to perform simple math operations" }, + { + "author": "shockz0rz", + "title": "InterpolateEverything", + "reference": "https://github.com/shockz0rz/ComfyUI_InterpolateEverything", + "files": [ + "https://github.com/shockz0rz/ComfyUI_InterpolateEverything" + ], + "install_type": "git-clone", + "description": "Nodes: Interpolate Poses, Interpolate Lineart, ... Custom nodes for interpolating between, well, everything in the Stable Diffusion ComfyUI." + }, + { + "author": "yolanother", + "title": "DTAIComfyPromptAgent", + "reference": "https://github.com/yolanother/DTAIComfyPromptAgent", + "files": [ + "https://github.com/yolanother/DTAIComfyPromptAgent" + ], + "install_type": "git-clone", + "description": "This script provides a prompt agent node for the Comfy UI stable diffusion client." + }, { "author": "taabata", "title": "Syrian Falcon Nodes", diff --git a/extension-node-map.json b/extension-node-map.json index e55cf75..62cae14 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -236,6 +236,8 @@ "Image Overlay", "Join XY Inputs of Same Type", "KSampler (Efficient)", + "LoRA Stacker", + "LoRA Stacker Adv.", "Manual XY Entry Info", "Simple Eval Examples", "XY Input: CFG Scale", @@ -243,7 +245,8 @@ "XY Input: Clip Skip", "XY Input: Denoise", "XY Input: LoRA", - "XY Input: LoRA (Advanced)", + "XY Input: LoRA Adv.", + "XY Input: LoRA Stacks", "XY Input: Manual XY Entry", "XY Input: Negative Prompt S/R", "XY Input: Positive Prompt S/R", @@ -770,6 +773,7 @@ "MMDetLoader", "MaskPainter", "MaskToSEGS", + "MasksToMaskList", "ONNXDetectorProvider", "ONNXDetectorSEGS", "PixelKSampleHookCombine", @@ -781,6 +785,7 @@ "RegionalPrompt", "RegionalSampler", "SAMDetectorCombined", + "SAMDetectorSegmented", "SAMLoader", "SEGEdit", "SEGPick", @@ -795,6 +800,7 @@ "SegmDetectorForEach", "SegmDetectorSEGS", "Segs & Mask", + "Segs & Mask ForEach", "SegsMaskCombine", "SegsToCombinedMask", "SubtractMask", @@ -889,6 +895,9 @@ "https://github.com/shiimizu/ComfyUI_smZNodes": [ "smZ CLIPTextEncode" ], + "https://github.com/shockz0rz/ComfyUI_InterpolateEverything": [ + "OpenposePreprocessorInterpolate" + ], "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": [ "DiscoDiffusion_DiscoDiffusion", "DiscoDiffusion_DiscoDiffusionExtraSettings", @@ -960,5 +969,9 @@ "TextGenerator", "TextInput", "TextOutput" + ], + "https://github.com/yolanother/DTAIComfyPromptAgent": [ + "DTPromptAgent", + "DTPromptAgentString" ] } \ No newline at end of file