Added Akatz Nodes to custom node list and extensions map

This commit is contained in:
akatz-ai 2024-07-31 12:09:20 -07:00
parent 694a2fcbf8
commit 09fbe8c5e2
2 changed files with 20 additions and 1 deletions

View File

@ -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."
}
]
}

View File

@ -17292,5 +17292,13 @@
{
"title_aux": "SDXLCustomAspectRatio"
}
],
"https://github.com/akatz-ai/ComfyUI-AKatz-Nodes": [
[
"AK_AnimatedDilationMaskLinear"
],
{
"title_aux": "ComfyUI-AKatz-Nodes"
}
]
}