fix format and Link in INSTALL_INVOKE.md

This commit is contained in:
mauwii 2022-11-11 12:19:27 +01:00
parent 802ce5dde5
commit c304250ef6
No known key found for this signature in database
GPG Key ID: D923DB04ADB3F5AB

View File

@ -2,30 +2,32 @@
title: InvokeAI Installer title: InvokeAI Installer
--- ---
The InvokeAI installer is a shell script that will install InvokeAI The InvokeAI installer is a shell script that will install InvokeAI onto a stock
onto a stock computer running recent versions of Linux, MacOSX or computer running recent versions of Linux, MacOSX or Windows. It will leave you
Windows. It will leave you with a version that runs a stable version with a version that runs a stable version of InvokeAI. When a new version of
of InvokeAI. When a new version of InvokeAI is released, you will InvokeAI is released, you will download and reinstall the new version.
download and reinstall the new version.
If you wish to tinker with unreleased versions of InvokeAI that If you wish to tinker with unreleased versions of InvokeAI that introduce
introduce potentially unstable new features, you should consider using potentially unstable new features, you should consider using the
the [source installer](INSTALL_SOURCE.md) or one of the [manual [source installer](INSTALL_SOURCE.md) or one of the
install](INSTALL_MANUAL.md) methods. [manual install](INSTALL_MANUAL.md) methods.
Before you begin, make sure that you meet the [hardware !!! todo
requirements](index.md#Hardware_Requirements) and has the appropriate
GPU drivers installed. In particular, if you are a Linux user with an
AMD GPU installed, you may need to install the [ROCm
driver](https://rocmdocs.amd.com/en/latest/Installation_Guide/Installation-Guide.html).
Installation requires roughly 18G of free disk space to load the Before you begin, make sure that you meet
libraries and recommended model weights files. the[hardware requirements](/#hardware-requirements) and has the
appropriate GPU drivers installed. In particular, if you are a Linux user with
an AMD GPU installed, you may need to install the
[ROCm-driver](https://rocmdocs.amd.com/en/latest/Installation_Guide/Installation-Guide.html).
Installation requires roughly 18G of free disk space to load the libraries and
recommended model weights files.
## Steps to Install ## Steps to Install
1. Download the [latest release](https://github.com/invoke-ai/InvokeAI/releases/latest) 1. Download the
of InvokeAI's installer for your platform [latest release](https://github.com/invoke-ai/InvokeAI/releases/latest) of
InvokeAI's installer for your platform
2. Place the downloaded package someplace where you have plenty of HDD space, 2. Place the downloaded package someplace where you have plenty of HDD space,
and have full permissions (i.e. `~/` on Lin/Mac; your home folder on Windows) and have full permissions (i.e. `~/` on Lin/Mac; your home folder on Windows)
@ -34,7 +36,8 @@ libraries and recommended model weights files.
4. Open the extracted 'InvokeAI' folder 4. Open the extracted 'InvokeAI' folder
5. Double-click 'install.bat' (Windows), or 'install.sh' (Lin/Mac) (or run from a terminal) 5. Double-click 'install.bat' (Windows), or 'install.sh' (Lin/Mac) (or run from
a terminal)
6. Follow the prompts 6. Follow the prompts
@ -43,10 +46,10 @@ libraries and recommended model weights files.
## Troubleshooting ## Troubleshooting
If you run into problems during or after installation, the InvokeAI If you run into problems during or after installation, the InvokeAI team is
team is available to help you. Either create an available to help you. Either create an
[Issue](https://github.com/invoke-ai/InvokeAI/issues) at our GitHub [Issue](https://github.com/invoke-ai/InvokeAI/issues) at our GitHub site, or
site, or make a request for help on the "bugs-and-support" channel of make a request for help on the "bugs-and-support" channel of our
our [Discord server](https://discord.gg/ZmtBAhwWhy). We are a 100% [Discord server](https://discord.gg/ZmtBAhwWhy). We are a 100% volunteer
volunteer organization, but typically somebody will be available to organization, but typically somebody will be available to help you within 24
help you within 24 hours, and often much sooner. hours, and often much sooner.