From 7447a362d12e56f7c7393e316ce1e6614a8b1542 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Fri, 3 Oct 2025 20:56:57 +0800 Subject: [PATCH] hide a debug print --- otherarch/sdcpp/stable-diffusion.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otherarch/sdcpp/stable-diffusion.cpp b/otherarch/sdcpp/stable-diffusion.cpp index 413ac1293..031f88dc0 100644 --- a/otherarch/sdcpp/stable-diffusion.cpp +++ b/otherarch/sdcpp/stable-diffusion.cpp @@ -2109,7 +2109,7 @@ sd_image_t* generate_image_internal(sd_ctx_t* sd_ctx, seed = rand(); } - print_ggml_tensor(init_latent, true, "init"); + //print_ggml_tensor(init_latent, true, "init"); // for (auto v : sigmas) { // std::cout << v << " ";