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

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for Logo Generator Node for ComfyUI and select it
  5. 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