Merge branch 'ebr-gh-link-src-installer' into main

This commit is contained in:
Lincoln Stein 2022-12-03 12:24:03 +00:00
commit be871c3ab3
4 changed files with 14 additions and 8 deletions

View File

@ -69,7 +69,7 @@ This fork is supported across Linux, Windows and Macintosh. Linux
users can use either an Nvidia-based card (with CUDA support) or an users can use either an Nvidia-based card (with CUDA support) or an
AMD card (using the ROCm driver). For full installation and upgrade AMD card (using the ROCm driver). For full installation and upgrade
instructions, please see: instructions, please see:
[InvokeAI Installation Overview](https://invoke-ai.github.io/InvokeAI/installation/) [InvokeAI Installation Overview](https://invoke-ai.github.io/InvokeAI/installation/INSTALL_SOURCE/)
### Hardware Requirements ### Hardware Requirements

View File

@ -10,7 +10,6 @@ The source installer is a shell script that attempts to automate every step
needed to install and run InvokeAI on a stock computer running recent versions needed to install and run InvokeAI on a stock computer running recent versions
of Linux, MacOS or Windows. It will leave you with a version that runs a stable of Linux, MacOS or Windows. It will leave you with a version that runs a stable
version of InvokeAI with the option to upgrade to experimental versions later. version of InvokeAI with the option to upgrade to experimental versions later.
It is not as foolproof as the [InvokeAI installer](INSTALL_INVOKE.md)
Before you begin, make sure that you meet the Before you begin, make sure that you meet the
[hardware requirements](index.md#Hardware_Requirements) and has the appropriate [hardware requirements](index.md#Hardware_Requirements) and has the appropriate
@ -30,9 +29,9 @@ off the process.
[latest release](https://github.com/invoke-ai/InvokeAI/releases/latest), and [latest release](https://github.com/invoke-ai/InvokeAI/releases/latest), and
look for a series of files named: look for a series of files named:
- invokeAI-src-installer-mac.zip - [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)
- invokeAI-src-installer-windows.zip - [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)
- invokeAI-src-installer-linux.zip - [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)
Download the one that is appropriate for your operating system. Download the one that is appropriate for your operating system.

View File

@ -5,8 +5,7 @@ title: Overview
We offer several ways to install InvokeAI, each one suited to your We offer several ways to install InvokeAI, each one suited to your
experience and preferences. experience and preferences.
1. [InvokeAI source code installer](INSTALL_SOURCE.md) 1. InvokeAI source code installer
This is a script that will install Python, the Anaconda ("conda") This is a script that will install Python, the Anaconda ("conda")
package manager, all of InvokeAI's its essential third party package manager, all of InvokeAI's its essential third party
libraries and InvokeAI itself. It includes access to a "developer libraries and InvokeAI itself. It includes access to a "developer
@ -19,6 +18,14 @@ experience and preferences.
stay on the cutting edge of InvokeAI development and are not stay on the cutting edge of InvokeAI development and are not
afraid of occasional breakage. afraid of occasional breakage.
To get started go to the bottom of the [Latest Release Page](https://github.com/invoke-ai/InvokeAI/releases/latest)
and download the .zip file for your platform. Unzip the file.
If you are on a Windows system, double-click on the `install.bat`
script. On a Mac or Linux system, navigate to the file `install.sh`
from within the terminal application, and run the script.
Sit back and watch the script run.
**Important Caveats** **Important Caveats**
- This script is a bit cranky and occasionally hangs or times out, - This script is a bit cranky and occasionally hangs or times out,
forcing you to cancel and restart the script (it will pick up where forcing you to cancel and restart the script (it will pick up where

View File

@ -7,7 +7,7 @@ title: Manual Installation, Windows
## **Notebook install (semi-automated)** ## **Notebook install (semi-automated)**
We have a We have a
[Jupyter notebook](https://github.com/invoke-ai/InvokeAI/blob/main/notebooks/Stable-Diffusion-local-Windows.ipynb) [Jupyter notebook](https://github.com/invoke-ai/InvokeAI/blob/main/notebooks/Stable_Diffusion_AI_Notebook.ipynb)
with cell-by-cell installation steps. It will download the code in this repo as with cell-by-cell installation steps. It will download the code in this repo as
one of the steps, so instead of cloning this repo, simply download the notebook one of the steps, so instead of cloning this repo, simply download the notebook
from the link above and load it up in VSCode (with the appropriate extensions from the link above and load it up in VSCode (with the appropriate extensions