Alena

Results 1 comments of Alena

> Seems to be this part of comfy/model_management.py > > ``` > def should_use_bf16(device=None): > if is_intel_xpu(): > return True > > if device is None: > device = torch.device("cuda")...