mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-06 18:40:49 -08:00
fixes for incorrect progressbar
This commit is contained in:
parent
5e20657146
commit
66a9ca9d00
4 changed files with 0 additions and 8 deletions
|
|
@ -31,7 +31,6 @@ def draw_xy_grid(xs, ys, x_label, y_label, cell):
|
|||
first_pocessed = processed
|
||||
|
||||
res.append(processed.images[0])
|
||||
state.nextjob()
|
||||
|
||||
grid = images.image_grid(res, rows=len(ys))
|
||||
grid = images.draw_grid_annotations(grid, res[0].width, res[0].height, hor_texts, ver_texts)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue