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.
James Railton 33b8539147 Loopback Script Updates
- Improved user experience. You can now pick the denoising strength of the final loop and one of three curves. Previously you picked a multiplier such as 0.98 or 1.03 to define the change to the denoising strength for each loop. You had to do a ton of math in your head to visualize what was happening. The new UX makes it very easy to understand what's going on and tweak.
- For batch sizes over 1, intermediate images no longer returned. For a batch size of 1, intermediate images from each loop will continue to be returned. When more than 1 image is returned, a grid will also be generated. Previously for larger jobs, you'd get back a mess of many grids and potentially hundreds of images with no organization. To make large jobs usable, only final images are returned.
- Added support for skipping current image. Fixed interrupt to cleanly end and return images. Previously these would throw.
- Improved tooltip descriptions
- Fix some edge cases
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 Fix img2imgalt after samplers separation 3 years ago
loopback.py Loopback Script Updates 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 Update prompt_matrix.py 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 add face restoration option to xyz_grid 3 years ago