-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Updated WebUI having some initial issues on both chrome and firefox. #189
Comments
Never mind, the fix was written out in the log itself, i completely missed it. |
Hmm, it seems to have some gripe with some protection extensions tho (like CanvasBlocker). I have to stop those extensions from running entirely whenever the ui is running, else i cant even interact with it. |
Firefox is not fully supported yet you can use it but I would recommend chrome for now it will work faster there firefox has an issue with the console it logs messages far slower than chrome and until I add the options to disable the console you would enjoy faster loading times with chrome I have no idea about the extension you use and why it blocks interactivity I use similar blockers on chrome with no issue |
are you on a linux machine? |
can you test with the latest commit? |
tested it... no change. Both Firefox and Chrome stops working entirely, leaking memory and taking up cpu cycles. |
can you verify that it is not an issue from upstream by disabling these two extensions? |
I think i may be onto something, tho... I removed all my extensions and now it seems to work fine... So it seems like one of them is the culprit. I'll report back when i find it. edit: Ok, i've found it. It stops working when Dynamic Thresholding is enabled. Might be related to this (from chrome, which seems to work fine without the affecting extensions):
Alright, tested to disable them... and it seems to be fixed. No slowdowns or anything from what i can tell (on either chrome or firefox). Not even when re-enabling the other extensions. Can generate just fine as well with no memory leaks. So it seems that there are some incompatible issues somewhere from what i can tell. |
A small note: When you first startup the webui, the extra networks tabs (lora/hn/emb/chp) are blank until i write 1 letter in the search box in each tab. Latest commit othervise works fine now. |
do you want to open a new issue for this to verify if other people have the same problem cause I cant reproduce |
Nah, cus i know why. It's something to do with Firefox and it only happens there. And you said it yourself that Firefox is not 100% supported yet. Plus, it was present in the old version as well, so i dont think it has anything to do with this. |
Is there an existing issue for this?
What happened?
Updated the webui to the latest version with the reworked ui and additional supports. The console log ui appears after 20-30 sec, but never the webui itself.
Steps to reproduce the problem
What should have happened?
Im guessing it should launch the updated webui after applying the proper templates and whatnot on the first install, but never does, as relaunching the launcher resets the process.
Sysinfo
Can't even launch the WebUI since latest update, so no sysinfo file.
What browsers do you use to access the UI ?
Mozilla Firefox
Console logs
Additional information
It just stops at the error line and i never get past that point nor being able to launch the webui. Only the console log ui launches with above text.
The text was updated successfully, but these errors were encountered: