From 971653f1175c1dbd522bc485f6fa1c32187ca516 Mon Sep 17 00:00:00 2001 From: tomudo Date: Thu, 21 Nov 2024 19:03:57 +0700 Subject: [PATCH] Add ComfyUI-ascii-art custom node to the list (#1254) Co-authored-by: unknown --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 274ee13e..2f0d2e27 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17417,6 +17417,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Tomudo", + "title": "ComfyUI-ascii-art", + "id": "comfyui-ascii-art", + "reference": "https://github.com/tomudo/ComfyUI-ascii-art", + "files": [ + "https://github.com/tomudo/ComfyUI-ascii-art" + ], + "install_type": "git-clone", + "description": "This is a custom node to convert image to ascii art string." } ] }