a1111-sd-webui-tagcomplete
a1111-sd-webui-tagcomplete copied to clipboard
OpenOutpaint-extension support(for the prompt field)
https://github.com/zero01101/openOutpaint-webUI-extension
This is not easily doable. openOutpaint is its own service that just gets hosted by the wrapper extension using an iframe. While there are ways to manipulate the iframe content and listen to changes inside, autocomplete would need to insert its result div etc. into it manually, which is not cleanly doable during normal extension load and incompatible with the way I currently attach the autocomplete content to the webui.
Since this would be very hacky, I don't really want to implement it for now. I'll keep this open since I might revisit it later after a planned restructuring of the extension for easier maintenance, but that will take a while.