#1826 Allow snapping to known resolutions for face/bg generations

This commit is contained in:
Cohee
2024-02-12 17:28:39 +02:00
parent 9d713825c2
commit b8387df15e
2 changed files with 62 additions and 21 deletions

View File

@@ -26,6 +26,10 @@
<input id="sd_expand" type="checkbox" />
Auto-enhance prompts
</label>
<label for="sd_snap" class="checkbox_label" title="Snap generation requests with a forced aspect ratio (portraits, backgrounds) to the nearest known resolution, while trying to preserve the absolute pixel counts (recommended for SDXL).">
<input id="sd_snap" type="checkbox" />
Snap auto-adjusted resolutions
</label>
<label for="sd_source">Source</label>
<select id="sd_source">
<option value="extras">Extras API (local / remote)</option>