-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
123 lines (112 loc) · 3.86 KB
/
mkdocs.yml
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
site_name: Visionatrix Documentation
repo_url: https://github.com/Visionatrix/Visionatrix
repo_name: Visionatrix
edit_uri: https://github.com/Visionatrix/VixFlowsDocs/edit/main/docs/
site_url: https://visionatrix.github.io/
nav:
- Home: index.md
- Flows:
- Overview: Flows/index.md
- Colorful XL: Flows/Colorful_XL.md
- Juggernaut Lite: Flows/Juggernaut_Lite.md
- Juggernaut XL: Flows/Juggernaut_XL.md
- Mobius XL: Flows/Mobius_XL.md
- SDXL Lighting: Flows/SDXL_Lighting.md
- Hunyuan DiT: Flows/HunyuanDiT.md
- Stable Cascade: Flows/Stable_Cascade.md
- Playground 2.5 Prometheus: Flows/Playground_2_5_prometheus.md
- Playground 2.5 Aesthetic: Flows/Playground_2_5_aesthetic.md
- Ghibli Portrait: Flows/GhibliPortrait.md
- Comicu Portrait: Flows/ComicuPortrait.md
- Vintage Portrait: Flows/VintagePortrait.md
- Memoji Portrait: Flows/MemojiPortrait.md
- Sketch Portrait: Flows/SketchPortrait.md
- Photomaker 1: Flows/Photomaker_1.md
- Photomaker 2: Flows/Photomaker_2.md
- Photo Stickers: Flows/PhotoStickers.md
- Photo Stickers 2: Flows/PhotoStickers2.md
- Mad Scientist: Flows/MadScientist.md
- Supir Upscaler: Flows/SupirUpscaler.md
- Human Face Detailer: Flows/HumanFaceDetailer.md
- Flux 1: Flows/Flux_1.md
- Inpaint: Flows/Inpaint.md
- All Your Life: Flows/AllYourLife.md
- Admin Manual:
- Installation:
- Overview: AdminManual/Installation/installation.md
- PostgreSQL Database: AdminManual/Installation/pgsql.md
- Using Gemini through Proxy: AdminManual/Installation/proxy_gemini.md
- Working Modes:
- Overview: AdminManual/WorkingModes/working_modes.md
- Worker to the Database: AdminManual/WorkingModes/worker_to_database.md
- Command Line Options: AdminManual/command_line_options.md
- Environment Variables: AdminManual/environment_variables.md
- Flows Developing:
- Overview: FlowsDeveloping/vix_workflows.md
- Technical Information: FlowsDeveloping/technical_information.md
- ComfyUI to Vix Workflows Migration: FlowsDeveloping/comfyui_vix_migration.md
- Models Catalog: FlowsDeveloping/models_catalog.md
- Gated Models: FlowsDeveloping/gated_models.md
- Integrations Manual:
- Getting started: IntegrationsManual/getting_started.md
- FAQ: faq.md
- Hardware FAQ: hardware_faq.md
- Hardware Results: hardware_results.md
- Hardware Results (Raw): hardware_results_raw.md
- How To Benchmark: how_to_benchmark.md
- Swagger API: swagger.html
markdown_extensions:
- tables
- admonition
- pymdownx.details
- pymdownx.superfences
- toc:
permalink: true
theme:
name: material
features:
- content.code.annotate
- content.code.copy
- content.footnote.tooltips
- content.tabs.link
- content.tooltips
- content.action.edit
- content.action.view
- search.highlight
- search.share
- search.suggest
- toc.follow
logo: assets/vix_logo.png
icon:
repo: fontawesome/brands/github
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
primary: teal
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
toggle:
icon: material/brightness-4
name: Switch to system preference
plugins:
- git-revision-date-localized:
enable_creation_date: true
exclude:
- hardware_results.md
- hardware_results_raw.md
- search
- social
validation:
anchors: warn