mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-21 18:31:28 +02:00
Updated xFormers (markdown)
parent
97eb335f02
commit
4fb3fba7fd
@ -6,7 +6,7 @@
|
|||||||
1. Double-click `Developer Console.cmd` (on Windows) or run `./developer_console.sh` (on Linux/Mac)
|
1. Double-click `Developer Console.cmd` (on Windows) or run `./developer_console.sh` (on Linux/Mac)
|
||||||
2. Run `python -m pip show torch torchvision` (**important:** please make a note of these two versions, incase you need to revert back to them)
|
2. Run `python -m pip show torch torchvision` (**important:** please make a note of these two versions, incase you need to revert back to them)
|
||||||
3. Run the follow command:
|
3. Run the follow command:
|
||||||
`python -m pip install --upgrade torch==2.0.1+cu118 torchvision==0.15.2+cu118 xformers==0.0.21 --extra-index-url https://download.pytorch.org/whl/cu118`
|
`python -m pip install --upgrade torch==2.0.1+cu118 torchvision==0.15.2+cu118 xformers==0.0.22 --extra-index-url https://download.pytorch.org/whl/cu118`
|
||||||
or use the [command generator](https://pytorch.org/get-started/locally/) (at the top of the page) from pytorch. That should be enough, you can now start Easy Diffusion like normal.
|
or use the [command generator](https://pytorch.org/get-started/locally/) (at the top of the page) from pytorch. That should be enough, you can now start Easy Diffusion like normal.
|
||||||
|
|
||||||
# Removing/uninstalling xFormers
|
# Removing/uninstalling xFormers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user