Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Fix process_images where the number of images is not a multiple of ↵ | Tony Beeman | 2022-09-17 | 1 | -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 batches | Rickey Bowers Jr | 2022-09-15 | 1 | -1/+1 |
| | |||||
* | Prompts from file not working #379 | AUTOMATIC | 2022-09-13 | 1 | -4/+3 |
| | |||||
* | Prompts from file. How to? #248 | AUTOMATIC | 2022-09-12 | 1 | -0/+42 |