Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

Invoke is a leading creative engine built to empower professionals and enthusiasts alike. Generate and create stunning visual media using the latest AI-driven technologies. Invoke offers an industry leading web-based UI, and serves as the foundation for multiple commercial products.

[Installation][installation docs] - [Documentation and Tutorials][docs home] - [Bug Reports][github issues] - [Contributing][contributing docs]
[Installation and Updates][installation docs] - [Documentation and Tutorials][docs home] - [Bug Reports][github issues] - [Contributing][contributing docs]

<div align="center">

Expand Down
8 changes: 5 additions & 3 deletions docs/installation/010_INSTALL_AUTOMATED.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Automatic Install
# Automatic Install & Updates

The installer is used for both new installs and updates.
**The same packaged installer file can be used for both new installs and updates.**
Using the installer for updates will leave everything you've added since installation, and just update the core libraries used to run Invoke.
Simply use the same path you installed to originally.

Both release and pre-release versions can be installed using it. It also supports install a wheel if needed.
Both release and pre-release versions can be installed using the installer. It also supports install through a wheel if needed.

Be sure to review the [installation requirements] and ensure your system has everything it needs to install Invoke.

Expand Down
11 changes: 9 additions & 2 deletions docs/installation/INSTALLATION.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,26 @@
# Installation Overview
# Installation and Updating Overview

Before installing, review the [installation requirements] to ensure your system is set up properly.

See the [FAQ] for frequently-encountered installation issues.

If you need more help, join our [discord] or [create an issue].

<h2>Automatic Install</h2>
<h2>Automatic Install & Updates </h2>

✅ The automatic install is the best way to run InvokeAI. Check out the [installation guide] to get started.

⬆️ The same installer is also the best way to update InvokeAI - Simply rerun it for the same folder you installed to.

The installation process simply manages installation for the core libraries & application dependencies that run Invoke.
Any models, images, or other assets in the Invoke root folder won't be affected by the installation process.

<h2>Manual Install</h2>

If you are familiar with python and want more control over the packages that are installed, you can [install InvokeAI manually via PyPI].

Updates are managed by reinstalling the latest version through PyPi.

<h2>Developer Install</h2>

If you want to contribute to InvokeAI, consult the [developer install guide].
Expand Down