You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed that when I update sd-webui from 1.1.1 to 1.2.0 it takes a very long time to load the first time.
After investigation, I found that it was due to an incorrect setting of the DISPLAY environment variable.
With this commit, Gradio now calls matplotlib.get_backend().
However, an incorrect value for the DISPLAY environment variable is very time consuming.
(about 2 minutes in my environment).
I solved this problem by unset DISPLAY to delete the unnecessary DISPLAY environment variable.
This may not be relevant to most people, but I will leave a note here.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have noticed that when I update sd-webui from 1.1.1 to 1.2.0 it takes a very long time to load the first time.
After investigation, I found that it was due to an incorrect setting of the DISPLAY environment variable.
With this commit, Gradio now calls
matplotlib.get_backend()
.However, an incorrect value for the DISPLAY environment variable is very time consuming.
(about 2 minutes in my environment).
I solved this problem by
unset DISPLAY
to delete the unnecessary DISPLAY environment variable.This may not be relevant to most people, but I will leave a note here.
Beta Was this translation helpful? Give feedback.
All reactions