From 639b17ef6bea594a8e0dd393dbf510d97bab1746 Mon Sep 17 00:00:00 2001 From: Asidert <612boris40@gmail.com> Date: Tue, 23 Dec 2025 20:41:25 +0400 Subject: [PATCH] Add "ComfyUI_Base64Images" to custom-node-list.json (#2418) --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index b0117967..f5bb193b 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -39749,6 +39749,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" } ] }