Add Akatz Nodes (#916)

* Added Akatz Nodes to custom node list and extensions map

* Fixed indent
This commit is contained in:
akatz 2024-07-31 15:05:47 -07:00 committed by GitHub
parent 694a2fcbf8
commit 05614818d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 19 additions and 0 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"
}
]
}