From 0843df6d9e7ad8834155fc6348e31d25f6ef3507 Mon Sep 17 00:00:00 2001 From: CYCHENYUE <153368169+CY-CHENYUE@users.noreply.github.com> Date: Thu, 31 Oct 2024 22:06:48 +0800 Subject: [PATCH] Add ComfyUI InpaintEasy node --- custom-node-list.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 83a0a885..38e471c4 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -16550,6 +16550,18 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "CY-CHENYUE", + "title": "ComfyUI-InpaintEasy", + "id": "ComfyUI-InpaintEasy", + "reference": "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy", + "files": [ + "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy" + ], + "description": "InpaintEasy is a set of optimized local repainting (Inpaint) nodes that provide a simpler and more powerful local repainting workflow. It makes local repainting work easier and more efficient with intelligent cropping and merging functions.", + "tags": ["inpaint", "crop", "image"], + "install_type": "git-clone" } ] }