chflame163 / ComfyUI_WordCloud

A ComfyUI plugin for generating word cloud images
81 stars 4 forks source link

ComfyUI Word Cloud:

A plugin to generating word cloud images for ComfyUI, it is the implementation of the word_cloud on ComfyUI. image

中文说明点这里

Update:

Important reminder: The font needs to be reset for the old version nodes saved in the workflow before loading.

Node Description

Word Cloud:

image Generate word cloud images based on text content, where word size is related to word frequency, and the higher the frequency, the larger the text. Can define color schemes, set key words, set exclusion words, etc. Support generating word cloud images with contour shapes by inputting images with alpha channels.

Node options:

Output Type:

RGB Color Picker

image Modify web extensions from mtb nodes. Select colors on the color palette and output RGB values.

Node options:

Output Type:

Load Text File:

image Load a text file from the specified path and set to use UTF-8 encoding.

Options:

Output Type:

Example workflow

image Some JSON workflow files in the workflow directory, that is example for ComfyUI.

How to install