remove: 移除 image-01-live 模型及相关代码

This commit is contained in:
zwbcc
2026-03-28 21:07:29 +08:00
parent e20f53e253
commit 04068da6b0
4 changed files with 6 additions and 78 deletions

View File

@@ -36,17 +36,7 @@
<main>
<!-- Model selector -->
<div class="model-tabs">
<button class="model-tab active" data-model="image-01">
<span class="tab-name">image-01</span>
<span class="tab-desc">标准模型</span>
</button>
<button class="model-tab" data-model="image-01-live">
<span class="tab-name">image-01-live</span>
<span class="tab-desc">支持画风</span>
</button>
</div>
<form id="generateForm">
@@ -127,18 +117,7 @@
<p class="opt-note">同时设置宽高时优先于比例</p>
</div>
<!-- image-01-live: style -->
<div class="opt-group style-group" id="styleGroup" style="display:none">
<label class="opt-label">画风类型</label>
<select id="styleType">
<option value="漫画">漫画</option>
<option value="元气">元气</option>
<option value="中世纪">中世纪</option>
<option value="水彩">水彩</option>
</select>
<label class="opt-label" style="margin-top:10px">画风权重 <span class="opt-hint" id="weightHint">0.8</span></label>
<input type="range" id="styleWeight" min="1" max="10" value="8" step="1" class="weight-slider" />
</div>
<!-- Toggles -->
<div class="toggle-group">