From 05cb876d29e8a2b9a3692d5642d470a5fb6bdc4a Mon Sep 17 00:00:00 2001 From: Maksim Smirnov <132957977+Maxim-Dey@users.noreply.github.com> Date: Sat, 8 Feb 2025 15:07:25 +0700 Subject: [PATCH] Update custom-node-list.json --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 50f4089f..0519f7c6 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -21195,5 +21195,16 @@ "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." } + { + "author": "Maxim-Dey", + "title": "MaksiTools", + "id": "maksitools", + "reference": "https://github.com/Maxim-Dey/ComfyUI-MaksiTools", + "files": [ + "https://github.com/Maxim-Dey/ComfyUI-MaksiTools" + ], + "install_type": "git-clone", + "description": "This is an evolving set of tools for testing the workflows in ComfyUI." + } ] }