From e687f83fbf568e169db41886b5bd8430e9d3e3ff Mon Sep 17 00:00:00 2001 From: chrisgoringe Date: Fri, 28 Mar 2025 03:03:05 +1100 Subject: [PATCH] Update custom-node-list.json (#1692) Removed the deprecated image-picker and replaced with the new image-filter --- custom-node-list.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 9ce37180..cd544aa4 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2779,14 +2779,14 @@ }, { "author": "chrisgoringe", - "title": "Image chooser", - "id": "image-chooser", - "reference": "https://github.com/chrisgoringe/cg-image-picker", + "title": "Image Filter", + "id": "image-filter", + "reference": "https://github.com/chrisgoringe/cg-image-filter", "files": [ - "https://github.com/chrisgoringe/cg-image-picker" + "https://github.com/chrisgoringe/cg-image-filter" ], "install_type": "git-clone", - "description": "A custom node that pauses the flow while you choose which image (or latent) to pass on to the rest of the workflow." + "description": "A set of custom nodes that pause the flow to allow you to pick images, edit parameters, set masks etc.." }, { "author": "chrisgoringe",