• Francesco Manzali's avatar
    Fix prompt matrix #rows/#cols when using hires · 17b24e45
    Francesco Manzali authored
    - 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
    17b24e45
Name
Last commit
Last update
..
custom_code.py Loading commit data...
img2imgalt.py Loading commit data...
loopback.py Loading commit data...
outpainting_mk_2.py Loading commit data...
poor_mans_outpainting.py Loading commit data...
postprocessing_codeformer.py Loading commit data...
postprocessing_gfpgan.py Loading commit data...
postprocessing_upscale.py Loading commit data...
prompt_matrix.py Loading commit data...
prompts_from_file.py Loading commit data...
sd_upscale.py Loading commit data...
xyz_grid.py Loading commit data...