You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Francesco Manzali 17b24e45e8 Fix prompt matrix #rows/#cols when using hires
- 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
3 years ago
..
custom_code.py rework #6329 to remove duplicate code and add prevent tab names for showing in ids for scripts that only exist on one tab 3 years ago
img2imgalt.py rework #6329 to remove duplicate code and add prevent tab names for showing in ids for scripts that only exist on one tab 3 years ago
loopback.py rework #6329 to remove duplicate code and add prevent tab names for showing in ids for scripts that only exist on one tab 3 years ago
outpainting_mk_2.py rework #6329 to remove duplicate code and add prevent tab names for showing in ids for scripts that only exist on one tab 3 years ago
poor_mans_outpainting.py rework #6329 to remove duplicate code and add prevent tab names for showing in ids for scripts that only exist on one tab 3 years ago
postprocessing_codeformer.py rework extras tab to use script system 3 years ago
postprocessing_gfpgan.py rework extras tab to use script system 3 years ago
postprocessing_upscale.py add an option to enable sections from extras tab in txt2img/img2img 3 years ago
prompt_matrix.py Fix prompt matrix #rows/#cols when using hires 3 years ago
prompts_from_file.py add option to show/hide warnings 3 years ago
sd_upscale.py allow sdupscale to accept upscaler name 3 years ago
xyz_grid.py Merge pull request #7231 from EllangoK/master 3 years ago