Issues after Restart Server from UI #224
Replies: 5 comments 2 replies
-
Brought over here instead of adding to the closed issue elsewhere as I think this is the right place for it. I've never issued an issue report as I'm new to all this so if it needs to go somewhere else I can move it.
Hey there! I just installed Vladomatic last night for the very first time(I'm eastern US)(ETA: I think it would have been the last commit of the night so 0e39aa7?), so mine is completely mostly fresh and should be the newest version(as of last night) and I'm having the same issue as here #360 (comment). If I change any settings or reload ui for any reason and try to bring an image into the process tab after to then send its settings/prompt/etc to t2i, as soon as I load the image into the process tab the whole thing freezes on me and I have to close out entirely, terminate the process in the cmd window, and restart with webui.bat. This is the error I get in the cmd window when I hit restart ui in settings. Traceback (most recent call last): Then it finishes restarting and I pull an image into process tab(as pictured): Traceback (most recent call last): I'm running on windows 10, Chrome browser, nvidia RTX 3080, only cmd arguments are --listen --port, no extensions other than the ones that come with it installed, xformers enabled and up to date(though this happened before and after getting that up and running and sorted), only settings I've changed are which theme I'm using and which things are in quick settings at the top(though again, this happened before and after those were changed). If you need any other specs I can try to find them all. Currently working on getting another completely fresh with zero changes installation running just to triple check that it isn't any of the things I listed that are doing it. Will post if that comes back differently. |
Beta Was this translation helpful? Give feedback.
-
@vladmandic "Proper way would be for each script/extension to check if its already registered" Keeping mind that I am basically stumbling through Python how should that be done? Those errors are popping up here on each restart, as described. Although, in this case, code is changing on each restart as well so that is probably not what I want. But for a final release version... |
Beta Was this translation helpful? Give feedback.
-
When i reaload my ui used to last Generation Info button Generation Info Versions reduce extra network exception |
Beta Was this translation helpful? Give feedback.
-
Following up from #552 that this is indeed the same issue related to server restarts. |
Beta Was this translation helpful? Give feedback.
-
New server restart functionality is published as of today. |
Beta Was this translation helpful? Give feedback.
-
Note that Restart Server from UI is best-effort function and can lead to different random issues:
Reason is that restart server must reload scripts/extensions (otherwise its pointless), but many scripts/extensions do not check if they are already loaded, so they register themselves as duplicates leading to symptoms described above.
Proper way would be for each script/extension to check if its already registered, but until that is done for every one of them, Restart Server from UI is a best-effort feature.
if you experience issues after Restart Server from UI, but they go away if you actually restart server from command line, report on this thread but do not create new Issue
Beta Was this translation helpful? Give feedback.
All reactions