a1111-sd-webui-tagcomplete icon indicating copy to clipboard operation
a1111-sd-webui-tagcomplete copied to clipboard

Auto complete tag not showing on top (blocked by webui)

Open ThanapatSornsrivichai opened this issue 2 years ago • 5 comments

As you can see the tag not display over the Webui and was hidden behide it. Run on colab. image

ThanapatSornsrivichai avatar Oct 25 '22 08:10 ThanapatSornsrivichai

I'm not able to reproduce this locally and the UI looks a bit different as well, could you tell me which colab you are using?

DominikDoom avatar Oct 25 '22 10:10 DominikDoom

It's this colab. https://colab.research.google.com/github/TheLastBen/fast-stable-diffusion/blob/main/fast_stable_diffusion_AUTOMATIC1111.ipynb

ThanapatSornsrivichai avatar Oct 27 '22 10:10 ThanapatSornsrivichai

I just tried it with that colab, but it looks normal for me (and also like the current local version, which your screenshot doesn't match): image

Are you maybe using an old webui version saved on your Drive? You might need to check "Update_repo" at the start of the colab.

DominikDoom avatar Oct 27 '22 16:10 DominikDoom

I run into this sometimes, the web page load slow and can't open browser console

Reloading is not working mostly, close tab and open again is needed

Besides the tagcomplete option shows rather slow than before, but I suppose it's some performance issue of webui itself, or the extension system (I'm not sure but the slow loading feels like only happens after tagcomplete changes to extension mode..?)

byzod avatar Nov 01 '22 10:11 byzod

Besides the tagcomplete option shows rather slow than before, but I suppose it's some performance issue of webui itself, or the extension system (I'm not sure but the slow loading feels like only happens after tagcomplete changes to extension mode..?)

Extensions should have no influence on loading speed, they get their javascript added to the page just like the scripts in root. Rather, it's likely because I recently updated the script to load all files async. It seems to be a bit slower than synchronous in general, I feel that too. Problem is that synchronous XMLHttpRequests are deprecated and will likely go out of support in the future (see https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/Synchronous_and_Asynchronous_Requests#synchronous_request). It's not as relevant for our case where we are requesting local files instead of web links, but Chrome was showing a warning about it so I changed it.

DominikDoom avatar Nov 01 '22 12:11 DominikDoom

Closing the issue for now due to inactivity, feel free to open again if needed.

DominikDoom avatar Jan 10 '23 14:01 DominikDoom