|  | 
| 15 | 15 |   - local: using-diffusers/schedulers | 
| 16 | 16 |     title: Load schedulers and models | 
| 17 | 17 | 
 | 
|  | 18 | +- title: Inference | 
|  | 19 | +  isExpanded: false | 
|  | 20 | +  sections: | 
|  | 21 | +  - local: training/distributed_inference | 
|  | 22 | +    title: Distributed inference | 
|  | 23 | + | 
| 18 | 24 | - title: Inference optimization | 
| 19 | 25 |   isExpanded: false | 
| 20 | 26 |   sections: | 
| 21 | 27 |   - local: optimization/fp16 | 
| 22 | 28 |     title: Accelerate inference | 
|  | 29 | +  - local: optimization/cache | 
|  | 30 | +    title: Caching | 
|  | 31 | +  - local: optimization/memory | 
|  | 32 | +    title: Reduce memory usage | 
|  | 33 | +  - local: optimization/speed-memory-optims | 
|  | 34 | +    title: Compile and offloading quantized models | 
| 23 | 35 |   - title: Community optimizations | 
| 24 | 36 |     sections: | 
|  | 37 | +    - local: optimization/pruna | 
|  | 38 | +      title: Pruna | 
| 25 | 39 |     - local: optimization/xformers | 
| 26 | 40 |       title: xFormers | 
|  | 41 | +    - local: optimization/tome | 
|  | 42 | +      title: Token merging | 
|  | 43 | +    - local: optimization/deepcache | 
|  | 44 | +      title: DeepCache | 
|  | 45 | +    - local: optimization/tgate | 
|  | 46 | +      title: TGATE | 
|  | 47 | +    - local: optimization/xdit | 
|  | 48 | +      title: xDiT | 
|  | 49 | +    - local: optimization/para_attn | 
|  | 50 | +      title: ParaAttention | 
|  | 51 | + | 
|  | 52 | +- title: Hybrid Inference | 
|  | 53 | +  isExpanded: false | 
|  | 54 | +  sections: | 
|  | 55 | +  - local: hybrid_inference/overview | 
|  | 56 | +    title: Overview | 
|  | 57 | +  - local: hybrid_inference/vae_encode | 
|  | 58 | +    title: VAE Encode | 
|  | 59 | +  - local: hybrid_inference/api_reference | 
|  | 60 | +    title: API Reference | 
| 27 | 61 | 
 | 
| 28 | 62 | - title: Modular Diffusers | 
| 29 | 63 |   isExpanded: false | 
|  | 
| 44 | 78 |     title: AutoPipelineBlocks | 
| 45 | 79 |   - local: modular_diffusers/modular_pipeline | 
| 46 | 80 |     title: ModularPipeline | 
|  | 81 | +  - local: modular_diffusers/components_manager | 
|  | 82 | +    title: ComponentsManager | 
|  | 83 | +  - local: modular_diffusers/guiders | 
|  | 84 | +    title: Guiders | 
| 47 | 85 | 
 | 
| 48 | 86 | - title: Training | 
| 49 | 87 |   isExpanded: false | 
|  | 
| 56 | 94 |     sections: | 
| 57 | 95 |     - local: training/text2image | 
| 58 | 96 |       title: Text-to-image | 
|  | 97 | +    - local: training/kandinsky | 
|  | 98 | +      title: Kandinsky 2.2 | 
|  | 99 | +    - local: training/wuerstchen | 
|  | 100 | +      title: Wuerstchen | 
| 59 | 101 |     - local: training/controlnet | 
| 60 | 102 |       title: ControlNet | 
|  | 103 | +    - local: training/instructpix2pix | 
|  | 104 | +      title: InstructPix2Pix | 
| 61 | 105 |   - title: Methods | 
| 62 | 106 |     sections: | 
| 63 | 107 |     - local: training/text_inversion | 
| 64 | 108 |       title: Textual Inversion | 
|  | 109 | +    - local: training/dreambooth | 
|  | 110 | +      title: DreamBooth | 
| 65 | 111 |     - local: training/lora | 
| 66 | 112 |       title: LoRA | 
| 67 | 113 | 
 | 
|  | 
| 70 | 116 |   sections: | 
| 71 | 117 |   - local: optimization/onnx | 
| 72 | 118 |     title: ONNX | 
|  | 119 | +  - local: optimization/open_vino | 
|  | 120 | +    title: OpenVINO | 
|  | 121 | +  - local: optimization/coreml | 
|  | 122 | +    title: Core ML | 
|  | 123 | +  - local: optimization/mps | 
|  | 124 | +    title: Metal Performance Shaders (MPS) | 
|  | 125 | +  - local: optimization/habana | 
|  | 126 | +    title: Intel Gaudi | 
|  | 127 | +  - local: optimization/neuron | 
|  | 128 | +    title: AWS Neuron | 
| 73 | 129 | 
 | 
| 74 | 130 | - title: Specific pipeline examples | 
| 75 | 131 |   isExpanded: false | 
|  | 
0 commit comments