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 +}