Fix links (ignored deprecated folder)

This commit is contained in:
mauwii 2023-02-08 20:07:12 +01:00
parent 8e0cd2df18
commit 74406456f2
No known key found for this signature in database
GPG Key ID: D923DB04ADB3F5AB
5 changed files with 19 additions and 19 deletions

View File

@ -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)

View File

@ -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`

View File

@ -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.

View File

@ -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.
@ -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
Please see [Contributing](/index.md#Contributing) for hints
on getting started.

View File

@ -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)