mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
Merge pull request #787 from diodiogod/feat/filter-presets
feat: add filter preset system
This commit is contained in:
@@ -135,6 +135,15 @@
|
||||
<i class="fas fa-times"></i>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<!-- Presets Section -->
|
||||
<div class="filter-section presets-section">
|
||||
<h4>{{ t('header.filter.presets') }}</h4>
|
||||
<div class="filter-presets" id="filterPresets">
|
||||
<div class="no-presets">{{ t('header.filter.noPresets') }}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="filter-section">
|
||||
<h4>{{ t('header.filter.baseModel') }}</h4>
|
||||
<div class="filter-tags" id="baseModelTags">
|
||||
|
||||
Reference in New Issue
Block a user