Merge pull request #447 from Munkyfoot/main

Add TextOverlay Node
This commit is contained in:
Dr.Lt.Data 2024-02-29 09:53:27 +09:00 committed by GitHub
commit 3d080641f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5898,6 +5898,16 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "munkyfoot",
"title": "ComfyUI-TextOverlay",
"reference": "https://github.com/Munkyfoot/ComfyUI-TextOverlay",
"files": [
"https://github.com/Munkyfoot/ComfyUI-TextOverlay"
],
"install_type": "git-clone",
"description": "This extension provides a node that allows you to overlay text on an image or a batch of images with support for custom fonts and styles."
} }
] ]
} }