Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
John6666
/
sdxl-to-diffusers-fp16
like
5
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
sdxl-to-diffusers-fp16
/
utils.py
John6666
Super-squash branch 'main' using huggingface_hub
f4242db
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
112 Bytes
def
is_google_colab
():
try
:
import
google.colab
return
True
except
:
return
False