Add batch default flow and downloads

This commit is contained in:
admin
2026-06-10 17:50:42 +08:00
parent 6db15ebc3f
commit ec5b25d2d0
8 changed files with 187 additions and 6 deletions

View File

@@ -35,7 +35,10 @@
<input id="dcpTx" type="number" min="0.01" max="1" step="0.01" value="0.20" />
</label>
</div>
<button id="runBtn" class="primary-btn">运行选中模型</button>
<div class="button-stack">
<button id="runBtn" class="primary-btn">运行选中模型</button>
<button id="runDefaultBatchBtn" class="secondary-btn">批量默认流程</button>
</div>
</section>
<section class="panel-section">
@@ -65,6 +68,14 @@
</label>
<button id="postBtn" class="secondary-btn">生成后处理</button>
</section>
<section class="panel-section">
<h2>下载</h2>
<div class="button-stack">
<button id="downloadCurrentBtn" class="text-btn">下载当前图片</button>
<button id="downloadAllBtn" class="text-btn">批量下载全部</button>
</div>
</section>
</aside>
<section class="workspace">