mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-06 17:22:49 -08:00
- 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 | ||