• T
    * Fix process_images where the number of images is not a multiple of... · ba295b32
    Tony Beeman 提交于
    * Fix process_images where the number of images is not a multiple of (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.
    ba295b32
prompts_from_file.py 2.3 KB