Extensions/Logo Generator Node for ComfyUI
ComfyUI Extension

Logo Generator Node for ComfyUI

This custom node allows you to generate logo images using Google Fonts.

By cherninlab·Created 2 years ago·Updated 2 years ago· 2
cherninlab/logo-generator-comfyui
Nodes1
On cloudLocal install
Categoryimage/generator
Stars2
Updated2 years ago
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