@@ -29,9 +29,9 @@ off the process.
2929 [ latest release] ( https://github.com/invoke-ai/InvokeAI/releases/latest ) , and
3030 look for a series of files named:
3131
32- - invokeAI-src-installer-mac.zip
33- - invokeAI-src-installer-windows.zip
34- - invokeAI-src-installer-linux.zip
32+ - invokeAI-src-installer-< VERSION >- mac.zip
33+ - invokeAI-src-installer-< VERSION >- windows.zip
34+ - invokeAI-src-installer-< VERSION >- linux.zip
3535
3636 Download the one that is appropriate for your operating system.
3737
@@ -50,18 +50,26 @@ off the process.
5050 inflating: invokeAI\readme.txt
5151 ```
5252
53- 3. If you are using a desktop GUI, double-click the installer file. It will be
53+ 3. If you are a Macintosh user, you may need to authorize the InvokeAI
54+ installer by opening a terminal window and typing `xcode-select
55+ --install`. Alternatively, you may install Xcode thorugh a graphical
56+ user interface. Information is available at https://www.freecodecamp.org/news/how-to-download-and-install-xcode/
57+
58+ If installation fails with an `EnvironmentNameNotFound` error, then
59+ you will need to install Xcode!!
60+
61+ 4. If you are using a desktop GUI, double-click the installer file. It will be
5462 named `install.bat` on Windows systems and `install.sh` on Linux and
5563 Macintosh systems.
5664
57- 4 . Alternatively, from the command line, run the shell script or .bat file:
65+ 5 . Alternatively, from the command line, run the shell script or .bat file:
5866
5967 ```cmd
6068 C:\Documents\Linco> cd invokeAI
6169 C:\Documents\Linco\invokeAI> install.bat
6270 ```
6371
64- 5 . Sit back and let the install script work. It will install various binary
72+ 6 . Sit back and let the install script work. It will install various binary
6573 requirements including Conda, Git and Python, then download the current
6674 InvokeAI code and install it along with its dependencies.
6775
@@ -74,7 +82,7 @@ off the process.
7482 and nothing is happening, you can interrupt the script with ^C. You may restart
7583 it and it will pick up where it left off.
7684
77- 6 . After installation completes, the installer will launch a script called
85+ 7 . After installation completes, the installer will launch a script called
7886 `configure_invokeai.py`, which will guide you through the first-time process of
7987 selecting one or more Stable Diffusion model weights files, downloading and
8088 configuring them.
@@ -90,7 +98,7 @@ off the process.
9098 prompted) and configure InvokeAI to use the previously-downloaded files. The
9199 process for this is described in [Installing Models](INSTALLING_MODELS.md).
92100
93- 7 . The script will now exit and you'll be ready to generate some images. The
101+ 8 . The script will now exit and you'll be ready to generate some images. The
94102 invokeAI directory will contain numerous files. Look for a shell script
95103 named `invoke.sh` (Linux/Mac) or `invoke.bat` (Windows). Launch the script
96104 by double-clicking it or typing its name at the command-line:
0 commit comments