mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-19 17:39:16 +02:00
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")
|
task.progressBar.classList.remove("active")
|
||||||
setStatus('request', 'done', 'success')
|
setStatus('request', 'done', 'success')
|
||||||
} else {
|
} else {
|
||||||
task.outputMsg.innerText += `Task ended after ${time}`
|
task.outputMsg.innerText += `. Task ended after ${time}`
|
||||||
}
|
}
|
||||||
|
|
||||||
if (randomSeedField.checked) {
|
if (randomSeedField.checked) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user