Nodes Browser
ComfyDeploy: How Logo Generator Node for ComfyUI works in ComfyUI?
What is Logo Generator Node for ComfyUI?
This custom node allows you to generate logo images using Google Fonts.
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
Logo Generator Node for ComfyUI
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
Logo Generator Node for ComfyUI
This custom node allows you to generate logo images using Google Fonts.
Features:
- Direct integration with Google Fonts
- Customizable text, font, size, and colors
- Support for text stroke/outline
- Background transparency
- Automatic font downloading and caching
Example Configuration:
json { "text": "AWESOME", "font_family": "Roboto", "font_size": 120, "font_color": "#FF0000", "stroke_width": 2, "stroke_color": "#000000", "width": 1000, "height": 500, "background_color": "#FFFFFF", "background_transparency": 0, "x_position": "center", "y_position": "center", "rotation": 0, "spacing": 5 }
Popular Google Fonts to Try:
- Roboto
- Open Sans
- Lato
- Montserrat
- Playfair Display
- Ubuntu
- Oswald
- Source Sans Pro