From e3100727823382b2e2e0ace0f7341429da59dc73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=9B=E6=98=9F=20=CF=86=CF=85=CE=B2=CE=BB=CE=B1=CF=82?= Date: Wed, 21 Aug 2024 23:49:11 +0900 Subject: [PATCH] Update custom-node-list.json (#985) --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index a29a3b07..40ec61c1 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -13658,6 +13658,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "phyblas", + "title": "paint-by-example @ ComfyUI", + "id": "paintbyexample", + "reference": "https://github.com/phyblas/paint-by-example_comfyui", + "files": [ + "https://github.com/phyblas/paint-by-example_comfyui" + ], + "install_type": "git-clone", + "description": "Implementation of paint-by-example on ComfyUI" } ] -} \ No newline at end of file +}