Skip to content

Commit f57f46d

Browse files
idostyleido
authored and
ido
committed
cond cache *2
1 parent a1a62a3 commit f57f46d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stable-diffusion.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1358,7 +1358,7 @@ sd_image_t* generate_image(sd_ctx_t* sd_ctx,
13581358
gguf_add_tensor(cond_ctx, cond.c_concat);
13591359
}
13601360

1361-
gguf_write_to_file(cond_ctx, cond_fname);
1361+
gguf_write_to_file(cond_ctx, cond_fname, false);
13621362
gguf_free(cond_ctx);
13631363

13641364
SDCondition uncond;

0 commit comments

Comments
 (0)