stable-diffusion-webui/html/extra-networks-card-minimal.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
198 B
HTML
Raw Normal View History

<div class="card-minimal" onclick={card_clicked} data-name="{name}">
2024-01-11 07:11:48 +08:00
<span class="name">{name}</span>
<span class="button-row">{copy_path_button}{metadata_button}{edit_button}</span>
</div>