From ac644ad7169a82078520955d2fbf9807e730a180 Mon Sep 17 00:00:00 2001 From: Yaron Elharar Date: Wed, 2 Aug 2023 10:35:08 +0300 Subject: [PATCH] Updated xFormers (markdown) --- xFormers.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xFormers.md b/xFormers.md index 0968eae..81728b3 100644 --- a/xFormers.md +++ b/xFormers.md @@ -7,8 +7,7 @@ xFormers speeds up image generation, but can sometimes produce non-deterministic 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 --extra-index-url https://download.pytorch.org/whl/cu118` - -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 If you face an issues, please rollback by: