ltdrdata / ComfyUI-extension-tutorials

579 stars 32 forks source link

Improve the ImpactWildcardProcessor node #34

Closed andreszs closed 8 months ago

andreszs commented 8 months ago

Locating specific wildcard files when they are organized in subfolders creates an endless scroll for the Wildcard selector: image

The files should be grouped inside submenus for each folder. Notice that this issue also applies to other nodes such as the Lora Loader, so maybe this problem should be addressed by ComfyUI itself and not this plugin.

Another detail, the labels here are unnecessarily long for this node:

image

The "Select to add a Wildcard" label should be replaced by "wildcard_file", and the "Select the Wildcard to add to the text" could be replaced with simply select. This would remove clutter, allow smaller nodes, and be more consistent with the rest of the ComfyUI node label. A PR has been created to fix this.