From 5604d3c4472ae59a853a8d0dad252066fe7a3766 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Sun, 13 Nov 2022 13:56:59 +0000 Subject: [PATCH] documentation hot fixes - changes pointers to installation instructions from README - Adds the changelog for the 2.1.3 release --- README.md | 13 +++++-------- docs/index.md | 19 +++++++++++++------ 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 8e1cb20f2b..c57c9cfd85 100644 --- a/README.md +++ b/README.md @@ -65,14 +65,11 @@ requests. Be sure to use the provided templates. They will help aid diagnose iss ### Installation -This fork is supported across multiple platforms. You can find individual installation instructions -below. - -- #### [Linux](https://invoke-ai.github.io/InvokeAI/installation/INSTALL_LINUX/) - -- #### [Windows](https://invoke-ai.github.io/InvokeAI/installation/INSTALL_WINDOWS/) - -- #### [Macintosh](https://invoke-ai.github.io/InvokeAI/installation/INSTALL_MAC/) +This fork is supported across Linux, Windows and Macintosh. Linux +users can use either an Nvidia-based card (with CUDA support) or an +AMD card (using the ROCm driver). For full installation and upgrade +instructions, please see: +[InvokeAI Installation Overview](https://invoke-ai.github.io/InvokeAI/installation/) ### Hardware Requirements diff --git a/docs/index.md b/docs/index.md index 989e099da2..26f06122c7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -80,12 +80,11 @@ Mac and Linux machines, and runs on GPU cards with as little as 4 GB or RAM. ## :octicons-package-dependencies-24: Installation -This fork is supported across multiple platforms. You can find individual -installation instructions below. - -- :fontawesome-brands-linux: [Linux](installation/INSTALL_LINUX.md) -- :fontawesome-brands-windows: [Windows](installation/INSTALL_WINDOWS.md) -- :fontawesome-brands-apple: [Macintosh](installation/INSTALL_MAC.md) +This fork is supported across Linux, Windows and Macintosh. Linux +users can use either an Nvidia-based card (with CUDA support) or an +AMD card (using the ROCm driver). For full installation and upgrade +instructions, please see: +[InvokeAI Installation Overview](https://invoke-ai.github.io/InvokeAI/installation/) ## :fontawesome-solid-computer: Hardware Requirements @@ -122,6 +121,14 @@ You wil need one of the following: ## :octicons-log-16: Latest Changes +### v2.1.3 (13 November 2022) + +- A choice of installer scripts that automate installation and configuration. See [Installation](https://github.com/invoke-ai/InvokeAI/blob/2.1.3-rc6/docs/installation/INSTALL.md). +- A streamlined manual installation process that works for both Conda and PIP-only installs. See [Manual Installation](https://github.com/invoke-ai/InvokeAI/blob/2.1.3-rc6/docs/installation/INSTALL_MANUAL.md). +- The ability to save frequently-used startup options (model to load, steps, sampler, etc) in a `.invokeai` file. See [Client](https://github.com/invoke-ai/InvokeAI/blob/2.1.3-rc6/docs/features/CLI.md) +- Support for AMD GPU cards (non-CUDA) on Linux machines. +- Multiple bugs and edge cases squashed. + ### v2.1.0 (2 November 2022) - [Inpainting](https://invoke-ai.github.io/InvokeAI/features/INPAINTING/)