mirror of
https://github.com/leejet/stable-diffusion.cpp.git
synced 2026-08-10 06:07:58 +00:00
fix: protect cross_attn and output_proj tokens for Anima LoRAs (#1786)
This commit is contained in:
parent
74bce049d0
commit
833369da84
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user