From 8be5895f996d5f38965f694d14a99eedbcda14bc Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Mon, 29 May 2023 08:09:53 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 10 ++++++++++ extension-node-map.json | 4 ++++ 2 files changed, 14 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 673a727..6e90418 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -110,6 +110,16 @@ "install_type": "git-clone", "description": "This extension contains a tiled sampler for ComfyUI. It allows for denoising larger images by splitting it up into smaller tiles and denoising these. It tries to minimize any seams for showing up in the end result by gradually denoising all tiles one step at the time and randomizing tile positions for every step." }, + { + "author": "BlenderNeko", + "title": "(WIP) SeeCoder", + "reference": "https://github.com/BlenderNeko/ComfyUI_SeeCoder", + "files": [ + "https://github.com/BlenderNeko/ComfyUI_SeeCoder" + ], + "install_type": "git-clone", + "description": "It provides the capability to generate CLIP from an image input, unlike unCLIP, which works in all models." + }, { "author": "LucianoCirino", "title": "Efficiency Nodes for ComfyUI", diff --git a/extension-node-map.json b/extension-node-map.json index d0a6dd2..6a9c7ff 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -37,6 +37,10 @@ "BNK_SlerpLatent", "BNK_Unsampler" ], + "https://github.com/BlenderNeko/ComfyUI_SeeCoder": [ + "ConcatConditioning", + "SEECoderImageEncode" + ], "https://github.com/BlenderNeko/ComfyUI_TiledKSampler": [ "BNK_TiledKSampler", "BNK_TiledKSamplerAdvanced"