ComfyUI-Custom-Scripts #
A bunch of useful and less useful custom nodes and features by pythongosssss.
Text Autocomplete #
This functionality allows you to autocomplete your text as you type, which you can enable or disable in the settings.
You can paste in an entire .csv
file into the text box in the “Manage Custom Words” and you should see the words you added appear in the dropdown menu when you type into a prompt!
If you need a .csv
file with words, you can use my spellbook if you really want!
https://raw.githubusercontent.com/ka-de/sacred_words/refs/heads/main/spellbook.csv
Always Snap to Grid #
It will be like holding Shift
while moving nodes and groups, without actually having to hold down Shift
. Genius!
PlaySound and SystemNotification #
These two nodes play a sound and display a notification every time something ran through them. It’s super useful if you have a slow GPU or if you are working on animations and things just take a while to cook!
Image Feed #
This used to be my favorite feature, but since the new UI, I prefer the Queue (q
) in the sidebar panel.
Preset Text and Show Text #
The Preset Text
node lets you create your own preset text, which you can then reuse easily and the Show Text
node let’s you easily debug your text related shenanigans with ComfyUI by displaying them.
Workflow Image #
This lets you export your workflow as an SVG or PNG file. Very handy!