An open API service indexing awesome lists of open source software.

https://github.com/cherninlab/logo-generator-comfyui


https://github.com/cherninlab/logo-generator-comfyui

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

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