Add 4-step distilled Nunchaku SVDQuant entries for Qwen-Lightning and
Qwen-Lightning-Edit alongside the existing 8-step variants. Step count
is now shown in the reference name (e.g. "Qwen-Lightning (4-step)").
- Add subfolder parameter to load_qwen_nunchaku to distinguish
4-step (nunchaku-4step) from 8-step (nunchaku) variants
- Route to correct safetensors: lightningv1.0-4steps vs
lightningv1.1-8steps for gen, lightningv1.0-4steps vs
lightningv1.0-8steps for edit
- Strip nunchaku subfolder before pipeline from_pretrained since
it does not exist in the base HuggingFace repos
- Add 'Fill (Nunchaku)' and 'Depth (Nunchaku)' options to Flux Tools
dropdown, loading models with +nunchaku suffix for SVDQuant quantization
- Mark Fill and Depth nunchaku reference entries as hidden so they remain
available for check_nunchaku() lookup but don't appear in Extra Networks
- Filter hidden reference models in ui_extra_networks_checkpoints
Replace manual Model/TE checkboxes in Quantization Settings with a
dedicated "Nunchaku" tab in the Extra Networks menu where users can
directly select nunchaku-quantized model variants. Detection is now
using a +nunchaku path marker for disambiguation.
Add Tongyi-MAI/Z-Image alongside the existing Z-Image-Turbo entry.
Z-Image is the undistilled foundation model with full CFG support,
recommended at cfg_scale 4.0 and 50 steps.