|
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 | - local: tutorials/inference_with_big_models |
|
33 | 31 | title: Load schedulers and models |
34 | 32 | - local: using-diffusers/other-formats |
35 | 33 | title: Model files and layouts |
36 | | - - local: using-diffusers/loading_adapters |
37 | | - title: Load adapters |
38 | 34 | - local: using-diffusers/push_to_hub |
39 | 35 | title: Push files to the Hub |
40 | 36 | title: Load pipelines and adapters |
| 37 | +- sections: |
| 38 | + - local: using-diffusers/using_peft_for_inference |
| 39 | + title: LoRA |
| 40 | + - local: using-diffusers/ip_adapter |
| 41 | + title: IP-Adapter |
| 42 | + - local: using-diffusers/dreambooth |
| 43 | + title: DreamBooth |
| 44 | + - local: using-diffusers/textual_inversion_inference |
| 45 | + title: Textual inversion |
| 46 | + title: Adapters |
41 | 47 | - sections: |
42 | 48 | - local: using-diffusers/unconditional_image_generation |
43 | 49 | title: Unconditional image generation |
|
97 | 103 | title: SDXL Turbo |
98 | 104 | - local: using-diffusers/kandinsky |
99 | 105 | title: Kandinsky |
100 | | - - local: using-diffusers/ip_adapter |
101 | | - title: IP-Adapter |
102 | 106 | - local: using-diffusers/omnigen |
103 | 107 | title: OmniGen |
104 | 108 | - local: using-diffusers/pag |
|
109 | 113 | title: T2I-Adapter |
110 | 114 | - local: using-diffusers/inference_with_lcm |
111 | 115 | title: Latent Consistency Model |
112 | | - - local: using-diffusers/textual_inversion_inference |
113 | | - title: Textual inversion |
114 | 116 | - local: using-diffusers/shap-e |
115 | 117 | title: Shap-E |
116 | 118 | - local: using-diffusers/diffedit |
|
0 commit comments