We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 059f025 commit 6563d46Copy full SHA for 6563d46
stable-diffusion.cpp
@@ -1539,10 +1539,6 @@ class StableDiffusionGGML {
1539
if (denoise_mask != nullptr) {
1540
apply_mask(denoised, init_latent, denoise_mask);
1541
}
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
- }
1546
auto sd_preview_cb = sd_get_preview_callback();
1547
auto sd_preview_mode = sd_get_preview_mode();
1548
if (sd_preview_cb != NULL) {
0 commit comments