* initially add text_generation_webui support * add env requirements install * add necessary dependencies * update for starting webui * update shared and noted to place models * update heading of part3 * meet comments * add copyright license * remove extensions * convert tutorial to windows side * add warm-up to optimize performance
8 lines
153 B
CSS
8 lines
153 B
CSS
.SDAP .hires_opts input[type="number"] {
|
|
width: 6em !important;
|
|
}
|
|
|
|
/* silero_tts preview */
|
|
.form:has(> #silero_preview_text) {
|
|
min-width: 75%
|
|
}
|