mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-06 02:30:30 -08:00
restore_progress fix
id wrong type
This commit is contained in:
parent
f15b7e52e3
commit
33e6bc34ff
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue