Skip to content

Commit be871c3

Browse files
committed
Merge branch 'ebr-gh-link-src-installer' into main
2 parents c00d53f + 31cd76a commit be871c3

4 files changed

Lines changed: 14 additions & 8 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ This fork is supported across Linux, Windows and Macintosh. Linux
6969
users can use either an Nvidia-based card (with CUDA support) or an
7070
AMD card (using the ROCm driver). For full installation and upgrade
7171
instructions, please see:
72-
[InvokeAI Installation Overview](https://invoke-ai.github.io/InvokeAI/installation/)
72+
[InvokeAI Installation Overview](https://invoke-ai.github.io/InvokeAI/installation/INSTALL_SOURCE/)
7373

7474
### Hardware Requirements
7575

docs/installation/INSTALL_SOURCE.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ The source installer is a shell script that attempts to automate every step
1010
needed to install and run InvokeAI on a stock computer running recent versions
1111
of Linux, MacOS or Windows. It will leave you with a version that runs a stable
1212
version of InvokeAI with the option to upgrade to experimental versions later.
13-
It is not as foolproof as the [InvokeAI installer](INSTALL_INVOKE.md)
1413

1514
Before you begin, make sure that you meet the
1615
[hardware requirements](index.md#Hardware_Requirements) and has the appropriate
@@ -30,9 +29,9 @@ off the process.
3029
[latest release](https://github.com/invoke-ai/InvokeAI/releases/latest), and
3130
look for a series of files named:
3231

33-
- invokeAI-src-installer-mac.zip
34-
- invokeAI-src-installer-windows.zip
35-
- invokeAI-src-installer-linux.zip
32+
- [invokeAI-src-installer-2.2.3-mac.zip](https://github.com/invoke-ai/InvokeAI/releases/latest/download/invokeAI-src-installer-2.2.3-mac.zip)
33+
- [invokeAI-src-installer-2.2.3-windows.zip](https://github.com/invoke-ai/InvokeAI/releases/latest/download/invokeAI-src-installer-2.2.3-windows.zip)
34+
- [invokeAI-src-installer-2.2.3-linux.zip](https://github.com/invoke-ai/InvokeAI/releases/latest/download/invokeAI-src-installer-2.2.3-windows.zip)
3635

3736
Download the one that is appropriate for your operating system.
3837

docs/installation/index.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ title: Overview
55
We offer several ways to install InvokeAI, each one suited to your
66
experience and preferences.
77

8-
1. [InvokeAI source code installer](INSTALL_SOURCE.md)
9-
8+
1. InvokeAI source code installer
109
This is a script that will install Python, the Anaconda ("conda")
1110
package manager, all of InvokeAI's its essential third party
1211
libraries and InvokeAI itself. It includes access to a "developer
@@ -18,6 +17,14 @@ experience and preferences.
1817
script. This method is recommended for individuals who wish to
1918
stay on the cutting edge of InvokeAI development and are not
2019
afraid of occasional breakage.
20+
21+
To get started go to the bottom of the [Latest Release Page](https://github.com/invoke-ai/InvokeAI/releases/latest)
22+
and download the .zip file for your platform. Unzip the file.
23+
If you are on a Windows system, double-click on the `install.bat`
24+
script. On a Mac or Linux system, navigate to the file `install.sh`
25+
from within the terminal application, and run the script.
26+
27+
Sit back and watch the script run.
2128

2229
**Important Caveats**
2330
- This script is a bit cranky and occasionally hangs or times out,

docs/installation/older_docs_to_be_removed/INSTALL_WINDOWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: Manual Installation, Windows
77
## **Notebook install (semi-automated)**
88

99
We have a
10-
[Jupyter notebook](https://github.com/invoke-ai/InvokeAI/blob/main/notebooks/Stable-Diffusion-local-Windows.ipynb)
10+
[Jupyter notebook](https://github.com/invoke-ai/InvokeAI/blob/main/notebooks/Stable_Diffusion_AI_Notebook.ipynb)
1111
with cell-by-cell installation steps. It will download the code in this repo as
1212
one of the steps, so instead of cloning this repo, simply download the notebook
1313
from the link above and load it up in VSCode (with the appropriate extensions

0 commit comments

Comments
 (0)