Age | Commit message (Collapse) | Author |
|
|
|
- Use the width/height of the first image in processed.images
- No more need for rounding in prompt_matrix
|
|
Move most Mac related code to a separate file, don't even load it unless web UI is run under macOS.
|
|
X/Y/Z plot now saves sub grids if opts.grid_save and honors draw_legend
|
|
Fixes switch height/width btn unbound error
|
|
[Prompt Matrix] Support for negative prompt + delimiter selector
|
|
Fix missing tooltip for 'Clear prompt' button
|
|
Changes use_original_name_batch to default to True
|
|
Refactor MPS PyTorch fixes, add fix still required for PyTorch nightly builds back
|
|
|
|
Apparently I did not test with large enough images to trigger the bug with torch.narrow on MPS
|
|
- images.draw_prompt_matrix() should be called with the final width/height
of the generated images, after upscaling.
Otherwise, the number of rows/cols computed in images.draw_grid_annotations
will increase by the upscaling factor.
- Round the number of cols/rows in images.draw_grid_annotations, since
the final images width may be a bit less than the required
hr_upscale_to_x/y
|
|
hold the same name to help keep sequenced images in their correct order
|
|
|
|
|
|
|
|
|
|
as well as image quality to what it was before d2ac95fa7b2a8d0bcc5361ee16dba9cbb81ff8b2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
do not get applied directly and instead are added as temporary overrides
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes thumbnail cards not loading the preview image
|