mirror of
https://github.com/leejet/stable-diffusion.cpp.git
synced 2026-06-09 15:56:39 +00:00
fix: always load runtimle lora params on runtime backend (#1532)
This commit is contained in:
parent
5b0267e941
commit
c51ec7cad9
@ -1211,7 +1211,7 @@ public:
|
|||||||
}
|
}
|
||||||
auto lora = std::make_shared<LoraModel>(lora_id,
|
auto lora = std::make_shared<LoraModel>(lora_id,
|
||||||
backend_for(module),
|
backend_for(module),
|
||||||
params_backend_for(module),
|
backend_for(module),
|
||||||
lora_path,
|
lora_path,
|
||||||
is_high_noise ? "model.high_noise_" : "",
|
is_high_noise ? "model.high_noise_" : "",
|
||||||
version);
|
version);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user