44 - local : quicktour
55 title : 快速入门
66 - local : stable_diffusion
7- title : Stable Diffusion
7+ title : Effective and efficient diffusion
88 - local : installation
99 title : 安装
1010 title : 开始
1111- sections :
12+ - local : tutorials/tutorial_overview
13+ title : Overview
14+ - local : using-diffusers/write_own_pipeline
15+ title : Understanding models and schedulers
1216 - local : tutorials/basic_training
1317 title : Train a diffusion model
1418 title : Tutorials
1519- sections :
1620 - sections :
21+ - local : using-diffusers/loading_overview
22+ title : Overview
1723 - local : using-diffusers/loading
18- title : Loading Pipelines, Models , and Schedulers
24+ title : Load pipelines, models , and schedulers
1925 - local : using-diffusers/schedulers
20- title : Using different Schedulers
21- - local : using-diffusers/configuration
22- title : Configuring Pipelines, Models, and Schedulers
26+ title : Load and compare different schedulers
2327 - local : using-diffusers/custom_pipeline_overview
24- title : Loading and Adding Custom Pipelines
28+ title : Load community pipelines
2529 - local : using-diffusers/kerascv
26- title : Using KerasCV Stable Diffusion Checkpoints in Diffusers
30+ title : Load KerasCV Stable Diffusion checkpoints
2731 title : Loading & Hub
2832 - sections :
33+ - local : using-diffusers/pipeline_overview
34+ title : Overview
2935 - local : using-diffusers/unconditional_image_generation
30- title : Unconditional Image Generation
36+ title : Unconditional image generation
3137 - local : using-diffusers/conditional_image_generation
32- title : Text-to-Image Generation
38+ title : Text-to-image generation
3339 - local : using-diffusers/img2img
34- title : Text-Guided Image -to-Image
40+ title : Text-guided image -to-image
3541 - local : using-diffusers/inpaint
36- title : Text-Guided Image-Inpainting
42+ title : Text-guided image-inpainting
3743 - local : using-diffusers/depth2img
38- title : Text-Guided Depth-to-Image
39- - local : using-diffusers/controlling_generation
40- title : Controlling generation
44+ title : Text-guided depth-to-image
4145 - local : using-diffusers/reusing_seeds
42- title : Reusing seeds for deterministic generation
46+ title : Improve image quality with deterministic generation
4347 - local : using-diffusers/reproducibility
44- title : Reproducibility
48+ title : Create reproducible pipelines
4549 - local : using-diffusers/custom_pipeline_examples
46- title : Community Pipelines
50+ title : Community pipelines
4751 - local : using-diffusers/contribute_pipeline
48- title : How to contribute a Pipeline
52+ title : How to contribute a community pipeline
4953 - local : using-diffusers/using_safetensors
5054 title : Using safetensors
55+ - local : using-diffusers/stable_diffusion_jax_how_to
56+ title : Stable Diffusion in JAX/Flax
57+ - local : using-diffusers/weighted_prompts
58+ title : Weighting Prompts
5159 title : Pipelines for Inference
60+ - sections :
61+ - local : training/overview
62+ title : Overview
63+ - local : training/unconditional_training
64+ title : Unconditional image generation
65+ - local : training/text_inversion
66+ title : Textual Inversion
67+ - local : training/dreambooth
68+ title : DreamBooth
69+ - local : training/text2image
70+ title : Text-to-image
71+ - local : training/lora
72+ title : Low-Rank Adaptation of Large Language Models (LoRA)
73+ - local : training/controlnet
74+ title : ControlNet
75+ - local : training/instructpix2pix
76+ title : InstructPix2Pix Training
77+ - local : training/custom_diffusion
78+ title : Custom Diffusion
79+ title : Training
5280 - sections :
5381 - local : using-diffusers/rl
5482 title : Reinforcement Learning
5987 title : Taking Diffusers Beyond Images
6088 title : Using Diffusers
6189- sections :
90+ - local : optimization/opt_overview
91+ title : Overview
6292 - local : optimization/fp16
6393 title : Memory and Speed
6494 - local : optimization/torch2.0
6999 title : ONNX
70100 - local : optimization/open_vino
71101 title : OpenVINO
102+ - local : optimization/coreml
103+ title : Core ML
72104 - local : optimization/mps
73105 title : MPS
74106 - local : optimization/habana
75107 title : Habana Gaudi
108+ - local : optimization/tome
109+ title : Token Merging
76110 title : Optimization/Special Hardware
77- - sections :
78- - local : training/overview
79- title : Overview
80- - local : training/unconditional_training
81- title : Unconditional Image Generation
82- - local : training/text_inversion
83- title : Textual Inversion
84- - local : training/dreambooth
85- title : DreamBooth
86- - local : training/text2image
87- title : Text-to-image
88- - local : training/lora
89- title : Low-Rank Adaptation of Large Language Models (LoRA)
90- title : Training
91111- sections :
92112 - local : conceptual/philosophy
93113 title : Philosophy
114+ - local : using-diffusers/controlling_generation
115+ title : Controlled generation
94116 - local : conceptual/contribution
95117 title : How to contribute?
96118 - local : conceptual/ethical_guidelines
97119 title : Diffusers' Ethical Guidelines
120+ - local : conceptual/evaluation
121+ title : Evaluating Diffusion Models
98122 title : Conceptual Guides
99123- sections :
100124 - sections :
118142 title : AltDiffusion
119143 - local : api/pipelines/audio_diffusion
120144 title : Audio Diffusion
145+ - local : api/pipelines/audioldm
146+ title : AudioLDM
121147 - local : api/pipelines/cycle_diffusion
122148 title : Cycle Diffusion
123149 - local : api/pipelines/dance_diffusion
128154 title : DDPM
129155 - local : api/pipelines/dit
130156 title : DiT
157+ - local : api/pipelines/if
158+ title : IF
131159 - local : api/pipelines/latent_diffusion
132160 title : Latent Diffusion
133161 - local : api/pipelines/paint_by_example
142170 title : Score SDE VE
143171 - local : api/pipelines/semantic_stable_diffusion
144172 title : Semantic Guidance
173+ - local : api/pipelines/spectrogram_diffusion
174+ title : " Spectrogram Diffusion"
145175 - sections :
146176 - local : api/pipelines/stable_diffusion/overview
147177 title : Overview
171201 title : MultiDiffusion Panorama
172202 - local : api/pipelines/stable_diffusion/controlnet
173203 title : Text-to-Image Generation with ControlNet Conditioning
204+ - local : api/pipelines/stable_diffusion/model_editing
205+ title : Text-to-Image Model Editing
174206 title : Stable Diffusion
175207 - local : api/pipelines/stable_diffusion_2
176208 title : Stable Diffusion 2
177209 - local : api/pipelines/stable_unclip
178210 title : Stable unCLIP
179211 - local : api/pipelines/stochastic_karras_ve
180212 title : Stochastic Karras VE
213+ - local : api/pipelines/text_to_video
214+ title : Text-to-Video
215+ - local : api/pipelines/text_to_video_zero
216+ title : Text-to-Video Zero
181217 - local : api/pipelines/unclip
182218 title : UnCLIP
183219 - local : api/pipelines/latent_diffusion_uncond
235271 - local : api/experimental/rl
236272 title : RL Planning
237273 title : Experimental Features
238- title : API
274+ title : API
0 commit comments