mirror of
https://github.com/vladmandic/automatic
synced 2026-09-08 05:48:42 +02:00
fb73256b5e
Distilled refine ran without the scheduler swap and identity guidance kwargs prescribed by huggingface/diffusers#13217; only Dev got that setup via the supports_canonical_stage2 branch. Distilled is already trained at identity but still needs the recipe applied to avoid the four-way composition double-dipping on top of the distilled sigma schedule (oversaturation/striping). Unify the branches under family == '2.x'; gate only the LoRA load and unload on supports_canonical_stage2.