Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated fromΒ
Roopansh/Ailusion-VTON-DEMO-v1
AryanChandwani
/
MyVTON
like
0
Sleeping
App
Files
Files
Community
81d7040
MyVTON
/
ip_adapter
/
utils.py
Roopansh
Initial Commit
73c83cf
6 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"
)