DominikDoom / a1111-sd-webui-tagcomplete

Booru style tag autocompletion for AUTOMATIC1111's Stable Diffusion web UI
MIT License
2.59k stars 309 forks source link

support for unprompted #91

Open IkariDevGIT opened 1 year ago

DominikDoom commented 1 year ago

I can have a look at it after the holidays, but it won't be covering much since Unprompted relies on syntax - this autocomplete script doesn't care / know about the position of tags in the prompt during completion or build a parse tree, so syntax suggestions would be very hacky and in some cases impossible with the current system.

Completion for template references like the file includes would be possible, but the rest of the shortcodes like conditions, loops, nested statements etc. not so much or at least not in an intuitive way.