Age | Commit message (Collapse) | Author |
|
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
do not get applied directly and instead are added as temporary overrides
|
|
|
|
|
|
|
|
Fixes thumbnail cards not loading the preview image
|
|
|
|
|
|
When a set number of grid rows is specified in settings, then it leads
to situations where an entire row in the grid is empty.
The most noticable example is the processing preview when the row count
is set to 2, where it shows the preview just fine but with a black
rectangle under it.
|
|
|
|
Fixes X/Y/Z Plot parameters not being restored from images
|
|
Fix embeddings, upscalers, and refactor `--upcast-sampling`
|
|
|
|
|
|
Fix error when using img2img batch without masks
|
|
|
|
|
|
get empty space instead of checkpoint name in UI
fixed a bug where if you update a selected checkpoint on disk and then restart the program, a different checkpoint loads, but the name is shown for the the old one.
|
|
disabled extensions
|
|
|
|
|
|
The torch.narrow fix was required for nightly PyTorch builds for a while to prevent a hard crash, but newer nightly builds don't have this issue.
|
|
|
|
Allow users to convert models to Instruct-pix2pix models by supporting merging Instruct-pix2pix models with regular ones in the merge tab
|
|
|
|
Add flag to store user data sepperate from source code
|
|
|
|
Add button to switch width and height
|
|
|