Add SD prompt expansion

This commit is contained in:
Cohee
2023-10-20 15:03:26 +03:00
parent 5c6343e85e
commit c4e6b565a5
5 changed files with 129 additions and 1 deletions

View File

@@ -12,6 +12,10 @@
<input id="sd_refine_mode" type="checkbox" />
Edit prompts before generation
</label>
<label for="sd_expand" class="checkbox_label" title="Automatically extend prompts using text generation model">
<input id="sd_expand" type="checkbox" />
Auto-enhance prompts
</label>
<label for="sd_source">Source</label>
<select id="sd_source">
<option value="extras">Extras API (local / remote)</option>