From f08c5430edb4a81d304ee3ba80e07ffe23ec98a4 Mon Sep 17 00:00:00 2001 From: RabbitThatIsPink Date: Thu, 4 Jun 2026 10:56:12 +0200 Subject: [PATCH] Add Frog Node Pack to custom-node-list Co-Authored-By: Claude Sonnet 4.6 --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 0c1161ce..3db30fda 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -52915,6 +52915,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "RabbitThatIsPink", + "title": "Frog Node Pack", + "reference": "https://github.com/RabbitThatIsPink/FrogNodePack", + "files": [ + "https://github.com/RabbitThatIsPink/FrogNodePack" + ], + "install_type": "git-clone", + "description": "A custom node pack for ComfyUI focused on keeping workflows clean and consolidated." } ] }