You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
https://github.com/zero01101/openOutpaint-webUI-extension
The text was updated successfully, but these errors were encountered: