Update settings.html

add checkbox in stable diffusion extension tab for ADetailer
This commit is contained in:
error-usernotavailable 2024-10-16 22:28:09 -04:00 committed by GitHub
parent 2689025ec3
commit 301a31b8b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -354,6 +354,11 @@
<small data-i18n="Karras">Karras</small> <small data-i18n="Karras">Karras</small>
<i class="fa-solid fa-info-circle fa-sm opacity50p" data-i18n="[title]Not all samplers supported." title="Not all samplers supported."></i> <i class="fa-solid fa-info-circle fa-sm opacity50p" data-i18n="[title]Not all samplers supported." title="Not all samplers supported."></i>
</label> </label>
<label for="sd_aiFaceDetailer" class="checkbox_label" data-i18n="[title]sd_aiFaceDetailer" title="Use AI Face Detailer in image generation.">
<input id="sd_aiFaceDetailer" type="checkbox" />
<small data-i18n="sd_aiFaceDetailer">Use AI Face Detailer</small>
</label>
</div> </div>
<div class="flex-container marginTopBot5" data-sd-source="novel"> <div class="flex-container marginTopBot5" data-sd-source="novel">