AttributeError: 'Slider' object has no attribute 'elem_classes' #1828
Replies: 3 comments 1 reply
-
i am encountering the same issue. this is the last step in brining up the webui Calculating sha256 for /content/gdrive/MyDrive/sd/stable-diffusion-webui/models/Stable-diffusion/model.ckpt: 43c90409bd4493ea9f4734a166fc6180913f97cef4f69a2b7883edf700779693 |
Beta Was this translation helpful? Give feedback.
-
same for me :( |
Beta Was this translation helpful? Give feedback.
-
fixed, use the latest noteobok |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Error that I've never seen before today... Any thoughts?
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/scripts.py", line 521, in add_classes_to_gradio_component
comp.elem_classes = ["gradio-" + comp.get_block_name(), *(comp.elem_classes or [])]
AttributeError: 'Slider' object has no attribute 'elem_classes'
Beta Was this translation helpful? Give feedback.
All reactions