Skip to content

Commit 1305e7a

Browse files
committed
documentation hot fixes
- changes pointers to installation instructions from README - Adds the changelog for the 2.1.3 release
1 parent 58edf26 commit 1305e7a

File tree

2 files changed

+18
-14
lines changed

2 files changed

+18
-14
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,11 @@ requests. Be sure to use the provided templates. They will help aid diagnose iss
6565

6666
### Installation
6767

68-
This fork is supported across multiple platforms. You can find individual installation instructions
69-
below.
70-
71-
- #### [Linux](https://invoke-ai.github.io/InvokeAI/installation/INSTALL_LINUX/)
72-
73-
- #### [Windows](https://invoke-ai.github.io/InvokeAI/installation/INSTALL_WINDOWS/)
74-
75-
- #### [Macintosh](https://invoke-ai.github.io/InvokeAI/installation/INSTALL_MAC/)
68+
This fork is supported across Linux, Windows and Macintosh. Linux
69+
users can use either an Nvidia-based card (with CUDA support) or an
70+
AMD card (using the ROCm driver). For full installation and upgrade
71+
instructions, please see:
72+
[InvokeAI Installation Overview](https://invoke-ai.github.io/InvokeAI/installation/)
7673

7774
### Hardware Requirements
7875

docs/index.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,11 @@ Mac and Linux machines, and runs on GPU cards with as little as 4 GB or RAM.
8080

8181
## :octicons-package-dependencies-24: Installation
8282

83-
This fork is supported across multiple platforms. You can find individual
84-
installation instructions below.
85-
86-
- :fontawesome-brands-linux: [Linux](installation/INSTALL_LINUX.md)
87-
- :fontawesome-brands-windows: [Windows](installation/INSTALL_WINDOWS.md)
88-
- :fontawesome-brands-apple: [Macintosh](installation/INSTALL_MAC.md)
83+
This fork is supported across Linux, Windows and Macintosh. Linux
84+
users can use either an Nvidia-based card (with CUDA support) or an
85+
AMD card (using the ROCm driver). For full installation and upgrade
86+
instructions, please see:
87+
[InvokeAI Installation Overview](https://invoke-ai.github.io/InvokeAI/installation/)
8988

9089
## :fontawesome-solid-computer: Hardware Requirements
9190

@@ -123,6 +122,14 @@ You wil need one of the following:
123122

124123
## :octicons-log-16: Latest Changes
125124

125+
### v2.1.3 <small>(13 November 2022)</small>
126+
127+
- 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).
128+
- 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).
129+
- 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)
130+
- Support for AMD GPU cards (non-CUDA) on Linux machines.
131+
- Multiple bugs and edge cases squashed.
132+
126133
### v2.1.0 <small>(2 November 2022)</small>
127134

128135
- [Inpainting](https://invoke-ai.github.io/InvokeAI/features/INPAINTING/)

0 commit comments

Comments
 (0)