From 74406456f248db109a920550d4b31eb3c4f4d3a7 Mon Sep 17 00:00:00 2001 From: mauwii Date: Wed, 8 Feb 2023 20:07:12 +0100 Subject: [PATCH] Fix links (ignored deprecated folder) --- docs/CHANGELOG.md | 8 ++++---- docs/features/CLI.md | 2 +- docs/features/index.md | 4 ++-- docs/installation/020_INSTALL_MANUAL.md | 12 ++++++------ docs/installation/index.md | 12 ++++++------ 5 files changed, 19 insertions(+), 19 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 491e3b76e4..bd9b5b5512 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -4,7 +4,7 @@ title: Changelog # :octicons-log-16: **Changelog** -## v2.3.0 (15 January 2023) +## v2.3.0 (15 January 2023) **Transition to diffusers @@ -44,7 +44,7 @@ introduces several changes you should know about. A configuration stanza for a diffuers model stored locally should look like this, with a `format` of `diffusers`, but a `path` field that points at the directory that contains `model_index.json`: - + ``` waifu-diffusion: description: Latest waifu diffusion 1.4 @@ -94,7 +94,7 @@ introduces several changes you should know about. !import_model /opt/sd-models/sd-1.4.ckpt !import_model https://huggingface.co/Fictiverse/Stable_Diffusion_PaperCut_Model/blob/main/PaperCut_v1.ckpt ``` - + **KNOWN BUGS (15 January 2023) 1. On CUDA systems, the 768 pixel stable-diffusion-2.0 and @@ -261,7 +261,7 @@ sections describe what's new for InvokeAI. [Installation](installation/index.md). - A streamlined manual installation process that works for both Conda and PIP-only installs. See - [Manual Installation](installation/INSTALL_MANUAL.md). + [Manual Installation](installation/020_INSTALL_MANUAL.md). - The ability to save frequently-used startup options (model to load, steps, sampler, etc) in a `.invokeai` file. See [Client](features/CLI.md) diff --git a/docs/features/CLI.md b/docs/features/CLI.md index bbf3d6e67a..6379f7758c 100644 --- a/docs/features/CLI.md +++ b/docs/features/CLI.md @@ -345,7 +345,7 @@ useful for debugging the text masking process prior to inpainting with the The CLI allows you to add new models on the fly, as well as to switch among them rapidly without leaving the script. There are several different model formats, each described in the [Model Installation -Guide](050_INSTALLING_MODELS.md). +Guide](../installation/050_INSTALLING_MODELS.md). #### `!models` diff --git a/docs/features/index.md b/docs/features/index.md index 69cc972ee0..d9b0e1fd7c 100644 --- a/docs/features/index.md +++ b/docs/features/index.md @@ -41,7 +41,7 @@ are the ticket. ## Model Management -## * [Model Installation](050_INSTALLING_MODELS.md) +## * [Model Installation](../installation/050_INSTALLING_MODELS.md) Learn how to import third-party models and switch among them. This guide also covers optimizing models to load quickly. @@ -60,4 +60,4 @@ Prevent InvokeAI from displaying unwanted racy images. ## * [Miscellaneous](OTHER.md) Run InvokeAI on Google Colab, generate images with repeating patterns, batch process a file of prompts, increase the "creativity" of image -generation by adding initial noise, and more! \ No newline at end of file +generation by adding initial noise, and more! diff --git a/docs/installation/020_INSTALL_MANUAL.md b/docs/installation/020_INSTALL_MANUAL.md index bc06ede243..57e508fef9 100644 --- a/docs/installation/020_INSTALL_MANUAL.md +++ b/docs/installation/020_INSTALL_MANUAL.md @@ -36,7 +36,7 @@ gaming): install the [CUDA toolkit and optionally the XFormers library](070_INSTALL_XFORMERS.md). * **ROCm Tools** For _Linux users with AMD GPUs_, you will need - to install the [ROCm toolkit](080_INSTALL_ROCM.md). Note that + to install the [ROCm toolkit](./030_INSTALL_CUDA_AND_ROCM.md). Note that InvokeAI does not support AMD GPUs on Windows systems due to lack of a Windows ROCm library. @@ -73,14 +73,14 @@ manager, please follow these steps: path to `HOME/invokeai`. === "Linux/Mac" - + ```bash export INVOKEAI_ROOT="~/invokeai" mkdir $INVOKEAI_ROOT ``` === "Windows (Powershell)" - + ```bash Set-Variable -Name INVOKEAI_ROOT -Value $Home/invokeai mkdir $INVOKEAI_ROOT @@ -258,7 +258,7 @@ manager, please follow these steps: 12. Other scripts - The [Textual Inversion](../features/TEXTUAL_VERSION.md) script can be launched with the command: + The [Textual Inversion](../features/TEXTUAL_INVERSION.md) script can be launched with the command: ```bash invokeai-ti --gui @@ -330,5 +330,5 @@ installation protocol (important!) repository. You can then use GitHub functions to create and submit pull requests to contribute improvements to the project. - Please see [Contributing](../../README.md#Contributing) for hints - on getting started. \ No newline at end of file + Please see [Contributing](/index.md#Contributing) for hints + on getting started. diff --git a/docs/installation/index.md b/docs/installation/index.md index 12accf95ca..eb6c935fb7 100644 --- a/docs/installation/index.md +++ b/docs/installation/index.md @@ -30,8 +30,8 @@ install guide for frequently-encountered installation issues. InvokeAI and its dependencies. We offer two recipes: one suited to those who prefer the `conda` tool, and one suited to those who prefer `pip` and Python virtual environments. In our hands the pip install - is faster and more reliable, but your mileage may vary. - Note that the conda installation method is currently deprecated and + is faster and more reliable, but your mileage may vary. + Note that the conda installation method is currently deprecated and will not be supported at some point in the future. This method is recommended for users who have previously used `conda` @@ -48,7 +48,7 @@ install guide for frequently-encountered installation issues. ## Quick Guides -* [Installing CUDA and ROCm Drivers](installation/030_INSTALL_CUDA_AND_ROCM.md) -* [Installing XFormers](installation/070_INSTALL_XFORMERS.md) -* [Installing PyPatchMatch](installation/060_INSTALL_PATCHMATCH.md) -* [Installing New Models](installation/050_INSTALLING_MODELS.md) +* [Installing CUDA and ROCm Drivers](./030_INSTALL_CUDA_AND_ROCM.md) +* [Installing XFormers](./070_INSTALL_XFORMERS.md) +* [Installing PyPatchMatch](./060_INSTALL_PATCHMATCH.md) +* [Installing New Models](./050_INSTALLING_MODELS.md)