mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-24 10:51:03 -08:00
When using the 'Sampler' or 'Checkpoint' options, if one of the entered names has a typo, an error will only be thrown once the `draw_xy_grid` loop reaches that name. This can waste a lot of time for large grids with a typo near the end of a list, since the script needs to start over and re-generate any earlier images to finish making the grid. Also fixing typo in variable name in `draw_xy_grid`. |
||
|---|---|---|
| .. | ||
| custom_code.py | ||
| img2imgalt.py | ||
| loopback.py | ||
| outpainting_mk_2.py | ||
| poor_mans_outpainting.py | ||
| prompt_matrix.py | ||
| prompts_from_file.py | ||
| sd_upscale.py | ||
| xy_grid.py | ||