Replies: 1 comment
-
#12895 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I upgraded from a1111 1.5.2 to 1.6 and got this error that I've been troubleshooting all day. Besides tons of other errors, the a1111 interface would load but no tabs would switch - Textual Inversion, Checkpoints, Extensions>Installed, etc.
I ended up removing all extensions and scripts and still the issue persisted. I even deleted and completely rebuilt /venv.
Turns out I just had to manually upgrade/install gradio:
#pip install gradio
That uninstalled gradio_client-0.2.7 and installed gradio-client-0.5.0 . No more error.
I've upgraded a1111 and extensions many times and didn't have this issue.
Maybe this help someone avoid the frustration.
Cheers.
Beta Was this translation helpful? Give feedback.
All reactions