|  | 
| 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 | 
 | 
|  | 62 | +- title: Modular Diffusers | 
|  | 63 | +  isExpanded: false | 
|  | 64 | +  sections: | 
|  | 65 | +  - local: modular_diffusers/overview | 
|  | 66 | +    title: Overview | 
|  | 67 | +  - local: modular_diffusers/quickstart | 
|  | 68 | +    title: Quickstart | 
|  | 69 | +  - local: modular_diffusers/modular_diffusers_states | 
|  | 70 | +    title: States | 
|  | 71 | +  - local: modular_diffusers/pipeline_block | 
|  | 72 | +    title: ModularPipelineBlocks | 
|  | 73 | +  - local: modular_diffusers/sequential_pipeline_blocks | 
|  | 74 | +    title: SequentialPipelineBlocks | 
|  | 75 | +  - local: modular_diffusers/loop_sequential_pipeline_blocks | 
|  | 76 | +    title: LoopSequentialPipelineBlocks | 
|  | 77 | +  - local: modular_diffusers/auto_pipeline_blocks | 
|  | 78 | +    title: AutoPipelineBlocks | 
|  | 79 | +  - local: modular_diffusers/modular_pipeline | 
|  | 80 | +    title: ModularPipeline | 
|  | 81 | +  - local: modular_diffusers/components_manager | 
|  | 82 | +    title: ComponentsManager | 
|  | 83 | +  - local: modular_diffusers/guiders | 
|  | 84 | +    title: Guiders | 
| 28 | 85 | 
 | 
| 29 | 86 | - title: Training | 
| 30 | 87 |   isExpanded: false | 
|  | 
| 37 | 94 |     sections: | 
| 38 | 95 |     - local: training/text2image | 
| 39 | 96 |       title: Text-to-image | 
|  | 97 | +    - local: training/kandinsky | 
|  | 98 | +      title: Kandinsky 2.2 | 
|  | 99 | +    - local: training/wuerstchen | 
|  | 100 | +      title: Wuerstchen | 
| 40 | 101 |     - local: training/controlnet | 
| 41 | 102 |       title: ControlNet | 
|  | 103 | +    - local: training/instructpix2pix | 
|  | 104 | +      title: InstructPix2Pix | 
| 42 | 105 |   - title: Methods | 
| 43 | 106 |     sections: | 
| 44 | 107 |     - local: training/text_inversion | 
| 45 | 108 |       title: Textual Inversion | 
|  | 109 | +    - local: training/dreambooth | 
|  | 110 | +      title: DreamBooth | 
| 46 | 111 |     - local: training/lora | 
| 47 | 112 |       title: LoRA | 
| 48 | 113 | 
 | 
|  | 
| 51 | 116 |   sections: | 
| 52 | 117 |   - local: optimization/onnx | 
| 53 | 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 | 
| 54 | 129 | 
 | 
| 55 | 130 | - title: Specific pipeline examples | 
| 56 | 131 |   isExpanded: false | 
|  | 
| 63 | 138 |   sections: | 
| 64 | 139 |   - title: Task recipes | 
| 65 | 140 |     sections: | 
|  | 141 | +    - local: community_projects | 
|  | 142 | +      title: Projects built with Diffusers | 
| 66 | 143 |     - local: conceptual/philosophy | 
| 67 | 144 |       title: Philosophy | 
| 68 | 145 |     - local: conceptual/contribution | 
|  | 
0 commit comments