mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-01 06:40:57 -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:
parent
b273458d2d
commit
3f29aa791b
4 changed files with 47 additions and 26 deletions
|
|
@ -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++){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue