mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
13 lines
617 B
HTML
13 lines
617 B
HTML
<!-- Model details Modal -->
|
|
<div id="modelModal" class="modal"></div>
|
|
|
|
{% include 'components/modals/confirm_modals.html' %}
|
|
{% include 'components/modals/settings_modal.html' %}
|
|
{% include 'components/modals/support_modal.html' %}
|
|
{% include 'components/modals/update_modal.html' %}
|
|
{% include 'components/modals/help_modal.html' %}
|
|
{% include 'components/modals/relink_civitai_modal.html' %}
|
|
{% include 'components/modals/example_access_modal.html' %}
|
|
{% include 'components/modals/download_modal.html' %}
|
|
{% include 'components/modals/move_modal.html' %}
|
|
{% include 'components/modals/bulk_add_tags_modal.html' %} |