pythongosssss / ComfyUI-WD14-Tagger

A ComfyUI extension allowing for the interrogation of booru tags from images.
MIT License
438 stars 51 forks source link

Add `, ` after each string, replace `_` with spaces #9

Closed mijuku233 closed 5 months ago

mijuku233 commented 8 months ago

In the output prompt words, there is no , after the last string. I think this is a bit inconvenient, so I made a simple modification so that , will be added after each string, including the last string. Since I am not a programmer, the modified code may not be reasonable. Please check it before merge pull and modify the unreasonable parts.

pythongosssss commented 6 months ago

Could you make these into options on the node please that enable this behavior

mijuku233 commented 6 months ago

Could you make these into options on the node please that enable this behavior

Added a replace_underline switch.