Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
b28dcd76
Commit
b28dcd76
authored
Feb 27, 2023
by
comfyanonymous
Browse files
Install xformers at the same time as requirements in notebook to fix issues.
parent
a29bd63e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
notebooks/comfyui_colab.ipynb
notebooks/comfyui_colab.ipynb
+1
-2
No files found.
notebooks/comfyui_colab.ipynb
View file @
b28dcd76
...
@@ -35,8 +35,7 @@
...
@@ -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"
]
]
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment