"tools/git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "b796c916494d395a9fe19f24e49dc27b4dc93bb5"
Commit b28dcd76 authored by comfyanonymous's avatar comfyanonymous
Browse files

Install xformers at the same time as requirements in notebook to fix issues.

parent a29bd63e
......@@ -35,8 +35,7 @@
"source": [
"!git clone https://github.com/comfyanonymous/ComfyUI\n",
"%cd ComfyUI\n",
"!pip install -r requirements.txt\n",
"!pip install xformers\n",
"!pip install xformers -r requirements.txt\n",
"!sed -i 's/v1-inference.yaml/v1-inference_fp16.yaml/g' webshit/index.html"
]
},
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment