kaalibro

Results 21 comments of kaalibro

For better compatibility, fixes should be made to Tiny Cards first. For example, [the display of the cards scale slider](https://github.com/SenshiSentou/sd-webui-tinycards/blob/9de7e4dc3d710a00a12bc15d1d31fbb869d7d2d9/javascript/tinycards.js#L59C5-L60C116) is controlled by the Tiny Cards extension. Although we make...

Try the "Split Previewer" option in the theme settings. ![generate button at the top](https://github.com/lobehub/sd-webui-lobe-theme/assets/44464226/c3f847b9-7a72-4062-b7a1-36202dbb825d)

I don't think that the resolution slider is not something necessary, especially that it is worth hiding it by default. You can customize interface using the AUTO1111 WebUI functionality. _Option...

> 不过没有找到user.css, 在style.css中增加的 You should not make changes to "style.css" as the `git pull` will overwrite it. "user.css" [should be created](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Features#usercss) if it doesn't exist. ![image](https://github.com/lobehub/sd-webui-lobe-theme/assets/44464226/e40ebede-dc1f-4508-b9ca-5663ff91a357)

This will hide only the sliders on a mobile layout: _Option one_ ``` /* Remove specified sliders only */ @media (max-width: 575px) { [id$='img_column_size'] input[type='range'], [id$='img_batch_count'] input[type='range'], [id$='img_batch_size'] input[type='range'], [id$='img_cfg_scale']...

You can personalize the user interface according to your preferences. If the dark theme seems excessively "black", you can opt for a different Neutral Color or switch to a light...

Thank you for the thorough description! :) Introduce an additional element to serve a purpose is a straightforward solution, but quite a controversial one. In such a confined space, the...

AUTOMATIC1111 [has improved](https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/14507#issuecomment-1876283789) the loading process for a substantial number of Extra Networks. Try switching to the **dev** branch and executing a `git pull`, maybe this will resolve the issue....