Replies: 1 comment 1 reply
-
Try a clean run with a new SD folder and the latest colab, if the error persists, I'll try to find the source of the issue. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Getting this error today everytime I try and run the SD collab.
Is there a way to force update repo or what is a good fix?
Traceback (most recent call last):
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/webui.py", line 18, in
import modules.extras
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/extras.py", line 20, in
from modules.ui import plaintext_to_html
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/ui.py", line 23, in
from modules.ui_components import FormRow, FormGroup, ToolButton
ImportError: cannot import name 'FormGroup' from 'modules.ui_components' (/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/ui_components.py)
Beta Was this translation helpful? Give feedback.
All reactions