From 09fbe8c5e2d203990598ac2d5c3c99e801bcb4aa Mon Sep 17 00:00:00 2001 From: akatz-ai Date: Wed, 31 Jul 2024 12:09:20 -0700 Subject: [PATCH] Added Akatz Nodes to custom node list and extensions map --- custom-node-list.json | 13 ++++++++++++- extension-node-map.json | 8 ++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 4f63fe2c..62937b17 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -12543,6 +12543,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "akatz-ai", + "title": "Akatz Custom Nodes", + "id": "akatz-ai", + "reference": "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes", + "files": [ + "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes" + ], + "install_type": "git-clone", + "description": "Simple custom node pack for nodes I use in my workflows. Includes Dilate Mask Linear for animating masks." + } ] } diff --git a/extension-node-map.json b/extension-node-map.json index 6aba4b4c..ce217847 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -17292,5 +17292,13 @@ { "title_aux": "SDXLCustomAspectRatio" } + ], + "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes": [ + [ + "AK_AnimatedDilationMaskLinear" + ], + { + "title_aux": "ComfyUI-AKatz-Nodes" + } ] } \ No newline at end of file