stable-diffusion.cpp icon indicating copy to clipboard operation
stable-diffusion.cpp copied to clipboard

Silent progress bar logs

Open ring-c opened this issue 1 year ago • 0 comments

If there is no sd_log_cb set (no logs), there was a progress logs still present. This PR fixes that, no logs mean no logs. Progress bar logs set to own level so this type of logs can be filtered.

In log_printf() we are preparing logs in log_buffer, so we can send it to sd_log_cb. Should we exit early if there is no sd_log_cb set?

ring-c avatar Sep 08 '24 15:09 ring-c