Closed raffetazarius closed 9 months ago
Changing the UI theme to another theme and back to "Default" does not restore the slider colors.
Actually I've discovered this issue only impacts Safari, not Chrome
Have since realized this seems to be due to how Safari (WebKit) displays sliders by default, not due to a SDUI or Gradio bug specifically. Sliders in Safari don't have the blue color that they do have (by default) in Chrome, so I think there would need to be some custom WebKit/Safari-specific CSS in Gradio for them to display consistently across browsers.
Checklist
What happened?
Similar to the following issues
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/8910 https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/9053 https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/9135
it seems that the A1111 slider overlay CSS can get nuked by poorly coded Extensions, and the problem persists after those extensions are disabled and deleted.
This has happened me multiple times, on multiple FRESH installs of the a1111 UI, using the default Gradio theme, and enabling a specific Extension.
I'm left without the usual blue overlay on sliders, which is kinda critical to seeing where sliders are.
instead of the usual blue slider background that can be seen here: https://gyazo.com/12372e999dd4af603065076160b600a7
I've narrowed it down to the following extensions causing it:
sd-webui-ar - definitely sd-webui-aspect-ratio-helper - possibly also
SUGGESTED FIX
Better protecting Gradio CSS against hacking/modification by Extensions.
STEPS TAKEN TO TRY FIX
I've deleted my /venv/ folder and rebuilt it. The issue persists.
NOTE: This is not caused by any of the other currently active Extensions on my install - I've verified this by fresh installing A1111 and enabling only these extensions multiple times.
Steps to reproduce the problem
What should have happened?
The A1111 Gradio CSS for slider controls should not change.
What browsers do you use to access the UI ?
Google Chrome, Apple Safari
Sysinfo
sysinfo-2024-01-22-17-01.json
Console logs
Additional information
No response