ComfyUI
ComfyUI copied to clipboard
make conds use non-blocking transfers
trafficstars
This change should make use of non-blocking transfers for conds, avoiding unnecessary syncs. Should improve speed, as long as other things are not causing syncs between steps. It is also set up to use existing functions from the model management class to avoid using non blocking on unsupported platforms.