|
11 | 11 | - sections:
|
12 | 12 | - local: tutorials/tutorial_overview
|
13 | 13 | title: Overview
|
| 14 | + - local: using-diffusers/write_own_pipeline |
| 15 | + title: Understanding models and schedulers |
14 | 16 | - local: tutorials/basic_training
|
15 | 17 | title: Train a diffusion model
|
16 | 18 | title: Tutorials
|
|
19 | 21 | - local: using-diffusers/loading_overview
|
20 | 22 | title: Overview
|
21 | 23 | - local: using-diffusers/loading
|
22 |
| - title: Loading Pipelines, Models, and Schedulers |
| 24 | + title: Load pipelines, models, and schedulers |
23 | 25 | - local: using-diffusers/schedulers
|
24 |
| - title: Using different Schedulers |
25 |
| - - local: using-diffusers/configuration |
26 |
| - title: Configuring Pipelines, Models, and Schedulers |
| 26 | + title: Load and compare different schedulers |
27 | 27 | - local: using-diffusers/custom_pipeline_overview
|
28 |
| - title: Loading and Adding Custom Pipelines |
| 28 | + title: Load and add custom pipelines |
29 | 29 | - local: using-diffusers/kerascv
|
30 |
| - title: Using KerasCV Stable Diffusion Checkpoints in Diffusers |
| 30 | + title: Load KerasCV Stable Diffusion checkpoints |
31 | 31 | title: Loading & Hub
|
32 | 32 | - sections:
|
33 | 33 | - local: using-diffusers/pipeline_overview
|
34 | 34 | title: Overview
|
35 |
| - - local: using-diffusers/write_own_pipeline |
36 |
| - title: Understanding models and schedulers |
37 | 35 | - local: using-diffusers/unconditional_image_generation
|
38 | 36 | title: Unconditional Image Generation
|
39 | 37 | - local: using-diffusers/conditional_image_generation
|
|
44 | 42 | title: Text-Guided Image-Inpainting
|
45 | 43 | - local: using-diffusers/depth2img
|
46 | 44 | title: Text-Guided Depth-to-Image
|
47 |
| - - local: using-diffusers/controlling_generation |
48 |
| - title: Controlling generation |
49 | 45 | - local: using-diffusers/reusing_seeds
|
50 | 46 | title: Reusing seeds for deterministic generation
|
51 | 47 | - local: using-diffusers/reproducibility
|
|
59 | 55 | - local: using-diffusers/weighted_prompts
|
60 | 56 | title: Weighting Prompts
|
61 | 57 | title: Pipelines for Inference
|
| 58 | + - sections: |
| 59 | + - local: training/overview |
| 60 | + title: Overview |
| 61 | + - local: training/unconditional_training |
| 62 | + title: Unconditional image generation |
| 63 | + - local: training/text_inversion |
| 64 | + title: Textual Inversion |
| 65 | + - local: training/dreambooth |
| 66 | + title: DreamBooth |
| 67 | + - local: training/text2image |
| 68 | + title: Text-to-image |
| 69 | + - local: training/lora |
| 70 | + title: Low-Rank Adaptation of Large Language Models (LoRA) |
| 71 | + title: Training |
62 | 72 | - sections:
|
63 | 73 | - local: using-diffusers/rl
|
64 | 74 | title: Reinforcement Learning
|
|
86 | 96 | - local: optimization/habana
|
87 | 97 | title: Habana Gaudi
|
88 | 98 | title: Optimization/Special Hardware
|
89 |
| -- sections: |
90 |
| - - local: training/overview |
91 |
| - title: Overview |
92 |
| - - local: training/unconditional_training |
93 |
| - title: Unconditional image generation |
94 |
| - - local: training/text_inversion |
95 |
| - title: Textual Inversion |
96 |
| - - local: training/dreambooth |
97 |
| - title: DreamBooth |
98 |
| - - local: training/text2image |
99 |
| - title: Text-to-image |
100 |
| - - local: training/lora |
101 |
| - title: Low-Rank Adaptation of Large Language Models (LoRA) |
102 |
| - title: Training |
103 | 99 | - sections:
|
104 | 100 | - local: conceptual/philosophy
|
105 | 101 | title: Philosophy
|
| 102 | + - local: using-diffusers/controlling_generation |
| 103 | + title: Controlled generation |
106 | 104 | - local: conceptual/contribution
|
107 | 105 | title: How to contribute?
|
108 | 106 | - local: conceptual/ethical_guidelines
|
|
0 commit comments