fix endless progress requests

This commit is contained in:
AUTOMATIC1111 2023-08-22 21:05:25 +03:00
parent 3ec5ce9416
commit 04cfcf91d9

View File

@ -148,9 +148,11 @@ function requestProgress(id_task, progressbarContainer, gallery, atEnd, onProgre
var funLivePreview = function(id_task, id_live_preview) {
request("./internal/progress", {id_task: id_task, id_live_preview: id_live_preview}, function(res) {
if (!divProgress) {
return;
}
if (res.live_preview && gallery) {
var img = new Image();
img.onload = function() {
if (!livePreview) {