space-nuko / ComfyBox

Customizable Stable Diffusion frontend for ComfyUI
GNU General Public License v3.0
586 stars 45 forks source link

Expand autocomplete system to support custom tags & filenames #149

Open space-nuko opened 10 months ago

space-nuko commented 10 months ago

For embeddings and LoRAs that can be inserted into the conditioning prompts, the autocomplete could show results for valid filenames using those systems

https://github.com/skfoo/ComfyUI-Coziness

For a start embeddings can be supported somewhat easier since they're built-in to ComfyUI. How to integrate this with external node types can be trickier. It might be worth looking into if ComfyUI can provide a endpoint for such keywords instead of maintaining separate support in ComfyBox