Add text to image in ComfyUI
Please note that the ImageTextOverlay project is no longer supported and has been moved to a new repository. For ongoing developments, contributions, and issues, please refer to the new repository at: https://github.com/Big-Idea-Technology/ComfyUI-Book-Tools
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.
This Node is designed to be used within ComfyUI. Ensure you have ComfyUI installed and running in your environment. Use git clone https://github.com/Big-Idea-Technology/ImageTextOverlay to custom_nodes in ComfyUI folder. For details on installing ComfyUI, refer to the official documentation.
To use the ImageTextOverlay Node in your ComfyUI project, follow these steps:
Add the Node to Your Project: Ensure the ImageTextOverlay class is properly integrated into your ComfyUI environment. The class should be located in a custom_nodes that's accessible by your ComfyUI project.
Within your ComfyUI project, configure the ImageTextOverlay Node with the necessary parameters:
Contributions to improve the ImageTextOverlay Node or add new features are welcome! Please follow the project's contribution guidelines for submitting issues or pull requests.
MIT License - Feel free to use and modify the ImageTextOverlay Node for your personal or commercial projects.
Credits to https://github.com/Smuzzies/comfyui_chatbox_overlay