|
17 | 17 | title: AutoPipeline
|
18 | 18 | - local: tutorials/basic_training
|
19 | 19 | title: Train a diffusion model
|
20 |
| - - local: tutorials/using_peft_for_inference |
21 |
| - title: Load LoRAs for inference |
22 | 20 | - local: tutorials/fast_diffusion
|
23 | 21 | title: Accelerate inference of text-to-image diffusion models
|
24 | 22 | title: Tutorials
|
|
31 | 29 | title: Load schedulers and models
|
32 | 30 | - local: using-diffusers/other-formats
|
33 | 31 | title: Model files and layouts
|
34 |
| - - local: using-diffusers/loading_adapters |
35 |
| - title: Load adapters |
36 | 32 | - local: using-diffusers/push_to_hub
|
37 | 33 | title: Push files to the Hub
|
38 | 34 | title: Load pipelines and adapters
|
| 35 | +- sections: |
| 36 | + - local: tutorials/using_peft_for_inference |
| 37 | + title: LoRA |
| 38 | + - local: using-diffusers/ip_adapter |
| 39 | + title: IP-Adapter |
| 40 | + - local: using-diffusers/controlnet |
| 41 | + title: ControlNet |
| 42 | + - local: using-diffusers/t2i_adapter |
| 43 | + title: T2I-Adapter |
| 44 | + - local: using-diffusers/dreambooth |
| 45 | + title: DreamBooth |
| 46 | + - local: using-diffusers/textual_inversion_inference |
| 47 | + title: Textual inversion |
| 48 | + title: Adapters |
| 49 | + isExpanded: false |
39 | 50 | - sections:
|
40 | 51 | - local: using-diffusers/unconditional_image_generation
|
41 | 52 | title: Unconditional image generation
|
|
57 | 68 | title: Create a server
|
58 | 69 | - local: training/distributed_inference
|
59 | 70 | title: Distributed inference
|
60 |
| - - local: using-diffusers/merge_loras |
61 |
| - title: Merge LoRAs |
62 | 71 | - local: using-diffusers/scheduler_features
|
63 | 72 | title: Scheduler features
|
64 | 73 | - local: using-diffusers/callback
|
|
95 | 104 | title: SDXL Turbo
|
96 | 105 | - local: using-diffusers/kandinsky
|
97 | 106 | title: Kandinsky
|
98 |
| - - local: using-diffusers/ip_adapter |
99 |
| - title: IP-Adapter |
100 | 107 | - local: using-diffusers/omnigen
|
101 | 108 | title: OmniGen
|
102 | 109 | - local: using-diffusers/pag
|
103 | 110 | title: PAG
|
104 |
| - - local: using-diffusers/controlnet |
105 |
| - title: ControlNet |
106 |
| - - local: using-diffusers/t2i_adapter |
107 |
| - title: T2I-Adapter |
108 | 111 | - local: using-diffusers/inference_with_lcm
|
109 | 112 | title: Latent Consistency Model
|
110 |
| - - local: using-diffusers/textual_inversion_inference |
111 |
| - title: Textual inversion |
112 | 113 | - local: using-diffusers/shap-e
|
113 | 114 | title: Shap-E
|
114 | 115 | - local: using-diffusers/diffedit
|
|
0 commit comments