stable-diffusion-webui/scripts
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
2023-03-21 21:07:33 -04:00
..
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 2023-01-05 12:08:11 +03:00
img2imgalt.py Fix img2imgalt after samplers separation 2023-02-04 01:50:38 +03:00
loopback.py Loopback Script Updates 2023-03-21 21:07:33 -04:00
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 2023-01-05 12:08:11 +03:00
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 2023-01-05 12:08:11 +03:00
postprocessing_codeformer.py rework extras tab to use script system 2023-01-23 09:24:43 +03:00
postprocessing_gfpgan.py rework extras tab to use script system 2023-01-23 09:24:43 +03:00
postprocessing_upscale.py add an option to enable sections from extras tab in txt2img/img2img 2023-01-26 23:31:32 +03:00
prompt_matrix.py Update prompt_matrix.py 2023-02-23 01:55:07 +08:00
prompts_from_file.py add option to show/hide warnings 2023-01-18 23:04:24 +03:00
sd_upscale.py allow sdupscale to accept upscaler name 2023-01-05 21:22:04 +00:00
xyz_grid.py add face restoration option to xyz_grid 2023-03-12 03:29:07 +02:00