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
d6ed2026
"tests/git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "db754244be4780956364849a8376b064fe9e6620"
Commit
d6ed2026
authored
Feb 25, 2023
by
comfyanonymous
Browse files
Add xformers install command to readme and colab notebook.
parent
d2da346b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
README.md
README.md
+2
-0
notebooks/comfyui_colab.ipynb
notebooks/comfyui_colab.ipynb
+2
-1
No files found.
README.md
View file @
d6ed2026
...
...
@@ -50,6 +50,8 @@ Nvidia users should install torch using this command:
Nvidia users should also install Xformers for a speed boost but can still run the software without it.
```
pip install xformers
```
#### Troubleshooting
If you get the "Torch not compiled with CUDA enabled" error, uninstall torch with:
...
...
notebooks/comfyui_colab.ipynb
View file @
d6ed2026
...
...
@@ -35,7 +35,8 @@
"source": [
"!git clone https://github.com/comfyanonymous/ComfyUI\n",
"%cd ComfyUI\n",
"!pip install -r requirements.txt"
"!pip install -r requirements.txt\n",
"!pip install xformers"
]
},
{
...
...
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