mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
feat(filter): enable model types filter for checkpoints page
This commit is contained in:
@@ -156,7 +156,7 @@
|
|||||||
<div class="tags-loading">{{ t('common.status.loading') }}</div>
|
<div class="tags-loading">{{ t('common.status.loading') }}</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% if current_page == 'loras' %}
|
{% if current_page == 'loras' or current_page == 'checkpoints' %}
|
||||||
<div class="filter-section">
|
<div class="filter-section">
|
||||||
<h4>{{ t('header.filter.modelTypes') }}</h4>
|
<h4>{{ t('header.filter.modelTypes') }}</h4>
|
||||||
<div class="filter-tags" id="modelTypeTags">
|
<div class="filter-tags" id="modelTypeTags">
|
||||||
|
|||||||
Reference in New Issue
Block a user