mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-24 10:51:03 -08:00
hide cards for networks of incompatible stable diffusion version in Lora extra networks interface
This commit is contained in:
parent
f97e35929b
commit
699108bfbb
10 changed files with 84 additions and 15 deletions
|
|
@ -1,8 +1,8 @@
|
|||
<div class='card' style={style} onclick={card_clicked} data-name="{name}" {sort_keys}>
|
||||
{background_image}
|
||||
<div class="button-row">
|
||||
{edit_button}
|
||||
{metadata_button}
|
||||
{edit_button}
|
||||
</div>
|
||||
<div class='actions'>
|
||||
<div class='additional'>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue