Skip to content

Commit 7447a36

Browse files
committed
hide a debug print
1 parent 15249ba commit 7447a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

otherarch/sdcpp/stable-diffusion.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2109,7 +2109,7 @@ sd_image_t* generate_image_internal(sd_ctx_t* sd_ctx,
21092109
seed = rand();
21102110
}
21112111

2112-
print_ggml_tensor(init_latent, true, "init");
2112+
//print_ggml_tensor(init_latent, true, "init");
21132113

21142114
// for (auto v : sigmas) {
21152115
// std::cout << v << " ";

0 commit comments

Comments
 (0)