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
..
aspectRatioOverlay.js Fix Aspect Ratio Overlay / AROverlay to work with Inpaint & Sketch 3 years ago
contextMenus.js Fix various typos 3 years ago
dragdrop.js Add image paste fallback 3 years ago
edit-attention.js attention ctrl+up/down enhancements 3 years ago
extensions.js add progressbar to extension update check; do not check for updates for disabled extensions 3 years ago
extraNetworks.js Add view metadata button for Lora cards. 3 years ago
generationParams.js added event listener for the image gallery modal; moved js to separate file 3 years ago
hints.js Loopback Script Updates 3 years ago
hires_fix.js remove some unnecessary logging to javascript console 3 years ago
imageMaskFix.js Fix #2750 3 years ago
imageParams.js make dragging to prompt work again 3 years ago
imageviewer.js feat: better lightbox when not enable zoom 3 years ago
localization.js add option to show/hide warnings 3 years ago
notification.js Added results selector 3 years ago
progressbar.js fix progressbar 3 years ago
textualInversion.js big rework of progressbar/preview system to allow multiple users to prompts at the same time and do not get previews of each other 3 years ago
ui.js update prompt token counts after using the paste params button 3 years ago