Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
diffusers/sd-to-diffusers
Yntec
/
diffusers-to-sd
like
7
Sleeping
App
Files
Files
Community
88ee23f
diffusers-to-sd
/
utils.py
Yntec
Duplicate from diffusers/sd-to-diffusers
2c6a2ce
over 1 year ago
raw
Copy download link
history
blame
Safe
112 Bytes
def
is_google_colab
():
try
:
import
google.colab
return
True
except
:
return
False