mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-09 23:12:02 +00:00
docs/guides: remove absolute link and tweak nav
This commit is contained in:
parent
13df3ac48a
commit
0eb739e3c6
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue