-
Notifications
You must be signed in to change notification settings - Fork 27.4k
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]: Some extensions will break Stable Diffusion WebUI #14844
Comments
Hello. For me, the LOBE extension is the trigger, if I take out the extension everything goes normally. It's a constant problem with the LOBE extension for me. Either Loras are not accepted or the image creation takes forever. Unfortunately, there is no good alternative for the expansion... |
if an extension is having issues you should report the issues to the extension repository so they can fix it
if the extension developer needs some changes to web UI to make something work they can pull request to this Repository |
Since I switched from Opera to Chrome things stopped breaking. I guess it isn't extensions fault, but just some incompatibility with my main browser. |
The problem is that I have no idea which extension is breaking... At least Stable Diffusion WebUI should have a way to help the user know which of the extensions is breaking the program and prevent it from making it unusable. My shot is that it is not entirely the extension's fault, but the lack of self diagnosis of the program and no way to protect it. |
disable all the extensions enable them one by one until you find the one or the combination that's causing the issue browser extensions can also have an effect
well most of the time when there's an issue it will immediately spit out an error message in the terminal in your case you're seeing some deprecation warnings from EasyPhoto, but it is just a deprecation warning it shouldn't be the issue,
like the above normally they will be error messages, this doesn't mean that message always helps but to do more is basically asking the impossible, if we know something will cause issues then the issues will most likely be fixed, if we don't know something that will cause issues then we can't even detect it you got to understand is that extension has the power to do pretty much anything |
For me it can happens ramdomly. I think it's restriction of gradio, is wasn't designed for very big applications. I use "refresh" button to see loras |
For problems like in your screenshot - I've made the same refresh button in PR: Hope it will be merged |
I saw console Log error like your, but I can't be sure it happens every time. But maybe I don't look at console while exploring UI 🤠 |
Lobe is not a "regular theme" like the other one, that ext chan break so many tools insode a1111 itself. try regular theme for your a1111, or no theme at all (better) use Gradio Base :) |
Checklist
What happened?
While trying to correctly set my workflow some extensions will break the Stable Diffusion WebUI making it infinitely load the extensions and Extra Network (Lobe Theme). Currently, the extension that is breaking the program is EasyPhoto.
If I delete the extension that has been downloaded the program will work fine.
Steps to reproduce the problem
What should have happened?
The extension should have been installed without breaking the program.
What browsers do you use to access the UI ?
Other
Sysinfo
Browser: Opera
sysinfo-2024-02-05-19-57.json
Console logs
Additional information
I think it is important to note that Stable Diffusion WebUI is constantly having problems and I was able to solve most of them, yet this currently one I couldn't find anything. I was speculating if it was an Antivirus fault so I've disabled it, yet the problem persists. I've been constantly uninstalling and reinstalling Stable Diffusion WebUI and searching for troubleshooting since the program always behaves strangely, bugs, freezes or stops working at all. I'm using Python compatible version as suggested by devs, tried changing my variables, deleting them, and reentering, but nothing seems to work.
The text was updated successfully, but these errors were encountered: