mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-03-12 22:02:14 +00:00
Add xformers install command to readme and colab notebook.
This commit is contained in:
parent
d2da346b0b
commit
d6ed202679
@ -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:
|
||||||
|
@ -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"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user