Merge pull request #501 from nazgut/main

add Image Text Overlay Node to the custom-node-list
This commit is contained in:
Dr.Lt.Data 2024-03-19 09:41:32 +09:00 committed by GitHub
commit bf7046c2b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6595,6 +6595,16 @@
],
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "Big Idea Technology",
"title": "Image Text Overlay Node for ComfyUI",
"reference": "https://github.com/Big-Idea-Technology/ComfyUI_Image_Text_Overlay",
"files": [
"https://github.com/Big-Idea-Technology/ComfyUI_Image_Text_Overlay"
],
"install_type": "git-clone",
"description": "ImageTextOverlay is a customizable Node for ComfyUI that allows users to easily add text overlays to images within their ComfyUI projects. This Node leverages Python Imaging Library (PIL) and PyTorch to dynamically render text on images, supporting a wide range of customization options including font size, alignment, color, and padding."
}
]
}