mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 02:15:17 +00:00
Install xformers at the same time as requirements in notebook to fix issues.
This commit is contained in:
parent
a29bd63e7a
commit
b28dcd7684
@ -35,8 +35,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"!git clone https://github.com/comfyanonymous/ComfyUI\n",
|
"!git clone https://github.com/comfyanonymous/ComfyUI\n",
|
||||||
"%cd ComfyUI\n",
|
"%cd ComfyUI\n",
|
||||||
"!pip install -r requirements.txt\n",
|
"!pip install xformers -r requirements.txt\n",
|
||||||
"!pip install xformers\n",
|
|
||||||
"!sed -i 's/v1-inference.yaml/v1-inference_fp16.yaml/g' webshit/index.html"
|
"!sed -i 's/v1-inference.yaml/v1-inference_fp16.yaml/g' webshit/index.html"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user