finished reorganization of install docs

This commit is contained in:
Lincoln Stein 2022-11-09 20:16:57 +00:00
parent 9ef8b944d5
commit b850dbadaf
6 changed files with 13 additions and 3 deletions

View File

@ -30,7 +30,7 @@ experience and preferences.
This method is recommended for users with a bit of experience using This method is recommended for users with a bit of experience using
the `git` and `pip` tools. the `git` and `pip` tools.
3. [Manual Installation](MANUAL_INSTALL.md) 3. [Manual Installation](INSTALL_MANUAL.md)
In this method you will manually run the commands needed to install In this method you will manually run the commands needed to install
InvokeAI and its dependencies. We offer two recipes: one suited to InvokeAI and its dependencies. We offer two recipes: one suited to

View File

@ -136,6 +136,12 @@ download installers from the following URLs
provide an access token that allows InvokeAI to legally download provide an access token that allows InvokeAI to legally download
and install the weights files. and install the weights files.
If you have already downloaded the weights file(s) for another
Stable Diffusion distribution, you may skip this step (by selecting
"skip" when prompted) and configure InvokeAI to use the
previously-downloaded files. The process for this is described in
[INSTALLING_MODELS.md].
If you get an error message about a module not being installed, If you get an error message about a module not being installed,
check that the `invokeai` environment is active and if not, repeat check that the `invokeai` environment is active and if not, repeat
step 5. step 5.
@ -277,8 +283,10 @@ Here are some common issues and their suggested solutions.
incompatibility. While we have tried to minimize these, over time incompatibility. While we have tried to minimize these, over time
packages get updated and sometimes introduce incompatibilities. packages get updated and sometimes introduce incompatibilities.
We suggest that you search [Issues](https://github.com/invoke-ai/InvokeAI/issues) or the We suggest that you search
Bug Report and Support channel of the [InvokeAI Discord](https://discord.gg/ZmtBAhwWhy). [Issues](https://github.com/invoke-ai/InvokeAI/issues) or the
"bugs-and-support" channel of the [InvokeAI
Discord](https://discord.gg/ZmtBAhwWhy).
You may also try to install the broken packages manually using PIP. To do this, activate You may also try to install the broken packages manually using PIP. To do this, activate
the `invokeai` environment, and run `pip install` with the name and version of the the `invokeai` environment, and run `pip install` with the name and version of the

View File

@ -22,3 +22,5 @@ case "${OS_NAME}" in
esac esac
python scripts/preload_models.py python scripts/preload_models.py