docs/guides: remove absolute link and tweak nav

This commit is contained in:
Cédric Deltheil 2024-02-01 21:06:49 +00:00 committed by Cédric Deltheil
parent 13df3ac48a
commit 0eb739e3c6
2 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ Stable Diffusion XL (SDXL) is a very popular text-to-image open source foundatio
!!! warning
You need to have access to a GPU to run this guide's code snippets (the examples use CUDA), with minimum 24GB VRAM.
First, make sure Refiners is installed in your local environment - see [Getting started](https://refine.rs/getting_started/#installation).
First, make sure Refiners is installed in your local environment - see [Getting started](/getting-started/recommended/).
Before diving into adapters, let's see establish a baseline by simply prompting SDXL with Refiners.

View file

@ -59,7 +59,7 @@ nav:
- getting-started/recommended.md
- getting-started/advanced.md
- Guides:
- guides/adapting_sdxl/index.md
- Adapting SDXL: guides/adapting_sdxl/index.md
- Key Concepts:
- concepts/chain.md
- concepts/context.md