Initial version that works with the lstein fork. The only things not working are: CPU mode, streaming updates (live and progress bar), Turbo Mode, and keeps the model in VRAM instead of RAM

This commit is contained in:
cmdr2
2022-09-29 20:27:46 +05:30
parent 196649c0e9
commit 50cce36d94
7 changed files with 248 additions and 494 deletions

View File

@ -571,7 +571,9 @@ async function checkTasks() {
// setStatus('request', 'done', 'success')
} else {
task.outputMsg.innerText = 'Task ended after ' + time + ' seconds'
if (task.outputMsg.innerText.toLowerCase().indexOf('error') === -1) {
task.outputMsg.innerText = 'Task ended after ' + time + ' seconds'
}
}
if (randomSeedField.checked) {