v26.0.0
Added
- Lumina Image 2.0 LoRA (#3553) and full fine-tune (#3521, #3554) training support.
- Anima LoRA (#3541), full fine-tune (#3523, #3551), ControlNet-LLLite (#3549), and advanced options: torch.compile, Qwen-Image VAE 2D, timestep visualization (#3542).
- Native LoHa/LoKr training (
networks.loha/networks.lokr) for SDXL and Anima (#3550). - HunyuanImage-2.1 LoRA training support (#3537).
- LECO (concept erasure/editing) training for SD1.x/2.x and SDXL (#3539).
- Inpainting model training support for SD1.5/SDXL (#3540).
--show_timesteps/--show_timesteps_resolutionexposed in the GUI for DiT training, with a console/matplotlib visualization mode (#3535).--svd_lowrank_niterexposed in the Resize LoRA tab (#3534).wd-eva02-large-tagger-v3added to the WD14 tagger (#3315).- In-app documentation pointer for multi-resolution dataset TOML config (#3536).
- "Expand all accordions" option (#3310).
- Flux Kontext manual captioning tool, with aspect-ratio correction, delete button, target-folder suggestion, and pagination fixes (#3346 series).
- GUI layout polish:
info=hint text is now hover-revealed instead of always shown, and tool-button icons are bottom-aligned with their input box.
Changed
- Upgraded the
sd-scriptssubmodule to v0.11.1 and adjusted GUI args for its refactor (#3519, #3520). - Refactored
lora_gui.py,leco_gui.py, and the remaining GUI files onto aFIELD_REGISTRY+ dict-adapter pattern for positional-argument safety (#3543, #3544, #3545, #3547, #3548). - Cleaned up HunyuanImage-2.1 LoRA arg-forwarding cosmetics (#3555).
- Upgraded PyTorch for XPU (#3366).
- Updated Intel packages for oneAPI compatibility (#3341).
Fixed
- Console scripts are now found correctly when the venv is not activated (#3552).
- Fixed requirement installation when using system pip (#3515).
- Fixed a TensorBoard crash on non-x86 platforms via a cross-platform AVX check (#3345).
- Fixed installation error on Apple Silicon (M-series) Macs (#3353).
- Fixed broken documentation links in the README (#3505).
- Addressed review feedback across the v0.11.1 upgrade, LoRA+/TI, and FIELD_REGISTRY PRs (#3518, #3533, #3546).