Running ComfyUI or _any_ AI stuff on Linux is a night and day difference in terms of ease of use and performance when compared against that of Windows users. Python on Windows is suffering
The pain I’ve experienced running ComfyUI on windows is from (1) pytorch and the complexities of managing it through pip when python’s platform concept doesn't encompass CUDA versions, (2) dependency conflicts between custom nodes (some of which also involve #1 because they pin a specific pytorch version as a dependency), and (3) gratuitous breakage in ComfyUI updates.
It works great until it doesn't. Wait until your dependencies require you to change torch versions, or a comfy update requires dependency changes, or you have to change CUDA versions.
Solving these problems (and avoiding them in the first place) is a lot easier to manage on a Linux install.