mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-03 10:50:23 +00:00
fixes for incorrect progressbar
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user