mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
continue to display in-progress image until the post-processing is done, for better esthetics (#255)
This commit is contained in:
parent
a14fd69a5a
commit
d022d0dd11
@ -98,7 +98,6 @@ async function generateSubmit(form) {
|
|||||||
appendOutput(data.url, data.seed, data.config);
|
appendOutput(data.url, data.seed, data.config);
|
||||||
progressEle.setAttribute('value', 0);
|
progressEle.setAttribute('value', 0);
|
||||||
progressEle.setAttribute('max', totalSteps);
|
progressEle.setAttribute('max', totalSteps);
|
||||||
progressImageEle.src = BLANK_IMAGE_URL;
|
|
||||||
} else if (data.event === 'upscaling-started') {
|
} else if (data.event === 'upscaling-started') {
|
||||||
document.getElementById("processing_cnt").textContent=data.processed_file_cnt;
|
document.getElementById("processing_cnt").textContent=data.processed_file_cnt;
|
||||||
document.getElementById("scaling-inprocess-message").style.display = "block";
|
document.getElementById("scaling-inprocess-message").style.display = "block";
|
||||||
|
Loading…
Reference in New Issue
Block a user