From 332c1db6da41327d5055bcdd183ca8955556320f Mon Sep 17 00:00:00 2001 From: Asidert <612boris40@gmail.com> Date: Mon, 22 Dec 2025 14:40:25 +0400 Subject: [PATCH] Add "ComfyUI_Base64Images" to custom-node-list.json --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index e1b24af5..c0a348cc 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -39601,6 +39601,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Asidert", + "title": "Base64 Images input and output nodes for ComfyUI", + "reference": "https://github.com/Asidert/ComfyUI_Base64Images", + "files": [ + "https://github.com/Asidert/ComfyUI_Base64Images" + ], + "install_type": "git-clone", + "description": "A set of base64 input and output nodes for a custom API using ComfyUI" } ] }