mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
Refactor LoRA template with modular components and script updates
This commit is contained in:
9
templates/components/loading.html
Normal file
9
templates/components/loading.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<div id="loading-overlay" class="loading-overlay" style="display: none;">
|
||||
<div class="loading-content">
|
||||
<div class="loading-spinner"></div>
|
||||
<div class="loading-status">Scanning Loras...</div>
|
||||
<div class="progress-container">
|
||||
<div class="progress-bar" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user