mirror of
https://github.com/vladmandic/automatic
synced 2026-08-26 15:16:01 +02:00
3e4888d05f
BFL-format chroma adapters targeting the embedders, final projection or the distilled guidance layer MLPs resolved verbatim and unmapped: the embedder/final-layer names differ from diffusers outright, and the approximator MLP leaves are in_layer/out_layer in BFL but linear_1/ linear_2 in the diffusers PixArt projection. Only in_proj, out_proj and norms.N shared names and bound. - add CHROMA_EXTRA_MAP (kohya form derived) and GUIDANCE_LEAF_MAP to both target resolvers - route bare distilled_guidance_layer keys through the resolver instead of the diffusers passthrough so both leaf namings resolve; add img_in/txt_in/final_layer bare prefixes - cover all key forms and end-to-end binding in the offline suite