Skip to content

gw#627 live fix 2: reject legacy attn-processor converter output in adapter normalization (0.52.2)#384

Merged
PaulFidika merged 2 commits into
masterfrom
release/gw627-r3-converter-fallback
Jul 24, 2026
Merged

gw#627 live fix 2: reject legacy attn-processor converter output in adapter normalization (0.52.2)#384
PaulFidika merged 2 commits into
masterfrom
release/gw627-r3-converter-fallback

Conversation

@PaulFidika

Copy link
Copy Markdown
Contributor

Second live find from the gw#627 sdxl deploy (request 88604466, release
0adbc2d7): diffusers' non-diffusers converter turns the curated kohya-flat
sdxl adapters' attention keys into legacy
…attn1.processor.to_q_lora.down.weight names that match no real module —
map_adapter failed the whole adapter typed (1680 unresolved keys).
normalize_adapter_state_dict now falls back to the raw keys (which resolve
directly against module paths) whenever the converted dict carries
.processor. names. The gw627 overlay test now runs the REAL
StableDiffusionXLPipeline.lora_state_dict converter in the loop.

🤖 Generated with Claude Code

…e_dict normalization

diffusers' non-diffusers converter turns kohya-flat sdxl attention keys
into legacy …attn1.processor.to_q_lora.down.weight names that match no
real module — the whole curated adapter failed typed (1680 unresolved
keys, live request 88604466). Fall back to the raw keys, which resolve
directly against module paths. gw627 test now runs the REAL SDXL
converter in the loop.
@PaulFidika
PaulFidika merged commit ce24d95 into master Jul 24, 2026
1 check passed
@PaulFidika
PaulFidika deleted the release/gw627-r3-converter-fallback branch July 24, 2026 05:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant