tiny logging glitch in comfyui.log
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 158
Description
The KSampler step execution time information (s/it) is shown 1 time on stdout, but twice in comfyui.log
This most likely just a logging glitch, but as the s/it in the comfyui.log file is different for the 2 logged lines, it might be an indication of an underlying issue.
I just wanted to point this out.
Example:
On stdout:
Unloaded partially: 7672.25 MB freed, 0.00 MB remains loaded, 2225.62 MB buffer reserved, lowvram patches: 0
loaded completely; 18675.99 MB usable, 11739.55 MB loaded, full load: True
100%|████████████████████████████████████████████████████████████████████████████████████| 4/4 [00:04<00:00, 1.11s/it]
in comfyui.log
[2025-12-28 16:30:45.759] Unloaded partially: 7672.25 MB freed, 0.00 MB remains loaded, 2225.62 MB buffer reserved, lowvram patches: 0
[2025-12-28 16:30:48.420] loaded completely; 18675.99 MB usable, 11739.55 MB loaded, full load: True
[2025-12-28 16:30:52.975]
100%|████████████████████████████████████████████████████████████████████████████████████| 4/4 [00:04<00:00, 1.04s/it]
100%|████████████████████████████████████████████████████████████████████████████████████| 4/4 [00:04<00:00, 1.11s/it]
Contributor guide
Assessment
This issue has not been assessed yet.