@@ -20170,18 +20170,22 @@ initializeInstructUIFunctionality();
2017020170 <button id="generate_images_horde_setkey" type="button" class="btn btn-primary" style="width:100%; padding:2px 3px;margin-top:2px;font-size:11px;" onclick="set_horde_key()">Set Horde Key</button>
2017120171 <div class="settinglabel">
2017220172 <div class="justifyleft settingsmall" title="If NSFW is disabled, explicit images will be censored">Allow NSFW </div>
20173- <input title="Allow NSFW Images" type="checkbox" id="img_allownsfw" style="margin:0px 0 0 ;">
20173+ <input title="Allow NSFW Images" type="checkbox" id="img_allownsfw" style="margin:0px 0px 0px auto ;">
2017420174 </div>
2017520175 </div>
2017620176
20177- <div id="generate_images_local_model_container" class="settinglabel hidden">
20178- <select title="Select Image Model" class="form-control" id="generate_images_local_model" style="height:20px;padding:0;margin:0px 0 0; width:calc(100% - 30px)">
20179- <option value="">[None]</option>
20180- </select>
20181- <button type="button" class="btn btn-primary" onclick="set_a1111_endpoint()" style="height: 20px; padding: 0px 2px; margin: 0px 0px 0px 3px;">⚙️</button>
20177+ <div id="generate_images_local_model_container" class="hidden">
20178+ <div class="settinglabel">
20179+ <select title="Select Image Model" class="form-control" id="generate_images_local_model"
20180+ style="height:20px;padding:0;margin:0px 0 0; width:calc(100% - 30px)">
20181+ <option value="">[None]</option>
20182+ </select>
20183+ <button type="button" class="btn btn-primary" onclick="set_a1111_endpoint()"
20184+ style="height: 20px; padding: 0px 2px; margin: 0px 0px 0px 3px;">⚙️</button>
20185+ </div>
2018220186 <div class="settinglabel">
2018320187 <div class="justifyleft settingsmall" title="Save images remotely on A1111/Forge host (caution)">Save In A1111/Forge </div>
20184- <input type="checkbox" id="save_remote_images" style="margin:0px 0 0 ;">
20188+ <input type="checkbox" id="save_remote_images" style="margin:0px 0px 0px auto ;">
2018520189 </div>
2018620190 </div>
2018720191 <div id="generate_images_comfy_container" class="settinglabel hidden">
@@ -20201,15 +20205,32 @@ initializeInstructUIFunctionality();
2020120205 <div>
2020220206 <div class="settinglabel">
2020320207 <div class="justifyleft settingsmall" title="Parse user input text in instruct mode, and trigger image generation if requested">Detect ImgGen Instructions </div>
20204- <input title="Detect ImgGen Instructions" type="checkbox" id="img_gen_from_instruct" style="margin:0px 0 0 ;">
20208+ <input title="Detect ImgGen Instructions" type="checkbox" id="img_gen_from_instruct" style="margin:0px 0px 0px auto ;">
2020520209 </div>
2020620210 <div class="settinglabel">
2020720211 <div class="justifyleft settingsmall" title="Automatically generates images periodically as you write">Autogenerate </div>
20208- <input title="Autogenerate Images" type="checkbox" id="img_autogen" style="margin:0px 0 0 ;">
20212+ <input title="Autogenerate Images" type="checkbox" id="img_autogen" style="margin:0px 0px 0px auto ;">
2020920213 </div>
2021020214 <div class="settinglabel">
2021120215 <div class="justifyleft settingsmall" title="Includes images when saving to json file">Save Images </div>
20212- <input title="Save Images in File" type="checkbox" id="save_images" style="margin:0px 0 0;">
20216+ <input title="Save Images in File" type="checkbox" id="save_images" style="margin:0px 0px 0px auto;">
20217+ </div>
20218+ </div>
20219+
20220+ <div style="border-top: 1px solid #12324f; margin-top: 4px;">
20221+ <div>
20222+ <div class="settinglabel" style="margin-top: 2px;">
20223+ <div class="justifyleft settingsmall">Alerts <span class="helpicon">?<span class="helptext">Triggers alerts when a generation is completed.</span></span></div>
20224+ </div>
20225+ <div class="settinglabel" style="margin-top: 2px;">
20226+ <div class="justifyleft settingsmall" title="Play a sound when generation is complete">Beep on Done </div>
20227+ <input title="Beep On Done" type="checkbox" id="beep_on" style="margin:0px 0px 0px auto;">
20228+ </div>
20229+ <div class="settinglabel">
20230+ <div class="justifyleft settingsmall" title="Show notification when generation is complete">Notify on Done
20231+ </div>
20232+ <input title="Notify On Done" type="checkbox" id="notify_on" style="margin:0px 0px 0px auto;">
20233+ </div>
2021320234 </div>
2021420235 </div>
2021520236 </div>
@@ -20284,14 +20305,6 @@ initializeInstructUIFunctionality();
2028420305 <div class="justifyleft settingsmall" title="If unchecked, only speak AI replies, not other text.">Narrate Only Dialog </div>
2028520306 <input title="Narrate Only Dialog" type="checkbox" id="narrate_only_dialog" style="margin:0px 0px 0px auto;">
2028620307 </div>
20287- <div class="settinglabel">
20288- <div class="justifyleft settingsmall" title="Play a sound when generation is complete">Beep on Done </div>
20289- <input title="Beep On Done" type="checkbox" id="beep_on" style="margin:0px 0px 0px auto;">
20290- </div>
20291- <div class="settinglabel">
20292- <div class="justifyleft settingsmall" title="Show notification when generation is complete">Notify on Done </div>
20293- <input title="Notify On Done" type="checkbox" id="notify_on" style="margin:0px 0px 0px auto;">
20294- </div>
2029520308 <div class="inlinelabel" style="font-size: 11px;">
2029620309 <div class="justifyleft">Browser TTS Speed: </div>
2029720310 <input title="Browser Narration Speed" type="text" inputmode="decimal" value="1" id="tts_speed" style="width:40px">
0 commit comments