mirror of
https://github.com/leejet/stable-diffusion.cpp.git
synced 2026-07-23 11:20:53 -05:00
fix: protect cross_attn and output_proj tokens for Anima LoRAs (#1786)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user