Skip to content

Commit 059f025

Browse files
committed
remove tensor shape spam
1 parent 0a59f36 commit 059f025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stable-diffusion.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1251,7 +1251,7 @@ class StableDiffusionGGML {
12511251
}
12521252

12531253
sd_image_t* images = (sd_image_t*)malloc(frames * sizeof(sd_image_t));
1254-
print_ggml_tensor(result,true);
1254+
// print_ggml_tensor(result,true);
12551255
for (size_t i = 0; i < frames; i++) {
12561256
images[i].width = result->ne[0];
12571257
images[i].height = result->ne[1];

0 commit comments

Comments
 (0)