mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-24 02:50:26 -08:00
- 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 |
||
|---|---|---|
| .. | ||
| aspectRatioOverlay.js | ||
| contextMenus.js | ||
| dragdrop.js | ||
| edit-attention.js | ||
| extensions.js | ||
| extraNetworks.js | ||
| generationParams.js | ||
| hints.js | ||
| hires_fix.js | ||
| imageMaskFix.js | ||
| imageParams.js | ||
| imageviewer.js | ||
| localization.js | ||
| notification.js | ||
| progressbar.js | ||
| textualInversion.js | ||
| ui.js | ||