mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Add support for setting the RNG seed and full determinism
This commit is contained in:
@ -2606,6 +2606,9 @@ $(document).ready(function(){
|
||||
} else if(msg.cmd == "updatenogenmod") {
|
||||
// Update toggle state
|
||||
$("#setnogenmod").prop('checked', msg.data).change();
|
||||
} else if(msg.cmd == "updatefulldeterminism") {
|
||||
// Update toggle state
|
||||
$("#setfulldeterminism").prop('checked', msg.data).change();
|
||||
} else if(msg.cmd == "runs_remotely") {
|
||||
remote = true;
|
||||
hide([button_savetofile, button_import, button_importwi]);
|
||||
|
Reference in New Issue
Block a user