mirror of
https://github.com/vladmandic/automatic
synced 2026-09-04 20:10:45 +02:00
1587b9682d
The lycoris_ save format is arch-independent: LyCORIS standalone wraps the loaded diffusers model and emits the wrapped module path with dots as underscores, so verbatim passthrough is correct for any arch. Only flux2 handled it; zimage, chroma, ernie and krea2 reported such files as not loaded. - add lycoris_ to KNOWN_PREFIXES_DEFAULT and PASSTHROUGH_PREFIXES_DEFAULT - drop flux2's per-arch prefix append and resolve_targets branch - add lycoris_ to ANIMA_PREFIXES (anima replaces the default tuple); network_prefix_for already routes it to the transformer namespace - cover the passthrough with a zimage loader test