diffuse-custom / utils.py
Jackflack09's picture
Duplicate from YeOldHermit/Super-Resolution-Anime-Diffusion
522606a
def is_google_colab():
try:
import google.colab
return True
except:
return False