@@ -5,31 +5,7 @@ title: Overview
55We offer several ways to install InvokeAI, each one suited to your
66experience and preferences.
77
8- 1 . [ InvokeAI binary installer] ( INSTALL_INVOKE.md )
9-
10- This is a installer script that installs InvokeAI and all the
11- third party libraries it depends on. It includes access to a
12- "developer console" which will help us debug problems with you and
13- give you to access experimental features.
14-
15- When a new InvokeAI release is available, you will run an ` update `
16- script to download and install the new version. Intermediate versions
17- that contain experimental and possibly unstable features will not be
18- available.
19-
20- This installer is designed for people who want the system to "just
21- work", don't have an interest in tinkering with it, and do not
22- care about upgrading to unreleased experimental features.
23-
24- ** Important Caveats**
25- - This script does not support AMD GPUs. For Linux AMD support,
26- please use the manual or source code installer methods.
27- - The tab autocomplete feature of the command-line client,
28- which completes commonly used filenames and commands, will
29- not work in this version. All Web UI functions are fully
30- operational, however.
31-
32- 2 . [ InvokeAI source code installer] ( INSTALL_SOURCE.md )
8+ 1 . [ InvokeAI source code installer] ( INSTALL_SOURCE.md )
339
3410 This is a script that will install Python, the Anaconda ("conda")
3511 package manager, all of InvokeAI's its essential third party
@@ -46,8 +22,7 @@ experience and preferences.
4622 ** Important Caveats**
4723 - This script is a bit cranky and occasionally hangs or times out,
4824 forcing you to cancel and restart the script (it will pick up where
49- it left off). It also takes noticeably longer to run than the
50- binary installer.
25+ it left off).
5126
52272 . [ Manual Installation] ( INSTALL_MANUAL.md )
5328
0 commit comments