From 2c9a05eb590d3bc4ce7f9b64678b9d2f13b46013 Mon Sep 17 00:00:00 2001 From: Leo Pasanen Date: Tue, 18 Apr 2023 18:46:55 +0300 Subject: [PATCH] Added CPU instruction for README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 56946df433..dda18e9669 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,11 @@ not supported. pip install InvokeAI --use-pep517 --extra-index-url https://download.pytorch.org/whl/rocm5.4.2 ``` + _For non-GPU systems:_ + ```terminal + pip install InvokeAI --use-pep517 --extra-index-url https://download.pytorch.org/whl/cpu + ``` + _For Macintoshes, either Intel or M1/M2:_ ```sh