https://github.com/cherninlab/logo-generator-comfyui
https://github.com/cherninlab/logo-generator-comfyui
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cherninlab/logo-generator-comfyui
- Owner: cherninlab
- Created: 2024-12-22T15:42:55.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-22T15:45:31.000Z (6 months ago)
- Last Synced: 2025-04-12T17:14:00.931Z (2 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-comfyui - **Logo Generator Node for ComfyUI**
README
# 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