Closed sownheard closed 1 year ago
I also had this issue, turns out it was the two shot extension, specifically 6c4192f3eb13b58772b0afd322bdad4715132ab3, included a style sheet that is causing the issue. go to your "stable-diffusion-webui\extensions\stable-diffusion-webui-two-shot" folder, open the style.css sheet in notepad or something and go to the bottom and change display: flex to display: start
should fix it, unless there's another extension causing it as well lol.
Is there an existing issue for this?
What happened?
After updating the Extra Networks UI, the folder names are displaced to the middle left side of the box, making them unreachable without scrolling. Additionally, the function takes up a lot of UI space as the box size changes when clicking on different model names. This makes it difficult to filter art styles and hide NSFW models from the top part of the screen. The folder names should stay at the top, and the ability to hide NSFW models would be beneficial.
Example 1: Folder names are not at the top. Example 2: When applying a filter folder names take up a lot of UI space pushing the extra networks to the side.
Steps to reproduce the problem
Open the Extra Networks UI Click on any model name Observe the displacement of folder names and UI space taken up by the function.
What should have happened?
The folder names should remain at the top of the box, and the UI space taken up by the function should remain consistent regardless of the model name clicked.
Commit where the problem happens
commit: 0cc0ee1b
What platforms do you use to access the UI ?
Windows
What browsers do you use to access the UI ?
Mozilla Firefox, Google Chrome, Microsoft Edge
Command Line Arguments
List of extensions
Console logs
Additional information
No response