vladmandic / automatic

SD.Next: Advanced Implementation of Stable Diffusion and other Diffusion-based generative image models
https://github.com/vladmandic/automatic
GNU Affero General Public License v3.0
5.61k stars 411 forks source link

[Issue]: Settings became ugly #2117

Closed ke1ne closed 1 year ago

ke1ne commented 1 year ago

Issue Description

Settings layout looks broken: image

Version Platform Description

10:40:26-764602 INFO Starting SD.Next 10:40:26-768814 INFO Python 3.10.11 on Windows 10:40:26-801981 INFO Version: fab6f25a Thu Aug 31 07:12:31 2023 +0000 10:40:27-130449 INFO nVidia CUDA toolkit detected

Relevant log output

10:40:27-260678 INFO     Running in safe mode without user extensions
10:40:27-267678 INFO     Extension preload: 0.0s E:\ai\automatic\extensions-builtin
10:40:27-281190 INFO     Server arguments: ['--safe']
10:40:27-283190 INFO     Command line args: {'safe': True}
No module 'xformers'. Proceeding without it.
10:40:35-795412 INFO     Engine: backend=Backend.ORIGINAL

Backend

Original

Model

SD 1.5

Acknowledgements

vladmandic commented 1 year ago

Settings layout looks broken:

"looks" is not an issue unless functionality is broken. this is better suited as a question in discussions. also, looks differ depending on which theme you use and all user-selected themes are up to user.

ke1ne commented 1 year ago

looks differ depending on which theme you use and all user-selected themes are up to user

Sure, but it's literally default Gradio theme.

UPD. Ok, seems to be a Gradio CSS issue. Thanks!

vladmandic commented 1 year ago

btw, note that gradio/default is NOT sdnext default - i cannot make guarantees that any theme other than sdnext will behave nicely.

ke1ne commented 1 year ago

btw, note that gradio/default is NOT sdnext default - i cannot make guarantees that any theme other than sdnext will behave nicely.

Got it, thanks