Skip to content

Commit b3e56e7

Browse files
authored
styling issues. (#12522)
1 parent 5b5fa49 commit b3e56e7

File tree

1 file changed

+77
-88
lines changed

1 file changed

+77
-88
lines changed

docs/source/en/_toctree.yml

Lines changed: 77 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
- title: Get started
2-
sections:
1+
- sections:
32
- local: index
43
title: Diffusers
54
- local: installation
@@ -8,9 +7,8 @@
87
title: Quickstart
98
- local: stable_diffusion
109
title: Basic performance
11-
12-
- title: Pipelines
13-
isExpanded: false
10+
title: Get started
11+
- isExpanded: false
1412
sections:
1513
- local: using-diffusers/loading
1614
title: DiffusionPipeline
@@ -28,9 +26,8 @@
2826
title: Model formats
2927
- local: using-diffusers/push_to_hub
3028
title: Sharing pipelines and models
31-
32-
- title: Adapters
33-
isExpanded: false
29+
title: Pipelines
30+
- isExpanded: false
3431
sections:
3532
- local: tutorials/using_peft_for_inference
3633
title: LoRA
@@ -44,9 +41,8 @@
4441
title: DreamBooth
4542
- local: using-diffusers/textual_inversion_inference
4643
title: Textual inversion
47-
48-
- title: Inference
49-
isExpanded: false
44+
title: Adapters
45+
- isExpanded: false
5046
sections:
5147
- local: using-diffusers/weighted_prompts
5248
title: Prompting
@@ -56,9 +52,8 @@
5652
title: Batch inference
5753
- local: training/distributed_inference
5854
title: Distributed inference
59-
60-
- title: Inference optimization
61-
isExpanded: false
55+
title: Inference
56+
- isExpanded: false
6257
sections:
6358
- local: optimization/fp16
6459
title: Accelerate inference
@@ -70,8 +65,7 @@
7065
title: Reduce memory usage
7166
- local: optimization/speed-memory-optims
7267
title: Compiling and offloading quantized models
73-
- title: Community optimizations
74-
sections:
68+
- sections:
7569
- local: optimization/pruna
7670
title: Pruna
7771
- local: optimization/xformers
@@ -90,9 +84,9 @@
9084
title: ParaAttention
9185
- local: using-diffusers/image_quality
9286
title: FreeU
93-
94-
- title: Hybrid Inference
95-
isExpanded: false
87+
title: Community optimizations
88+
title: Inference optimization
89+
- isExpanded: false
9690
sections:
9791
- local: hybrid_inference/overview
9892
title: Overview
@@ -102,9 +96,8 @@
10296
title: VAE Encode
10397
- local: hybrid_inference/api_reference
10498
title: API Reference
105-
106-
- title: Modular Diffusers
107-
isExpanded: false
99+
title: Hybrid Inference
100+
- isExpanded: false
108101
sections:
109102
- local: modular_diffusers/overview
110103
title: Overview
@@ -126,9 +119,8 @@
126119
title: ComponentsManager
127120
- local: modular_diffusers/guiders
128121
title: Guiders
129-
130-
- title: Training
131-
isExpanded: false
122+
title: Modular Diffusers
123+
- isExpanded: false
132124
sections:
133125
- local: training/overview
134126
title: Overview
@@ -138,8 +130,7 @@
138130
title: Adapt a model to a new task
139131
- local: tutorials/basic_training
140132
title: Train a diffusion model
141-
- title: Models
142-
sections:
133+
- sections:
143134
- local: training/unconditional_training
144135
title: Unconditional image generation
145136
- local: training/text2image
@@ -158,8 +149,8 @@
158149
title: InstructPix2Pix
159150
- local: training/cogvideox
160151
title: CogVideoX
161-
- title: Methods
162-
sections:
152+
title: Models
153+
- sections:
163154
- local: training/text_inversion
164155
title: Textual Inversion
165156
- local: training/dreambooth
@@ -172,9 +163,9 @@
172163
title: Latent Consistency Distillation
173164
- local: training/ddpo
174165
title: Reinforcement learning training with DDPO
175-
176-
- title: Quantization
177-
isExpanded: false
166+
title: Methods
167+
title: Training
168+
- isExpanded: false
178169
sections:
179170
- local: quantization/overview
180171
title: Getting started
@@ -188,9 +179,8 @@
188179
title: quanto
189180
- local: quantization/modelopt
190181
title: NVIDIA ModelOpt
191-
192-
- title: Model accelerators and hardware
193-
isExpanded: false
182+
title: Quantization
183+
- isExpanded: false
194184
sections:
195185
- local: optimization/onnx
196186
title: ONNX
@@ -204,9 +194,8 @@
204194
title: Intel Gaudi
205195
- local: optimization/neuron
206196
title: AWS Neuron
207-
208-
- title: Specific pipeline examples
209-
isExpanded: false
197+
title: Model accelerators and hardware
198+
- isExpanded: false
210199
sections:
211200
- local: using-diffusers/consisid
212201
title: ConsisID
@@ -232,12 +221,10 @@
232221
title: Stable Video Diffusion
233222
- local: using-diffusers/marigold_usage
234223
title: Marigold Computer Vision
235-
236-
- title: Resources
237-
isExpanded: false
224+
title: Specific pipeline examples
225+
- isExpanded: false
238226
sections:
239-
- title: Task recipes
240-
sections:
227+
- sections:
241228
- local: using-diffusers/unconditional_image_generation
242229
title: Unconditional image generation
243230
- local: using-diffusers/conditional_image_generation
@@ -252,6 +239,7 @@
252239
title: Video generation
253240
- local: using-diffusers/depth2img
254241
title: Depth-to-image
242+
title: Task recipes
255243
- local: using-diffusers/write_own_pipeline
256244
title: Understanding pipelines, models and schedulers
257245
- local: community_projects
@@ -266,12 +254,10 @@
266254
title: Diffusers' Ethical Guidelines
267255
- local: conceptual/evaluation
268256
title: Evaluating Diffusion Models
269-
270-
- title: API
271-
isExpanded: false
257+
title: Resources
258+
- isExpanded: false
272259
sections:
273-
- title: Main Classes
274-
sections:
260+
- sections:
275261
- local: api/configuration
276262
title: Configuration
277263
- local: api/logging
@@ -282,8 +268,8 @@
282268
title: Quantization
283269
- local: api/parallel
284270
title: Parallel inference
285-
- title: Modular
286-
sections:
271+
title: Main Classes
272+
- sections:
287273
- local: api/modular_diffusers/pipeline
288274
title: Pipeline
289275
- local: api/modular_diffusers/pipeline_blocks
@@ -294,8 +280,8 @@
294280
title: Components and configs
295281
- local: api/modular_diffusers/guiders
296282
title: Guiders
297-
- title: Loaders
298-
sections:
283+
title: Modular
284+
- sections:
299285
- local: api/loaders/ip_adapter
300286
title: IP-Adapter
301287
- local: api/loaders/lora
@@ -310,14 +296,13 @@
310296
title: SD3Transformer2D
311297
- local: api/loaders/peft
312298
title: PEFT
313-
- title: Models
314-
sections:
299+
title: Loaders
300+
- sections:
315301
- local: api/models/overview
316302
title: Overview
317303
- local: api/models/auto_model
318304
title: AutoModel
319-
- title: ControlNets
320-
sections:
305+
- sections:
321306
- local: api/models/controlnet
322307
title: ControlNetModel
323308
- local: api/models/controlnet_union
@@ -332,8 +317,8 @@
332317
title: SD3ControlNetModel
333318
- local: api/models/controlnet_sparsectrl
334319
title: SparseControlNetModel
335-
- title: Transformers
336-
sections:
320+
title: ControlNets
321+
- sections:
337322
- local: api/models/allegro_transformer3d
338323
title: AllegroTransformer3DModel
339324
- local: api/models/aura_flow_transformer2d
@@ -396,8 +381,8 @@
396381
title: TransformerTemporalModel
397382
- local: api/models/wan_transformer_3d
398383
title: WanTransformer3DModel
399-
- title: UNets
400-
sections:
384+
title: Transformers
385+
- sections:
401386
- local: api/models/stable_cascade_unet
402387
title: StableCascadeUNet
403388
- local: api/models/unet
@@ -412,8 +397,8 @@
412397
title: UNetMotionModel
413398
- local: api/models/uvit2d
414399
title: UViT2DModel
415-
- title: VAEs
416-
sections:
400+
title: UNets
401+
- sections:
417402
- local: api/models/asymmetricautoencoderkl
418403
title: AsymmetricAutoencoderKL
419404
- local: api/models/autoencoder_dc
@@ -446,14 +431,26 @@
446431
title: Tiny AutoEncoder
447432
- local: api/models/vq
448433
title: VQModel
449-
- title: Pipelines
450-
sections:
434+
title: VAEs
435+
title: Models
436+
- sections:
451437
- local: api/pipelines/overview
452438
title: Overview
439+
- sections:
440+
- local: api/pipelines/audioldm
441+
title: AudioLDM
442+
- local: api/pipelines/audioldm2
443+
title: AudioLDM 2
444+
- local: api/pipelines/dance_diffusion
445+
title: Dance Diffusion
446+
- local: api/pipelines/musicldm
447+
title: MusicLDM
448+
- local: api/pipelines/stable_audio
449+
title: Stable Audio
450+
title: Audio
453451
- local: api/pipelines/auto_pipeline
454452
title: AutoPipeline
455-
- title: Image
456-
sections:
453+
- sections:
457454
- local: api/pipelines/amused
458455
title: aMUSEd
459456
- local: api/pipelines/animatediff
@@ -562,8 +559,7 @@
562559
title: Shap-E
563560
- local: api/pipelines/stable_cascade
564561
title: Stable Cascade
565-
- title: Stable Diffusion
566-
sections:
562+
- sections:
567563
- local: api/pipelines/stable_diffusion/overview
568564
title: Overview
569565
- local: api/pipelines/stable_diffusion/depth2img
@@ -581,7 +577,8 @@
581577
- local: api/pipelines/stable_diffusion/latent_upscale
582578
title: Latent upscaler
583579
- local: api/pipelines/stable_diffusion/ldm3d_diffusion
584-
title: LDM3D Text-to-(RGB, Depth), Text-to-(RGB-pano, Depth-pano), LDM3D Upscaler
580+
title: LDM3D Text-to-(RGB, Depth), Text-to-(RGB-pano, Depth-pano), LDM3D
581+
Upscaler
585582
- local: api/pipelines/stable_diffusion/stable_diffusion_safe
586583
title: Safe Stable Diffusion
587584
- local: api/pipelines/stable_diffusion/sdxl_turbo
@@ -598,6 +595,7 @@
598595
title: T2I-Adapter
599596
- local: api/pipelines/stable_diffusion/text2img
600597
title: Text-to-image
598+
title: Stable Diffusion
601599
- local: api/pipelines/stable_unclip
602600
title: Stable unCLIP
603601
- local: api/pipelines/unclip
@@ -610,8 +608,8 @@
610608
title: VisualCloze
611609
- local: api/pipelines/wuerstchen
612610
title: Wuerstchen
613-
- title: Video
614-
sections:
611+
title: Image
612+
- sections:
615613
- local: api/pipelines/allegro
616614
title: Allegro
617615
- local: api/pipelines/cogvideox
@@ -642,20 +640,9 @@
642640
title: Text2Video-Zero
643641
- local: api/pipelines/wan
644642
title: Wan
645-
- title: Audio
646-
sections:
647-
- local: api/pipelines/audioldm
648-
title: AudioLDM
649-
- local: api/pipelines/audioldm2
650-
title: AudioLDM 2
651-
- local: api/pipelines/dance_diffusion
652-
title: Dance Diffusion
653-
- local: api/pipelines/musicldm
654-
title: MusicLDM
655-
- local: api/pipelines/stable_audio
656-
title: Stable Audio
657-
- title: Schedulers
658-
sections:
643+
title: Video
644+
title: Pipelines
645+
- sections:
659646
- local: api/schedulers/overview
660647
title: Overview
661648
- local: api/schedulers/cm_stochastic_iterative
@@ -724,8 +711,8 @@
724711
title: UniPCMultistepScheduler
725712
- local: api/schedulers/vq_diffusion
726713
title: VQDiffusionScheduler
727-
- title: Internal classes
728-
sections:
714+
title: Schedulers
715+
- sections:
729716
- local: api/internal_classes_overview
730717
title: Overview
731718
- local: api/attnprocessor
@@ -741,4 +728,6 @@
741728
- local: api/image_processor
742729
title: VAE Image Processor
743730
- local: api/video_processor
744-
title: Video Processor
731+
title: Video Processor
732+
title: Internal classes
733+
title: API

0 commit comments

Comments
 (0)