aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/prompts_from_file.py
Commit message (Collapse)AuthorAgeFilesLines
* * Fix process_images where the number of images is not a multiple of ↵Tony Beeman2022-09-171-11/+25
| | | | | | | (batch_size * n_iter), which would cause us to throw an exception. * Add a textbox option to Prompts from file (ease of use and it makes it much easier to use on a mobile device) * Fix the fact that Prompts from file was sometimes passing an empty batch.
* match one based numbering or other batchesRickey Bowers Jr2022-09-151-1/+1
|
* Prompts from file not working #379AUTOMATIC2022-09-131-4/+3
|
* Prompts from file. How to? #248AUTOMATIC2022-09-121-0/+42