anapnoe / stable-diffusion-webui-ux

Stable Diffusion web UI UX
GNU Affero General Public License v3.0
991 stars 58 forks source link

[Feature Request]: Make the Lora/Checkpoint able to scale #57

Closed Hakim3i closed 1 year ago

Hakim3i commented 1 year ago

Is there an existing issue for this?

What would your feature do ?

Hello I would like to be able to drag the panel and make it bigger because so many lora and checkpoints. Maybe able to chose the size of the picture as well. image Thank you for your work.

Proposed workflow

  1. Go to ....
  2. Press ....
  3. ...

Additional information

No response

anapnoe commented 1 year ago

You are welcome Hakim, you can change the size of the card from settings -> Extra Networks -> Card size for extra networks

Hakim3i commented 1 year ago

That's a good one but still I would like to be able to resize the panel for more space would be nice

anapnoe commented 1 year ago

if you want to use o hotfix for now you can add the code below to the user.css file located in root folder if it doesn't exist create it the extra networks aside view will cover 50% of the available screen width feel free to adjust it to your liking

[id$="2img_extra_networks_row"].aside {
    max-width: 50%;
    min-width: 320px;
}
Hakim3i commented 1 year ago

omg much better now thanks

Neverdusk commented 1 year ago

if you want to use o hotfix for now you can add the code below to the user.css file located in root folder if it doesn't exist create it the extra networks aside view will cover 50% of the available screen width feel free to adjust it to your liking

[id$="2img_extra_networks_row"].aside {
    max-width: 50%;
    min-width: 320px;
}

Would it be possible to do something similar, but for the extra network categories? I have a ton of folders and sub-folders for LORAs, and they only leave a few inches of space to see the actual LORA cards in the UI. Being able to slide the category-card border up or down would definitely help.

anapnoe commented 1 year ago

it has been fixed scrolling container includes the folder buttons as well #55