Don't set goole drive mount as default and rollback triton installation.

This commit is contained in:
Lt.Dr.Data 2023-03-20 15:55:30 +09:00
parent d88ef604a7
commit 449de2dc3e

View File

@ -23,7 +23,7 @@
"\n", "\n",
"OPTIONS = {}\n", "OPTIONS = {}\n",
"\n", "\n",
"USE_GOOGLE_DRIVE = True #@param {type:\"boolean\"}\n", "USE_GOOGLE_DRIVE = False #@param {type:\"boolean\"}\n",
"UPDATE_COMFY_UI = True #@param {type:\"boolean\"}\n", "UPDATE_COMFY_UI = True #@param {type:\"boolean\"}\n",
"WORKSPACE = 'ComfyUI'\n", "WORKSPACE = 'ComfyUI'\n",
"OPTIONS['USE_GOOGLE_DRIVE'] = USE_GOOGLE_DRIVE\n", "OPTIONS['USE_GOOGLE_DRIVE'] = USE_GOOGLE_DRIVE\n",
@ -46,8 +46,7 @@
" !echo -= Updating ComfyUI =-\n", " !echo -= Updating ComfyUI =-\n",
" !git pull\n", " !git pull\n",
"\n", "\n",
"!pip -q install xformers -r requirements.txt\n", "!pip -q install xformers -r requirements.txt"
"!pip -q install triton"
] ]
}, },
{ {