|
72 | 72 | title: Overview |
73 | 73 | - local: using-diffusers/sdxl |
74 | 74 | title: Stable Diffusion XL |
| 75 | + - local: using-diffusers/sdxl_turbo |
| 76 | + title: SDXL Turbo |
75 | 77 | - local: using-diffusers/kandinsky |
76 | 78 | title: Kandinsky |
77 | 79 | - local: using-diffusers/controlnet |
|
94 | 96 | title: Latent Consistency Model-LoRA |
95 | 97 | - local: using-diffusers/inference_with_lcm |
96 | 98 | title: Latent Consistency Model |
| 99 | + - local: using-diffusers/svd |
| 100 | + title: Stable Video Diffusion |
97 | 101 | title: Specific pipeline examples |
98 | 102 | - sections: |
99 | 103 | - local: training/overview |
|
129 | 133 | title: LoRA |
130 | 134 | - local: training/custom_diffusion |
131 | 135 | title: Custom Diffusion |
| 136 | + - local: training/lcm_distill |
| 137 | + title: Latent Consistency Distillation |
132 | 138 | - local: training/ddpo |
133 | 139 | title: Reinforcement learning training with DDPO |
134 | 140 | title: Methods |
|
258 | 264 | title: ControlNet |
259 | 265 | - local: api/pipelines/controlnet_sdxl |
260 | 266 | title: ControlNet with Stable Diffusion XL |
| 267 | + - local: api/pipelines/controlnetxs |
| 268 | + title: ControlNet-XS |
| 269 | + - local: api/pipelines/controlnetxs_sdxl |
| 270 | + title: ControlNet-XS with Stable Diffusion XL |
261 | 271 | - local: api/pipelines/cycle_diffusion |
262 | 272 | title: Cycle Diffusion |
263 | 273 | - local: api/pipelines/dance_diffusion |
|
278 | 288 | title: Kandinsky 2.1 |
279 | 289 | - local: api/pipelines/kandinsky_v22 |
280 | 290 | title: Kandinsky 2.2 |
| 291 | + - local: api/pipelines/kandinsky3 |
| 292 | + title: Kandinsky 3 |
281 | 293 | - local: api/pipelines/latent_consistency_models |
282 | 294 | title: Latent Consistency Models |
283 | 295 | - local: api/pipelines/latent_diffusion |
|
327 | 339 | title: Stable Diffusion 2 |
328 | 340 | - local: api/pipelines/stable_diffusion/stable_diffusion_xl |
329 | 341 | title: Stable Diffusion XL |
| 342 | + - local: api/pipelines/stable_diffusion/sdxl_turbo |
| 343 | + title: SDXL Turbo |
330 | 344 | - local: api/pipelines/stable_diffusion/latent_upscale |
331 | 345 | title: Latent upscaler |
332 | 346 | - local: api/pipelines/stable_diffusion/upscale |
333 | 347 | title: Super-resolution |
334 | 348 | - local: api/pipelines/stable_diffusion/ldm3d_diffusion |
335 | | - title: LDM3D Text-to-(RGB, Depth) |
| 349 | + title: LDM3D Text-to-(RGB, Depth), Text-to-(RGB-pano, Depth-pano), LDM3D Upscaler |
336 | 350 | - local: api/pipelines/stable_diffusion/adapter |
337 | 351 | title: Stable Diffusion T2I-Adapter |
338 | 352 | - local: api/pipelines/stable_diffusion/gligen |
|
0 commit comments