mirror of
https://github.com/openvinotoolkit/stable-diffusion-webui.git
synced 2024-12-14 14:45:06 +03:00
17b24e45e8
- 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 |
||
---|---|---|
.. | ||
custom_code.py | ||
img2imgalt.py | ||
loopback.py | ||
outpainting_mk_2.py | ||
poor_mans_outpainting.py | ||
postprocessing_codeformer.py | ||
postprocessing_gfpgan.py | ||
postprocessing_upscale.py | ||
prompt_matrix.py | ||
prompts_from_file.py | ||
sd_upscale.py | ||
xyz_grid.py |