Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
InstantX/InstantID
3bqriino
/
InstantID
like
0
Build error
App
Files
Files
Community
08c0879
InstantID
/
ip_adapter
/
utils.py
ResearcherXman
update
0ba2339
10 months ago
raw
Copy download link
history
blame
Safe
115 Bytes
import
torch.nn.functional
as
F
def
is_torch2_available
():
return
hasattr
(F,
"scaled_dot_product_attention"
)