Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Roopansh
/
Ailusion-VTON-DEMO-v1
like
0
Diffusers
ONNX
Safetensors
Model card
Files
Files and versions
Community
Use this model
main
Ailusion-VTON-DEMO-v1
/
ip_adapter
/
utils.py
Roopansh
Initial Commit
73c83cf
8 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
115 Bytes
import
torch.nn.functional
as
F
def
is_torch2_available
():
return
hasattr
(F,
"scaled_dot_product_attention"
)