mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 23:00:51 +08:00
Don't set goole drive mount as default and rollback triton installation.
This commit is contained in:
parent
d88ef604a7
commit
449de2dc3e
@ -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"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user