Skip to content

Commit c8964f0

Browse files
committed
fix: set free_params_immediately to false to call the model in sequence
leejet/stable-diffusion.cpp#366 Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 1f360a7 commit c8964f0

File tree

1 file changed

+1
-1
lines changed
  • backend/go/image/stablediffusion-ggml

1 file changed

+1
-1
lines changed

backend/go/image/stablediffusion-ggml/gosd.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ int load_model(char *model, char* options[], int threads, int diff) {
138138
"",
139139
false,
140140
false,
141-
true,
141+
false,
142142
threads,
143143
SD_TYPE_COUNT,
144144
STD_DEFAULT_RNG,

0 commit comments

Comments
 (0)