mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-12-24 16:08:55 +01: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)
|
||||
percent = percent.toFixed(0)
|
||||
outputMsg.innerHTML = `Batch ${batchesDone+1} of ${batchCount}`
|
||||
progressBar.innerHTML = `Generating image: ${percent}%`
|
||||
progressBar.innerHTML = `Generating image(s): ${percent}%`
|
||||
progressBar.style.display = 'block'
|
||||
}
|
||||
} catch (e) {
|
||||
|
Loading…
Reference in New Issue
Block a user