Animagine-XL / utils.py
Linaqruf's picture
update demo
158fb03
def is_google_colab():
try:
import google.colab
return True
except:
return False