diff --git a/custom-node-list.json b/custom-node-list.json index 673a7278..6e904184 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 d0a6dd28..6a9c7ffd 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"