Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Aitrepreneur
/
InstantID-Controlnet
like
15
Diffusers
ONNX
Safetensors
License:
apache-2.0
Model card
Files
Files and versions
Community
1
Use this model
main
InstantID-Controlnet
/
ip_adapter
/
utils.py
Aitrepreneur
Upload 128 files
96fc080
verified
9 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"
)