From d022d0dd1162a159be8384fcf7458dfcf0f86245 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Wed, 31 Aug 2022 12:32:56 -0400 Subject: [PATCH] continue to display in-progress image until the post-processing is done, for better esthetics (#255) --- static/dream_web/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/dream_web/index.js b/static/dream_web/index.js index 76a76a53a3..cbd66366f4 100644 --- a/static/dream_web/index.js +++ b/static/dream_web/index.js @@ -98,7 +98,6 @@ async function generateSubmit(form) { appendOutput(data.url, data.seed, data.config); progressEle.setAttribute('value', 0); progressEle.setAttribute('max', totalSteps); - progressImageEle.src = BLANK_IMAGE_URL; } else if (data.event === 'upscaling-started') { document.getElementById("processing_cnt").textContent=data.processed_file_cnt; document.getElementById("scaling-inprocess-message").style.display = "block";