ComfyUI-Dev-Utils
ComfyUI-Dev-Utils copied to clipboard
[FEATURE REQUEST] Option to disable terminal logs
First of all thanks for the great extension, it's very handy especially for profiling workflow execution time.
Currently, the time and VRAM used by each node is printed to the terminal, which can very quickly clutter things and make logs hard to read especially when using other node packs, each one having its convention for outputting things for the terminal.
This is why an option (in the ComfyUI settings) to disable entirely terminal logging would be great.
implemented solution in PR #34