From 895e78edc3afade066bcdc2192bdcb564e71035c Mon Sep 17 00:00:00 2001 From: Simon Lui <502929+simonlui@users.noreply.github.com> Date: Fri, 20 Dec 2024 13:30:09 -0800 Subject: [PATCH] Undo changes to README.md. --- README.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b525ab30..1ec39d06 100644 --- a/README.md +++ b/README.md @@ -179,17 +179,10 @@ After this you should have everything installed and can proceed to running Comfy #### Intel GPUs -Intel GPU support is available starting from Pytorch 2.5 onwards and can be installed using the following command: +Intel GPU support is available for all Intel GPUs supported by Intel's Extension for Pytorch (IPEX) with the support requirements listed in the [Installation](https://intel.github.io/intel-extension-for-pytorch/index.html#installation?platform=gpu) page. Choose your platform and method of install and follow the instructions. The steps are as follows: -```pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/test/xpu``` - -This is the command to install pytorch nightly instead which might have performance improvements: - -```pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/xpu``` - -However, to get the most speed, installing Intel's Extension for Pytorch (IPEX) is highly recommended. The [Installation](https://intel.github.io/intel-extension-for-pytorch/index.html#installation?platform=gpu) page allows you to interactively choose your platform and method of install and will then output instructions for that specific combination. Generally though, The following steps for installing IPEX are as follows: - -1. Start by installing the drivers and other software packages listed in the Installation page of IPEX linked above for Windows and Linux if needed. +1. Start by installing the drivers or kernel listed or newer in the Installation page of IPEX linked above for Windows and Linux if needed. +1. Follow the instructions to install [Intel's oneAPI Basekit](https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit-download.html) for your platform. 1. Install the packages for IPEX using the instructions provided in the Installation page for your platform. 1. Follow the [ComfyUI manual installation](#manual-install-windows-linux) instructions for Windows and Linux and run ComfyUI normally as described above after everything is installed.