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
"vscode:/vscode.git/clone" did not exist on "6c7189fcada6f95ab615e08838b1d7fdb148c268"
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:
...
@@ -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.
Nvidia users should also install Xformers for a speed boost but can still run the software without it.
```
pip install xformers
```
#### Troubleshooting
#### Troubleshooting
If you get the "Torch not compiled with CUDA enabled" error, uninstall torch with:
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 @@
...
@@ -35,7 +35,8 @@
"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"
"!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