From 810431b9e220341499390651885eeb1878cd6c43 Mon Sep 17 00:00:00 2001 From: PiePie Date: Thu, 9 Oct 2025 19:21:42 -0400 Subject: [PATCH] Adding PiePieTweaks custom nodes (#2206) Co-authored-by: Imbrium201 <133581634+imbrium201@users.noreply.github.com> --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index ce7fe00f..3aecb780 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -34408,6 +34408,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "PiePieDesign", + "title": "PiePieTweaks", + "id": "piepie-tweaks", + "reference": "https://github.com/PiePieDesign/PiePieTweaks", + "files": [ + "https://github.com/PiePieDesign/PiePieTweaks" + ], + "install_type": "git-clone", + "description": "Tweaks and simple nodes for usability and common needs" } ] }