Add batch default flow and downloads
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user