From b850dbadafba052310327ca759d96f49a9d25d03 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Wed, 9 Nov 2022 20:16:57 +0000 Subject: [PATCH] finished reorganization of install docs --- docs/installation/INSTALL.md | 2 +- .../{MANUAL_INSTALL.md => INSTALL_MANUAL.md} | 12 ++++++++++-- .../{ => older_docs_to_be_removed}/INSTALL_LINUX.md | 0 .../{ => older_docs_to_be_removed}/INSTALL_MAC.md | 0 .../INSTALL_WINDOWS.md | 0 update.sh | 2 ++ 6 files changed, 13 insertions(+), 3 deletions(-) rename docs/installation/{MANUAL_INSTALL.md => INSTALL_MANUAL.md} (96%) rename docs/installation/{ => older_docs_to_be_removed}/INSTALL_LINUX.md (100%) rename docs/installation/{ => older_docs_to_be_removed}/INSTALL_MAC.md (100%) rename docs/installation/{ => older_docs_to_be_removed}/INSTALL_WINDOWS.md (100%) diff --git a/docs/installation/INSTALL.md b/docs/installation/INSTALL.md index 1bfb5b147e..994b575c5d 100644 --- a/docs/installation/INSTALL.md +++ b/docs/installation/INSTALL.md @@ -30,7 +30,7 @@ experience and preferences. This method is recommended for users with a bit of experience using 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 InvokeAI and its dependencies. We offer two recipes: one suited to diff --git a/docs/installation/MANUAL_INSTALL.md b/docs/installation/INSTALL_MANUAL.md similarity index 96% rename from docs/installation/MANUAL_INSTALL.md rename to docs/installation/INSTALL_MANUAL.md index 739b512779..9628addc58 100644 --- a/docs/installation/MANUAL_INSTALL.md +++ b/docs/installation/INSTALL_MANUAL.md @@ -136,6 +136,12 @@ download installers from the following URLs provide an access token that allows InvokeAI to legally download 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, check that the `invokeai` environment is active and if not, repeat 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 packages get updated and sometimes introduce incompatibilities. - We suggest that you search [Issues](https://github.com/invoke-ai/InvokeAI/issues) or the - Bug Report and Support channel of the [InvokeAI Discord](https://discord.gg/ZmtBAhwWhy). + We suggest that you search + [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 the `invokeai` environment, and run `pip install` with the name and version of the diff --git a/docs/installation/INSTALL_LINUX.md b/docs/installation/older_docs_to_be_removed/INSTALL_LINUX.md similarity index 100% rename from docs/installation/INSTALL_LINUX.md rename to docs/installation/older_docs_to_be_removed/INSTALL_LINUX.md diff --git a/docs/installation/INSTALL_MAC.md b/docs/installation/older_docs_to_be_removed/INSTALL_MAC.md similarity index 100% rename from docs/installation/INSTALL_MAC.md rename to docs/installation/older_docs_to_be_removed/INSTALL_MAC.md diff --git a/docs/installation/INSTALL_WINDOWS.md b/docs/installation/older_docs_to_be_removed/INSTALL_WINDOWS.md similarity index 100% rename from docs/installation/INSTALL_WINDOWS.md rename to docs/installation/older_docs_to_be_removed/INSTALL_WINDOWS.md diff --git a/update.sh b/update.sh index e969826359..d634324760 100755 --- a/update.sh +++ b/update.sh @@ -22,3 +22,5 @@ case "${OS_NAME}" in esac python scripts/preload_models.py + +