mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-04-01 11:37:04 +02:00
Plural in images
This commit is contained in:
parent
9f48d5e5ff
commit
7a540f2a88
@ -676,7 +676,7 @@ async function doMakeImage(reqBody, batchCount) {
|
|||||||
let percent = 100 * (overallStepCount / totalSteps)
|
let percent = 100 * (overallStepCount / totalSteps)
|
||||||
percent = percent.toFixed(0)
|
percent = percent.toFixed(0)
|
||||||
outputMsg.innerHTML = `Batch ${batchesDone+1} of ${batchCount}`
|
outputMsg.innerHTML = `Batch ${batchesDone+1} of ${batchCount}`
|
||||||
progressBar.innerHTML = `Generating image: ${percent}%`
|
progressBar.innerHTML = `Generating image(s): ${percent}%`
|
||||||
progressBar.style.display = 'block'
|
progressBar.style.display = 'block'
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
Loading…
Reference in New Issue
Block a user