Customizable samplers order for KoboldAI

This commit is contained in:
Cohee
2023-06-29 20:15:48 +03:00
parent d813ec4ef3
commit 8687932896
4 changed files with 94 additions and 8 deletions

View File

@@ -7171,6 +7171,7 @@ $(document).ready(function () {
$("#amount_gen_block").find('input').prop("disabled", false);
$("#amount_gen_block").css("opacity", 1.0);
$("#kobold_order").sortable("enable");
} else {
//$('.button').disableSelection();
preset_settings = "gui";
@@ -7182,6 +7183,7 @@ $(document).ready(function () {
$("#amount_gen_block").find('input').prop("disabled", true);
$("#amount_gen_block").css("opacity", 0.45);
$("#kobold_order").sortable("disable");
}
saveSettingsDebounced();
});