forked from extern/easydiffusion
Formatting
This commit is contained in:
parent
78e917a6fb
commit
b6f3d2ec02
@ -658,7 +658,7 @@ function onTaskCompleted(task, reqBody, instance, outputContainer, stepUpdate) {
|
||||
task.progressBar.classList.remove("active")
|
||||
setStatus('request', 'done', 'success')
|
||||
} else {
|
||||
task.outputMsg.innerText += `Task ended after ${time}`
|
||||
task.outputMsg.innerText += `. Task ended after ${time}`
|
||||
}
|
||||
|
||||
if (randomSeedField.checked) {
|
||||
|
Loading…
Reference in New Issue
Block a user