mirror of
https://github.com/leejet/stable-diffusion.cpp.git
synced 2026-08-11 22:56:51 +00:00
fix: preserve "token_refiner" token for MiniMax H3 LoRAs (#1864)
This commit is contained in:
parent
c6beeef355
commit
b4f1fd6d7f
@ -1199,6 +1199,7 @@ std::string convert_sep_to_dot(std::string name) {
|
||||
"x_embedder",
|
||||
"cross_attn",
|
||||
"output_proj",
|
||||
"token_refiner",
|
||||
};
|
||||
|
||||
// record the positions of underscores that should NOT be replaced
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user