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:
Ettore Di Giacinto 2024-12-03 22:04:14 +01:00
parent 1f360a7f5b
commit c8964f01ee

View file

@ -138,7 +138,7 @@ int load_model(char *model, char* options[], int threads, int diff) {
"",
false,
false,
true,
false,
threads,
SD_TYPE_COUNT,
STD_DEFAULT_RNG,