mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-06-07 21:20:49 +00:00
Merge branch 'release_candidate' into dev
This commit is contained in:
commit
b463b8a126
@ -218,7 +218,7 @@ function restoreProgressTxt2img(x){
|
||||
}, null, 0)
|
||||
}
|
||||
|
||||
return [id]
|
||||
return id
|
||||
}
|
||||
function restoreProgressImg2img(x){
|
||||
showRestoreProgressButton("img2img", false)
|
||||
@ -231,7 +231,7 @@ function restoreProgressImg2img(x){
|
||||
}, null, 0)
|
||||
}
|
||||
|
||||
return [id]
|
||||
return id
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user