Skip to content

Commit

Permalink
fix: set free_params_immediately to false to call the model in sequence
Browse files Browse the repository at this point in the history
leejet/stable-diffusion.cpp#366

Signed-off-by: Ettore Di Giacinto <[email protected]>
  • Loading branch information
mudler committed Dec 3, 2024
1 parent 1f360a7 commit c8964f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/go/image/stablediffusion-ggml/gosd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c8964f0

Please sign in to comment.