From b8389e81a13e97a70d4eed1b13038072ff0e1451 Mon Sep 17 00:00:00 2001 From: Isi Date: Thu, 19 Sep 2024 14:23:20 +0100 Subject: [PATCH] Please add ComfyUI Image to Painting and Inspyrenet Assistant Nodes (#1068) * Update custom-node-list.json with ComfyUI-Img2DrawingAssistants * Update custom-node-list.json * Update custom-node-list.json --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index b55fd9b0..77a59b59 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -14974,6 +14974,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Isi-dev", + "title": "Image to Painting and Inspyrenet Assistant Nodes", + "id": "ComfyUI-Img2PaintingAssistant", + "reference": "https://github.com/Isi-dev/ComfyUI-Img2PaintingAssistant", + "files": [ + "https://github.com/Isi-dev/ComfyUI-Img2PaintingAssistant" + ], + "install_type": "git-clone", + "description": "These are ComfyUI nodes to assist in converting images to paintings and to assist the Inspyrenet Rembg node to totally remove, or replace with a color, the original background from images so that the background does not reappear in videos or in nodes that do not retain the alpha channel in rgba images." } ] }