Mgx-Diffusion-v3.0 / utils.py
Aphrodite's picture
Duplicate from mgxwrites/Mgx-Diffusion-v3.0
9e2c512
raw
history blame contribute delete
112 Bytes
def is_google_colab():
try:
import google.colab
return True
except:
return False