CPU load balancing.
Open
Potential Bug
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 158
Description
### Expected Behavior
I was not sure if I should report this as a bug or a feature request, but one thread is consuming 100% CPU load while the other threads barely do anything:

This is during generation when the GPU also is on 100% but whatever task the CPU is calculating it should be divided through multiple threads.
### Actual Behavior
One CPU core at 100% while the others do nothing. Tested with Flux and Pony, with and without --lowvram option.. ALL test runs show this behaviour.
### Steps to Reproduce
Calculate any image.
Contributor guide
Assessment
This issue has not been assessed yet.