From 27a9a0035872f45960b089cc953320e46da9a15d Mon Sep 17 00:00:00 2001 From: Steph Ng Date: Tue, 9 Jan 2024 15:00:49 +0800 Subject: [PATCH] add custom node --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index ea246d24..b7c3d692 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4431,6 +4431,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "glowcone", + "title": "Load Image From Base64 URI", + "reference": "https://github.com/glowcone/comfyui-base64-to-image", + "files": [ + "https://github.com/glowcone/comfyui-base64-to-image/raw/main/nodes.py" + ], + "install_type": "copy", + "description": "Nodes: LoadImageFromBase64. Loads an image and its transparency mask from a base64-encoded data URI for easy API connection." } ] }