divamgupta / divamgupta/diffusionbee-stable-diffusion-ui
TQDM progress bars polluting logs
Open
- Dominant language
- JavaScript
- Stars
- 13.6k
- Forks
- 727
- PR merge metrics
- No merged PRs in 30d
Description
I noticed `tqdm` progress bar in logs:

They pollute logs by being too noisy. I had similar issues with my applications and created [tqdm-loggable](https://pypi.org/project/tqdm-loggable/) package to address these issues.
It can detect non-interactive terminals and then turn tqdm bars to logging output.

The integration is just changing the `tqdm` import.
If you are interested to fix this issue, I can see if I can get the code patched.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.