mirror of
https://github.com/vladmandic/automatic
synced 2026-09-04 12:00:46 +02:00
4c289e8c9d
All-in-one exports bundle the text encoder and VAE alongside the transformer under LDM-style family prefixes (cond_stage_model., first_stage_model., text_encoders., vae.). The native loader treated those keys as a mixed-prefix error and rejected the file. Drop known companion families before prefix detection and log what was skipped; keys matching neither a transformer prefix nor a known family still raise. TE and VAE keep coming from the base repo or their own overrides.