This release fixes a few bugs in version 6.14 and adds a couple of minor features that didn't make it into the previous release. For a full rundown of recently-added features please see 6.14.0 Release
New Features in this release
- Workflows can now be screenshot and saved as PNGs (@JPPhoto)
- Middle clicks in the gallery will now open the media in a new browser tab. Enable Use Middle Click to Open Images/Videos in New Tab in settings to get this feature. (@DustyShoe )
- Krea-2 LoRAs built with ai-toolkit's DoRA magnitudes are now supported (@Pfannkuchensack )
Bug fixes
- More robust handling of Kohya keys (@Pfannkuchensack )
- Close a security hole in the handling of AlibabaCloud image downloads (@wunianze666-netizen )
- Improve VRAM memory reservation for VAEs (@Pfannkuchensack )
- Improve internal memory management at shutdown time (@lstein )
Full change list with pointers to detailed descriptions:
- Lstein/chore/6.14.0 post1 bump by @lstein in #9543
- Fix truncated image moves by @JPPhoto in #9545
- Workflow screenshot as PNG by @JPPhoto in #9501
- fix(lora): support ai-toolkit DoRA magnitudes for Krea-2 LoRAs by @Pfannkuchensack in #9517
- fix(krea2-lora): validate kohya keys by un-flattening, not by prefix by @Pfannkuchensack in #9518
- fix(ui): open media URLs directly in new tabs by @DustyShoe in #9523
- fix(external): guard AlibabaCloud image downloads by @wunianze666-netizen in #9525
- fix(fp8): honor every declared skip list, and stop overshooting the RAM reservation by @Pfannkuchensack in #9538
- perf(video): stream uploads into a single on-disk copy by @lstein in #9396
- chore(deps): bump diffusers to 0.40.0 by @lstein in #9550
- fix(download): require trust for injected sessions by @wunianze666-netizen in #9524
- fix(ui): stop range-based fetching hooks from spinning in a render loop by @lstein in #9439
- docs: fix typo acheived -> achieved by @vaibhav8a in #9557
- fix(flux2): estimate working memory for denoise and both VAE directions by @Pfannkuchensack in #9519
- chore(deps): remove dependency on Jupyter Notebook (and update uv) by @keturn in #9409
- fix(images): make single-image and intermediate deletion transactional by @lstein in #9361
- fix(model cache): evict records at shutdown() instead of only releasing shared weights by @lstein in #9494
New Contributors
- @vaibhav8a made their first contribution in #9557
Full Changelog: v6.14.0...v6.14.1