-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
66 lines (64 loc) · 1.74 KB
/
mkdocs.yml
File metadata and controls
66 lines (64 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
site_name: "LightDiffusion-Next"
site_url: "https://aatricks.github.io/LightDiffusion-Next"
site_description: "Blazing fast Stable Diffusion web UI backend"
site_author: "Aatricks"
dev_addr: "127.0.0.1:8080"
repo_url: "https://github.com/Aatricks/LightDiffusion-Next"
theme:
name: shadcn
icon: null
pygments_style:
light: shadcn-light
dark: github-dark
katex_options:
macros:
"\\dx": "\\mathrm{d}x"
# show_datetime: true
nav:
- Overview: index.md
- Getting Started:
- Installation: installation.md
- ROCm and MPS Setup: rocm-metal-support.md
- First Run & UI Tour: usage.md
- Workflow Playbook: examples.md
- Deep Dive:
- Architecture: architecture.md
- REST API: api.md
- Performance Optimizations:
- Overview: optimizations.md
- Implementation Report: implemented-optimizations-report.md
- CFG-Free Sampling: cfg-free-sampling.md
- Token Merging (ToMe): tome.md
- SageAttention & SpargeAttn: sageattention.md
- Stable-Fast: stablefast.md
- WaveSpeed Caching: wavespeed.md
- Prompt Caching: prompt-caching.md
- Align Your Steps: ays-scheduler.md
- Advanced CFG Optimizations: advanced-cfg-optimizations.md
- Operations:
- Performance & Troubleshooting: quirks.md
- FAQ: faq.md
- Contributing: contributing.md
plugins:
- search
- excalidraw
- mkdocstrings
markdown_extensions:
admonition:
codehilite:
fenced_code:
footnotes:
extra:
pymdownx.blocks.details:
pymdownx.tabbed:
pymdownx.blocks.tab:
combine_header_slug: true
separator: ___
pymdownx.progressbar:
pymdownx.snippets:
pymdownx.arithmatex:
generic: true
shadcn.extensions.echarts.alpha:
shadcn.extensions.codexec:
shadcn.extensions.iconify:
pymdownx.blocks.caption: