comfy-ui-custom-nodes/instant-id/ip_adapter/utils.py

4 lines
113 B
Python
Raw Normal View History

import torch.nn.functional as F
def is_torch2_available():
return hasattr(F, "scaled_dot_product_attention")