stable-diffusion-webui/html/extra-networks-model-details.html

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

17 lines
685 B
HTML
Raw Normal View History

<div class="extra-network-content--dets-view-model-info">
<div class="model-info--header">
<h1>{name}</h1>
<button class="extra-network-control model-info--close" title="Close model details">
<svg class="extra-network-control--icon" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M 2 2 L 14 14 M 2 14 L 14 2" />
</svg>
</button>
</div>
<p>{description}</p>
<h3>Model Metadata</h3>
<table>
<tbody>{metadata_table}</tbody>
</table>
{model_specific}
</div>