Ooba sampler panel overhaul

This commit is contained in:
RossAscends
2023-11-02 02:53:50 +09:00
parent 610c9b9f24
commit 230ef417b6
4 changed files with 341 additions and 420 deletions

View File

@@ -4751,6 +4751,11 @@ function changeMainAPI() {
activeItem.amountGenElem.find('input').prop("disabled", false);
activeItem.amountGenElem.css("opacity", 1.0);
}
if (selectedVal === "textgenerationwebui") {
$("#streaming_textgenerationwebui_block").css('display', 'block')
} else {
$("#streaming_textgenerationwebui_block").css('display', 'none')
}
if (selectedVal === "novel") {
$("#ai_module_block_novel").css("display", "block");