mirror of
https://github.com/vladmandic/automatic
synced 2026-08-29 00:20:59 +02:00
1be0867d1e
transformer., bare-diffusers, and lora_transformer_ bases are already in network-key form for every arch, yet each per-arch resolve_targets repeated the same passthrough branch for them. Move that into a shared PASSTHROUGH_PREFIXES_DEFAULT set consulted by resolve_group_targets, leaving each arch's resolve_targets to only the prefixes it actually rewrites (kohya / BFL). lycoris_ stays in flux2, the one arch that recognizes it. Pure refactor: the same keys resolve to the same modules.