forked from hao-ai-lab/FastVideo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
265 lines (253 loc) · 8.05 KB
/
Copy pathmkdocs.yml
File metadata and controls
265 lines (253 loc) · 8.05 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
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
site_name: FastVideo
site_description: A unified inference and post-training framework for accelerated video generation
site_author: FastVideo Team
site_url: https://haoailab.com/FastVideo/
# Documentation directory
docs_dir: docs
exclude_docs: |
README.md
generate_examples.py
**/__pycache__/**
# Repository
repo_name: hao-ai-lab/FastVideo
repo_url: https://github.com/hao-ai-lab/FastVideo
edit_uri: edit/main/docs/
# Configuration
theme:
name: material
favicon: assets/logos/icon_simple.svg
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-2
name: Switch to system preference
features:
- content.action.edit
- content.code.annotate
- content.code.copy
- content.tabs.link
- navigation.instant
- navigation.instant.progress
- navigation.tabs
- navigation.tabs.sticky
- navigation.tracking
- navigation.top
- navigation.path
- search.highlight
- search.share
- toc.follow
icon:
logo: material/book-open-variant
font:
text: Roboto
code: Roboto Mono
# Native MkDocs hooks
hooks:
- docs/generate_examples.py
# Plugins
plugins:
- search:
lang: en
- autorefs
- glightbox
- git-revision-date-localized:
# exclude autogenerated files
exclude:
- examples/*
- getting_started/examples/*
- inference/examples/*
- training/examples/*
- distillation/examples/*
- minify:
minify_html: true
minify_js: true
minify_css: true
cache_safe: true
js_files: [assets/copy-page.js, assets/cookbook.js]
css_files: [assets/custom.css]
- api-autonav:
modules: ["fastvideo"]
api_root_uri: "api"
on_implicit_namespace_package: skip
exclude:
- "re:fastvideo\\._.*"
- "fastvideo.tests"
- "fastvideo.third_party"
- mkdocstrings:
handlers:
python:
paths: [.]
options:
docstring_style: google
# Avoid flooding build logs with existing API docstring lint debt.
docstring_options:
warnings: false
show_source: true
show_root_heading: true
show_root_toc_entry: true
show_symbol_type_heading: true
show_object_full_path: true
show_category_heading: true
signature_crossrefs: true
show_if_no_docstring: false
show_signature_annotations: true
separate_signature: true
merge_init_into_class: true
show_bases: true
show_root_full_path: false
show_root_members_full_path: false
inventories:
- https://docs.python.org/3/objects.inv
# Markdown extensions
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
# line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji
- pymdownx.arithmatex:
generic: true
- pymdownx.critic
- pymdownx.details
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
# For in page [TOC] (not sidebar)
- toc:
permalink: true
- mdx_truly_sane_lists
# Page tree
nav:
- Home: index.md
- Getting Started:
- Installation: getting_started/installation.md
- Apple Silicon FastWan: getting_started/installation/mps.md
- NVIDIA DGX Spark: getting_started/installation/spark.md
- Pair two DGX Sparks: getting_started/installation/spark_pair.md
- Quick Start: getting_started/quick_start.md
- V1 API: getting_started/v1_api.md
- Cookbook:
- Overview: cookbook/index.md
- H3 server and playground: cookbook/openai-api.md
- Video:
- MiniMax H3: cookbook/minimax-h3.md
- Wan: cookbook/wan.md
- LTX: cookbook/ltx.md
- Hunyuan: cookbook/hunyuan.md
- Kandinsky 5: cookbook/kandinsky5.md
- LongCat: cookbook/longcat.md
- TurboDiffusion: cookbook/turbodiffusion.md
- Image:
- FLUX: cookbook/flux.md
- GLM-Image: cookbook/glm-image.md
- Z-Image: cookbook/z-image.md
- Stable Diffusion: cookbook/stable-diffusion.md
- Audio:
- Stable Audio: cookbook/stable-audio.md
- MMAudio: cookbook/mmaudio.md
- World:
- Cosmos: cookbook/cosmos.md
- Matrix Game: cookbook/matrix-game.md
- Inference:
- Quick Start: inference/inference_quick_start.md
- Configuration: inference/configuration.md
- Offloading: inference/offloading.md
- Optimizations: inference/optimizations.md
- ComfyUI: inference/comfyui.md
- Support Matrix: inference/support_matrix.md
- CLI: inference/cli.md
- Add Pipeline: inference/add_pipeline.md
- Examples:
- Examples Index: inference/examples/examples_inference_index.md
- Basic: inference/examples/basic.md
- Optimizations: inference/examples/optimizations.md
- LTX-2.3: inference/examples/ltx2_3.md
- LTX-2.3 Gradio Demo: inference/examples/gradio_local_demo_ltx2_3.md
- STA Mask Search (Archived): inference/examples/sta_mask_search.md
- Training:
- Overview: training/overview.md
- Training Infrastructure: training/train_infra.md
- Experiment Tracking: training/trackers.md
- Data Preprocessing: training/data_preprocess.md
- Fine-tuning: training/finetune.md
- Attn-QAT Training: training/attn_qat.md
- Examples:
- Training Index: training/examples/examples_training_index.md
- Wan T2V 1.3B: training/examples/wan_t2v_1.3B.md
- Wan I2V 14B 480p: training/examples/wan_i2v_14B_480p.md
- Wan2.1 Fun 1.3B InP: training/examples/Wan2.1-Fun-1.3B-InP.md
- Wan2.1 VSA: training/examples/Wan2.1-VSA.md
- Fine-tuning: training/examples/finetune.md
- Distillation:
- Data Preprocessing: distillation/data_preprocess.md
- DMD: distillation/dmd.md
- AnyFlow: distillation/anyflow.md
- Attention:
- Overview: attention/index.md
- Video Sparse Attention: attention/vsa/index.md
- Sliding Tile Attention (Archived): attention/sta/index.md
- Backend Development: contributing/attention_backend.md
- Utilities:
- LoRA: utilities/lora.md
- Debugging: utilities/debugging.md
- Design:
- Overview: design/overview.md
- Training Architecture: design/training_architecture.md
- Server Contracts:
- Overview: design/server_contracts/index.md
- OpenAI HTTP: design/server_contracts/openai.md
- Streaming WebSocket: design/server_contracts/streaming.md
- Dynamo Integration: design/server_contracts/dynamo.md
- Developer Guide:
- Overview: contributing/overview.md
- Developer Environment:
- Index: contributing/developer_env/index.md
- Docker: contributing/developer_env/docker.md
- RunPod: contributing/developer_env/runpod.md
- Pull Requests: contributing/pull_requests.md
- CI/CD Architecture: contributing/ci_architecture.md
- Testing: contributing/testing.md
- Performance Benchmarks: contributing/performance_benchmarks.md
- Profiling: contributing/profiling.md
- Activation Trace: contributing/activation_trace.md
- Coding Agents: contributing/coding_agents.md
- Dreamverse Development: contributing/dreamverse-development.md
- Attention Backend Development: contributing/attention_backend.md
- API Reference:
- Overview: api/index.md
# Extra
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/hao-ai-lab/FastVideo
version:
provider: mike
# Custom CSS
extra_css:
- assets/custom.css
# Custom JavaScript
extra_javascript:
- assets/copy-page.js
- assets/cookbook.js