Changing model card size #823
Closed
user1x1user
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to reduce the size of the previews for checkpoints, LORAs, etc? I did it in ForgeUI (without Stability Matrix) by editing extra-networks-card.html to
_<div class='card' style="width: 120px; height: 160px; font-size: 8px; {style}" onclick={card_clicked} data-name="{name}" {sort_keys}>
{background_image}
{metadata_button}
{edit_button}
{search_term}
{name}
{description}
Doing the same in Stability Matrix gives me an error when I try to view checkpoints, LORAs, etc.
Any help would be greatly appreciated. Thx
Beta Was this translation helpful? Give feedback.
All reactions