mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-30 06:30:43 +00:00
fix: set free_params_immediately to false to call the model in sequence
https://github.com/leejet/stable-diffusion.cpp/issues/366 Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
1f360a7f5b
commit
c8964f01ee
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ int load_model(char *model, char* options[], int threads, int diff) {
|
||||||
"",
|
"",
|
||||||
false,
|
false,
|
||||||
false,
|
false,
|
||||||
true,
|
false,
|
||||||
threads,
|
threads,
|
||||||
SD_TYPE_COUNT,
|
SD_TYPE_COUNT,
|
||||||
STD_DEFAULT_RNG,
|
STD_DEFAULT_RNG,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue