From f6148da8e531f5c8de110d7c637560ea75511daa Mon Sep 17 00:00:00 2001 From: JeLuF Date: Thu, 25 May 2023 14:23:07 +0200 Subject: [PATCH] Updated xFormers (markdown) --- xFormers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xFormers.md b/xFormers.md index 222198f..0968eae 100644 --- a/xFormers.md +++ b/xFormers.md @@ -6,7 +6,7 @@ xFormers speeds up image generation, but can sometimes produce non-deterministic 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) 3. Run the follow command: - `python -m pip install --upgrade torch==2.0.0+cu118 torchvision==0.15.1+cu118 xformers==0.0.19 --index-url https://download.pytorch.org/whl/cu118` + `python -m pip install --upgrade torch==2.0.0+cu118 torchvision==0.15.1+cu118 xformers==0.0.19 --extra-index-url https://download.pytorch.org/whl/cu118` That should be enough, you can now start Easy Diffusion like normal.