Skip to content

Commit bda7fab

Browse files
committed
chore: remove unused debug code
1 parent c2e18c8 commit bda7fab

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

stable-diffusion.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3726,9 +3726,6 @@ SD_API sd_image_t* generate_video(sd_ctx_t* sd_ctx, const sd_vid_gen_params_t* s
37263726
init_latent = sd_ctx->sd->generate_init_latent(work_ctx, width, height, frames, true);
37273727
}
37283728

3729-
print_ggml_tensor(init_latent, true);
3730-
print_ggml_tensor(concat_latent, true);
3731-
37323729
// Get learned condition
37333730
ConditionerParams condition_params;
37343731
condition_params.clip_skip = sd_vid_gen_params->clip_skip;

0 commit comments

Comments
 (0)