fix: protect cross_attn and output_proj tokens for Anima LoRAs (#1786)

This commit is contained in:
stduhpf
2026-07-14 16:59:07 +02:00
committed by GitHub
parent 74bce049d0
commit 833369da84

View File

@@ -1102,6 +1102,8 @@ std::string convert_sep_to_dot(std::string name) {
"norm1_context",
"ff_context",
"x_embedder",
"cross_attn",
"output_proj",
};
// record the positions of underscores that should NOT be replaced