Skip to content

Commit 6563d46

Browse files
committed
Fix progress display
1 parent 059f025 commit 6563d46

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

stable-diffusion.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1539,10 +1539,6 @@ class StableDiffusionGGML {
15391539
if (denoise_mask != nullptr) {
15401540
apply_mask(denoised, init_latent, denoise_mask);
15411541
}
1542-
if (step > 0) {
1543-
pretty_progress(step, (int)steps, (t1 - t0) / 1000000.f);
1544-
// LOG_INFO("step %d sampling completed taking %.2fs", step, (t1 - t0) * 1.0f / 1000000);
1545-
}
15461542
auto sd_preview_cb = sd_get_preview_callback();
15471543
auto sd_preview_mode = sd_get_preview_mode();
15481544
if (sd_preview_cb != NULL) {

0 commit comments

Comments
 (0)