mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-03 19:02:27 +00:00
restore_progress fix
id wrong type
This commit is contained in:
@@ -216,7 +216,7 @@ function restoreProgressTxt2img(x){
|
||||
}, null, 0)
|
||||
}
|
||||
|
||||
return [id]
|
||||
return id
|
||||
}
|
||||
function restoreProgressImg2img(x){
|
||||
id = localStorage.getItem("img2img_task_id")
|
||||
@@ -227,7 +227,7 @@ function restoreProgressImg2img(x){
|
||||
}, null, 0)
|
||||
}
|
||||
|
||||
return [id]
|
||||
return id
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user