Skip to content

Commit 21ddd8d

Browse files
authored
img2img: mistype
1 parent 30b3ac8 commit 21ddd8d

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
@@ -1806,7 +1806,7 @@ sd_image_t* img2img(sd_ctx_t* sd_ctx,
18061806

18071807
size_t t2 = ggml_time_ms();
18081808

1809-
LOG_INFO("img2img completed in %.2fs", (t1 - t0) * 1.0f / 1000);
1809+
LOG_INFO("img2img completed in %.2fs", (t2 - t0) * 1.0f / 1000);
18101810

18111811
return result_images;
18121812
}

0 commit comments

Comments
 (0)