mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-21 23:00:59 -08:00
altered progressbar to not rely on first progress request coming after the job has started; may help with broken progressbar some people say they have
This commit is contained in:
@@ -37,7 +37,7 @@ function extract_image_from_gallery_extras(gallery){
|
||||
|
||||
function submit(){
|
||||
// this calls a function from progressbar.js
|
||||
window.setTimeout(requestProgress, 500)
|
||||
requestProgress()
|
||||
|
||||
res = []
|
||||
for(var i=0;i<arguments.length;i++){
|
||||
|
||||
Reference in New Issue
Block a user