Update settings.html
add checkbox in stable diffusion extension tab for ADetailer
This commit is contained in:
parent
2689025ec3
commit
301a31b8b2
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue