Skip to content

Commit e23705e

Browse files
stevhliusayakpaul
andauthored
[docs] Adapters (#11331)
* refactor adapter docs * ip-adapter * ip adapter * fix toctree * fix toctree * lora * images * controlnet * feedback * controlnet * t2i * fix typo * feedback --------- Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
1 parent b848d47 commit e23705e

9 files changed

+1344
-1893
lines changed

docs/source/en/_toctree.yml

+15-14
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
title: AutoPipeline
1818
- local: tutorials/basic_training
1919
title: Train a diffusion model
20-
- local: tutorials/using_peft_for_inference
21-
title: Load LoRAs for inference
2220
- local: tutorials/fast_diffusion
2321
title: Accelerate inference of text-to-image diffusion models
2422
title: Tutorials
@@ -31,11 +29,24 @@
3129
title: Load schedulers and models
3230
- local: using-diffusers/other-formats
3331
title: Model files and layouts
34-
- local: using-diffusers/loading_adapters
35-
title: Load adapters
3632
- local: using-diffusers/push_to_hub
3733
title: Push files to the Hub
3834
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
3950
- sections:
4051
- local: using-diffusers/unconditional_image_generation
4152
title: Unconditional image generation
@@ -57,8 +68,6 @@
5768
title: Create a server
5869
- local: training/distributed_inference
5970
title: Distributed inference
60-
- local: using-diffusers/merge_loras
61-
title: Merge LoRAs
6271
- local: using-diffusers/scheduler_features
6372
title: Scheduler features
6473
- local: using-diffusers/callback
@@ -95,20 +104,12 @@
95104
title: SDXL Turbo
96105
- local: using-diffusers/kandinsky
97106
title: Kandinsky
98-
- local: using-diffusers/ip_adapter
99-
title: IP-Adapter
100107
- local: using-diffusers/omnigen
101108
title: OmniGen
102109
- local: using-diffusers/pag
103110
title: PAG
104-
- local: using-diffusers/controlnet
105-
title: ControlNet
106-
- local: using-diffusers/t2i_adapter
107-
title: T2I-Adapter
108111
- local: using-diffusers/inference_with_lcm
109112
title: Latent Consistency Model
110-
- local: using-diffusers/textual_inversion_inference
111-
title: Textual inversion
112113
- local: using-diffusers/shap-e
113114
title: Shap-E
114115
- local: using-diffusers/diffedit

0 commit comments

Comments
 (0)