mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-24 14:42:11 -03:00
refactor: update duplicate recipe management; simplify UI and remove deprecated functions
This commit is contained in:
@@ -78,17 +78,17 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Container for duplicate recipes warning -->
|
||||
<div id="duplicateRecipesContainer" class="duplicate-recipes-container" style="display: none;">
|
||||
<!-- Duplicate recipes will be populated here -->
|
||||
</div>
|
||||
|
||||
<div class="input-group">
|
||||
<label>LoRAs in this Recipe <span id="loraCountInfo" class="lora-count-info">(0/0 in library)</span></label>
|
||||
<div id="lorasList" class="loras-list">
|
||||
<!-- LoRAs will be populated here -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Container for duplicate recipes warning -->
|
||||
<div id="duplicateRecipesContainer" class="duplicate-recipes-container" style="display: none;">
|
||||
<!-- Duplicate recipes will be populated here -->
|
||||
</div>
|
||||
|
||||
<div class="modal-actions">
|
||||
<button class="secondary-btn" onclick="importManager.backToUpload()">Back</button>
|
||||
|
||||
Reference in New Issue
Block a user