Giter Site home page Giter Site logo

Comments (6)

DominikDoom avatar DominikDoom commented on September 26, 2024

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?

from a1111-sd-webui-tagcomplete.

ThanapatSornsrivichai avatar ThanapatSornsrivichai commented on September 26, 2024

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

from a1111-sd-webui-tagcomplete.

DominikDoom avatar DominikDoom commented on September 26, 2024

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.

from a1111-sd-webui-tagcomplete.

byzod avatar byzod commented on September 26, 2024

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..?)

from a1111-sd-webui-tagcomplete.

DominikDoom avatar DominikDoom commented on September 26, 2024

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.

from a1111-sd-webui-tagcomplete.

DominikDoom avatar DominikDoom commented on September 26, 2024

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

from a1111-sd-webui-tagcomplete.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.