|
2 | 2 | sections:
|
3 | 3 | - local: index
|
4 | 4 | title: Diffusers
|
| 5 | + - local: installation |
| 6 | + title: 安装 |
5 | 7 | - local: quicktour
|
6 | 8 | title: 快速入门
|
7 | 9 | - local: stable_diffusion
|
8 | 10 | title: 有效和高效的扩散
|
9 | | - - local: consisid |
10 | | - title: 身份保持的文本到视频生成 |
11 | | - - local: installation |
12 | | - title: 安装 |
| 11 | + |
| 12 | +- title: DiffusionPipeline |
| 13 | + isExpanded: false |
| 14 | + sections: |
| 15 | + - local: using-diffusers/schedulers |
| 16 | + title: Load schedulers and models |
| 17 | + |
| 18 | +- title: Inference optimization |
| 19 | + isExpanded: false |
| 20 | + sections: |
| 21 | + - local: optimization/fp16 |
| 22 | + title: Accelerate inference |
| 23 | + - title: Community optimizations |
| 24 | + sections: |
| 25 | + - local: optimization/xformers |
| 26 | + title: xFormers |
| 27 | + |
13 | 28 |
|
14 | 29 | - title: Training
|
15 | 30 | isExpanded: false
|
|
31 | 46 | - local: training/lora
|
32 | 47 | title: LoRA
|
33 | 48 |
|
34 | | -- title: Inference optimization |
35 | | - isExpanded: false |
36 | | - sections: |
37 | | - - local: optimization/fp16 |
38 | | - title: Accelerate inference |
39 | | - - title: Community optimizations |
40 | | - sections: |
41 | | - - local: optimization/xformers |
42 | | - title: xFormers |
43 | | - |
44 | 49 | - title: Model accelerators and hardware
|
45 | 50 | isExpanded: false
|
46 | 51 | sections:
|
47 | 52 | - local: optimization/onnx
|
48 | 53 | title: ONNX
|
49 | 54 |
|
50 | | -- title: DiffusionPipeline |
| 55 | +- title: Specific pipeline examples |
51 | 56 | isExpanded: false
|
52 | 57 | sections:
|
53 | | - - local: using-diffusers/schedulers |
54 | | - title: Load schedulers and models |
| 58 | + - local: using-diffusers/consisid |
| 59 | + title: ConsisID |
55 | 60 |
|
56 | 61 | - title: Resources
|
57 | 62 | isExpanded: false
|
58 | 63 | sections:
|
| 64 | + - title: Task recipes |
| 65 | + sections: |
59 | 66 | - local: conceptual/philosophy
|
60 | 67 | title: Philosophy
|
61 | 68 | - local: conceptual/contribution
|
|
0 commit comments