WebUI/scripts
Jesse Williams d74c38108f Confirm that options are valid before starting
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`.
2022-10-09 12:39:18 +03:00
..
custom_code.py Move comments to scripts.py 2022-09-17 12:43:57 -07:00
img2imgalt.py integrate the new samplers PR 2022-10-06 14:12:52 +03:00
loopback.py only set loopback color corrections if corrections enabled 2022-09-17 18:20:43 -04:00
outpainting_mk_2.py Outpainting mk2, prevent generation of a completely random image every time even when global seed is static 2022-10-06 11:23:47 +03:00
poor_mans_outpainting.py [BUG] Not Working As Intended - create a directory with name derived from the prompt #306 2022-09-12 15:41:30 +03:00
prompt_matrix.py prevent extras from saving in dir 2022-09-14 08:58:13 +03:00
prompts_from_file.py Pull Request Code Review Fixes 2022-10-09 11:16:38 +03:00
sd_upscale.py Prevent upscaling when None is selected for SD upscale 2022-10-02 21:46:32 +03:00
xy_grid.py Confirm that options are valid before starting 2022-10-09 12:39:18 +03:00