Add download lora

This commit is contained in:
Will Miao
2025-02-14 10:57:33 +08:00
parent b7aca9b6fc
commit 451f77b99b
10 changed files with 283 additions and 87 deletions

View File

@@ -53,7 +53,12 @@
<div class="input-group">
<label>Target Folder:</label>
<div class="folder-browser" id="folderBrowser">
<!-- Folder structure will be inserted here -->
<!-- Folders will be dynamically inserted here -->
{% for folder in folders %}
<div class="folder-item" data-folder="{{ folder }}">
{{ folder }}
</div>
{% endfor %}
</div>
</div>
<div class="input-group">