mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-04 11:12:35 +00:00
change webui.bat to use venv
This commit is contained in:
2
webui.py
2
webui.py
@@ -633,9 +633,9 @@ def draw_xy_grid(xs, ys, x_label, y_label, cell):
|
||||
|
||||
for y in ys:
|
||||
for x in xs:
|
||||
state.job = f"{x + y * len(xs)} out of {len(xs) * len(ys)}"
|
||||
res.append(cell(x, y))
|
||||
|
||||
|
||||
grid = image_grid(res, rows=len(ys))
|
||||
grid = draw_grid_annotations(grid, res[0].width, res[0].height, hor_texts, ver_texts)
|
||||
|
||||
|
Reference in New Issue
Block a user