mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-06-07 21:20:49 +00:00
17 lines
685 B
HTML
17 lines
685 B
HTML
<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> |