|
1 | 1 | - sections: |
2 | 2 | - local: index |
3 | | - title: "🧨 Diffusers" |
| 3 | + title: 🧨 Diffusers |
4 | 4 | - local: quicktour |
5 | | - title: "Quicktour" |
| 5 | + title: Quicktour |
6 | 6 | - local: stable_diffusion |
7 | | - title: "Stable Diffusion" |
| 7 | + title: Stable Diffusion |
8 | 8 | - local: installation |
9 | | - title: "Installation" |
10 | | - title: "Get started" |
| 9 | + title: Installation |
| 10 | + title: Get started |
11 | 11 | - sections: |
12 | 12 | - sections: |
13 | 13 | - local: using-diffusers/loading |
14 | | - title: "Loading Pipelines, Models, and Schedulers" |
| 14 | + title: Loading Pipelines, Models, and Schedulers |
15 | 15 | - local: using-diffusers/schedulers |
16 | | - title: "Using different Schedulers" |
| 16 | + title: Using different Schedulers |
17 | 17 | - local: using-diffusers/configuration |
18 | | - title: "Configuring Pipelines, Models, and Schedulers" |
| 18 | + title: Configuring Pipelines, Models, and Schedulers |
19 | 19 | - local: using-diffusers/custom_pipeline_overview |
20 | | - title: "Loading and Adding Custom Pipelines" |
21 | | - title: "Loading & Hub" |
| 20 | + title: Loading and Adding Custom Pipelines |
| 21 | + title: Loading & Hub |
22 | 22 | - sections: |
23 | 23 | - local: using-diffusers/unconditional_image_generation |
24 | | - title: "Unconditional Image Generation" |
| 24 | + title: Unconditional Image Generation |
25 | 25 | - local: using-diffusers/conditional_image_generation |
26 | | - title: "Text-to-Image Generation" |
| 26 | + title: Text-to-Image Generation |
27 | 27 | - local: using-diffusers/img2img |
28 | | - title: "Text-Guided Image-to-Image" |
| 28 | + title: Text-Guided Image-to-Image |
29 | 29 | - local: using-diffusers/inpaint |
30 | | - title: "Text-Guided Image-Inpainting" |
| 30 | + title: Text-Guided Image-Inpainting |
31 | 31 | - local: using-diffusers/depth2img |
32 | | - title: "Text-Guided Depth-to-Image" |
| 32 | + title: Text-Guided Depth-to-Image |
33 | 33 | - local: using-diffusers/reusing_seeds |
34 | | - title: "Reusing seeds for deterministic generation" |
| 34 | + title: Reusing seeds for deterministic generation |
35 | 35 | - local: using-diffusers/custom_pipeline_examples |
36 | | - title: "Community Pipelines" |
| 36 | + title: Community Pipelines |
37 | 37 | - local: using-diffusers/contribute_pipeline |
38 | | - title: "How to contribute a Pipeline" |
39 | | - title: "Pipelines for Inference" |
| 38 | + title: How to contribute a Pipeline |
| 39 | + title: Pipelines for Inference |
40 | 40 | - sections: |
41 | 41 | - local: using-diffusers/rl |
42 | | - title: "Reinforcement Learning" |
| 42 | + title: Reinforcement Learning |
43 | 43 | - local: using-diffusers/audio |
44 | | - title: "Audio" |
| 44 | + title: Audio |
45 | 45 | - local: using-diffusers/other-modalities |
46 | | - title: "Other Modalities" |
47 | | - title: "Taking Diffusers Beyond Images" |
48 | | - title: "Using Diffusers" |
| 46 | + title: Other Modalities |
| 47 | + title: Taking Diffusers Beyond Images |
| 48 | + title: Using Diffusers |
49 | 49 | - sections: |
50 | 50 | - local: optimization/fp16 |
51 | | - title: "Memory and Speed" |
| 51 | + title: Memory and Speed |
52 | 52 | - local: optimization/xformers |
53 | | - title: "xFormers" |
| 53 | + title: xFormers |
54 | 54 | - local: optimization/onnx |
55 | | - title: "ONNX" |
| 55 | + title: ONNX |
56 | 56 | - local: optimization/open_vino |
57 | | - title: "OpenVINO" |
| 57 | + title: OpenVINO |
58 | 58 | - local: optimization/mps |
59 | | - title: "MPS" |
| 59 | + title: MPS |
60 | 60 | - local: optimization/habana |
61 | | - title: "Habana Gaudi" |
62 | | - title: "Optimization/Special Hardware" |
| 61 | + title: Habana Gaudi |
| 62 | + title: Optimization/Special Hardware |
63 | 63 | - sections: |
64 | 64 | - local: training/overview |
65 | | - title: "Overview" |
| 65 | + title: Overview |
66 | 66 | - local: training/unconditional_training |
67 | | - title: "Unconditional Image Generation" |
| 67 | + title: Unconditional Image Generation |
68 | 68 | - local: training/text_inversion |
69 | | - title: "Textual Inversion" |
| 69 | + title: Textual Inversion |
70 | 70 | - local: training/dreambooth |
71 | | - title: "Dreambooth" |
| 71 | + title: Dreambooth |
72 | 72 | - local: training/text2image |
73 | | - title: "Text-to-image fine-tuning" |
74 | | - title: "Training" |
| 73 | + title: Text-to-image fine-tuning |
| 74 | + title: Training |
75 | 75 | - sections: |
76 | 76 | - local: conceptual/philosophy |
77 | | - title: "Philosophy" |
| 77 | + title: Philosophy |
78 | 78 | - local: conceptual/contribution |
79 | | - title: "How to contribute?" |
80 | | - title: "Conceptual Guides" |
| 79 | + title: How to contribute? |
| 80 | + title: Conceptual Guides |
81 | 81 | - sections: |
82 | 82 | - sections: |
83 | 83 | - local: api/models |
84 | | - title: "Models" |
| 84 | + title: Models |
85 | 85 | - local: api/diffusion_pipeline |
86 | | - title: "Diffusion Pipeline" |
| 86 | + title: Diffusion Pipeline |
87 | 87 | - local: api/logging |
88 | | - title: "Logging" |
| 88 | + title: Logging |
89 | 89 | - local: api/configuration |
90 | | - title: "Configuration" |
| 90 | + title: Configuration |
91 | 91 | - local: api/outputs |
92 | | - title: "Outputs" |
93 | | - title: "Main Classes" |
94 | | - |
| 92 | + title: Outputs |
| 93 | + title: Main Classes |
95 | 94 | - sections: |
96 | 95 | - local: api/pipelines/overview |
97 | | - title: "Overview" |
| 96 | + title: Overview |
98 | 97 | - local: api/pipelines/alt_diffusion |
99 | | - title: "AltDiffusion" |
| 98 | + title: AltDiffusion |
| 99 | + - local: api/pipelines/audio_diffusion |
| 100 | + title: Audio Diffusion |
100 | 101 | - local: api/pipelines/cycle_diffusion |
101 | | - title: "Cycle Diffusion" |
| 102 | + title: Cycle Diffusion |
| 103 | + - local: api/pipelines/dance_diffusion |
| 104 | + title: Dance Diffusion |
102 | 105 | - local: api/pipelines/ddim |
103 | | - title: "DDIM" |
| 106 | + title: DDIM |
104 | 107 | - local: api/pipelines/ddpm |
105 | | - title: "DDPM" |
| 108 | + title: DDPM |
106 | 109 | - local: api/pipelines/latent_diffusion |
107 | | - title: "Latent Diffusion" |
108 | | - - local: api/pipelines/latent_diffusion_uncond |
109 | | - title: "Unconditional Latent Diffusion" |
| 110 | + title: Latent Diffusion |
110 | 111 | - local: api/pipelines/paint_by_example |
111 | | - title: "PaintByExample" |
| 112 | + title: PaintByExample |
112 | 113 | - local: api/pipelines/pndm |
113 | | - title: "PNDM" |
| 114 | + title: PNDM |
| 115 | + - local: api/pipelines/repaint |
| 116 | + title: RePaint |
| 117 | + - local: api/pipelines/stable_diffusion_safe |
| 118 | + title: Safe Stable Diffusion |
114 | 119 | - local: api/pipelines/score_sde_ve |
115 | | - title: "Score SDE VE" |
| 120 | + title: Score SDE VE |
116 | 121 | - sections: |
117 | 122 | - local: api/pipelines/stable_diffusion/overview |
118 | | - title: "Overview" |
| 123 | + title: Overview |
119 | 124 | - local: api/pipelines/stable_diffusion/text2img |
120 | | - title: "Text-to-Image" |
| 125 | + title: Text-to-Image |
121 | 126 | - local: api/pipelines/stable_diffusion/img2img |
122 | | - title: "Image-to-Image" |
| 127 | + title: Image-to-Image |
123 | 128 | - local: api/pipelines/stable_diffusion/inpaint |
124 | | - title: "Inpaint" |
| 129 | + title: Inpaint |
125 | 130 | - local: api/pipelines/stable_diffusion/depth2img |
126 | | - title: "Depth-to-Image" |
| 131 | + title: Depth-to-Image |
127 | 132 | - local: api/pipelines/stable_diffusion/image_variation |
128 | | - title: "Image-Variation" |
| 133 | + title: Image-Variation |
129 | 134 | - local: api/pipelines/stable_diffusion/upscale |
130 | | - title: "Super-Resolution" |
131 | | - title: "Stable Diffusion" |
| 135 | + title: Super-Resolution |
| 136 | + title: Stable Diffusion |
132 | 137 | - local: api/pipelines/stable_diffusion_2 |
133 | | - title: "Stable Diffusion 2" |
134 | | - - local: api/pipelines/stable_diffusion_safe |
135 | | - title: "Safe Stable Diffusion" |
| 138 | + title: Stable Diffusion 2 |
136 | 139 | - local: api/pipelines/stochastic_karras_ve |
137 | | - title: "Stochastic Karras VE" |
138 | | - - local: api/pipelines/dance_diffusion |
139 | | - title: "Dance Diffusion" |
| 140 | + title: Stochastic Karras VE |
140 | 141 | - local: api/pipelines/unclip |
141 | | - title: "UnCLIP" |
| 142 | + title: UnCLIP |
| 143 | + - local: api/pipelines/latent_diffusion_uncond |
| 144 | + title: Unconditional Latent Diffusion |
142 | 145 | - local: api/pipelines/versatile_diffusion |
143 | | - title: "Versatile Diffusion" |
| 146 | + title: Versatile Diffusion |
144 | 147 | - local: api/pipelines/vq_diffusion |
145 | | - title: "VQ Diffusion" |
146 | | - - local: api/pipelines/repaint |
147 | | - title: "RePaint" |
148 | | - - local: api/pipelines/audio_diffusion |
149 | | - title: "Audio Diffusion" |
150 | | - title: "Pipelines" |
| 148 | + title: VQ Diffusion |
| 149 | + title: Pipelines |
151 | 150 | - sections: |
152 | 151 | - local: api/schedulers/overview |
153 | | - title: "Overview" |
| 152 | + title: Overview |
154 | 153 | - local: api/schedulers/ddim |
155 | | - title: "DDIM" |
| 154 | + title: DDIM |
156 | 155 | - local: api/schedulers/ddpm |
157 | | - title: "DDPM" |
| 156 | + title: DDPM |
158 | 157 | - local: api/schedulers/deis |
159 | | - title: "DEIS" |
160 | | - - local: api/schedulers/singlestep_dpm_solver |
161 | | - title: "Singlestep DPM-Solver" |
162 | | - - local: api/schedulers/multistep_dpm_solver |
163 | | - title: "Multistep DPM-Solver" |
164 | | - - local: api/schedulers/heun |
165 | | - title: "Heun Scheduler" |
| 158 | + title: DEIS |
166 | 159 | - local: api/schedulers/dpm_discrete |
167 | | - title: "DPM Discrete Scheduler" |
| 160 | + title: DPM Discrete Scheduler |
168 | 161 | - local: api/schedulers/dpm_discrete_ancestral |
169 | | - title: "DPM Discrete Scheduler with ancestral sampling" |
170 | | - - local: api/schedulers/stochastic_karras_ve |
171 | | - title: "Stochastic Kerras VE" |
| 162 | + title: DPM Discrete Scheduler with ancestral sampling |
| 163 | + - local: api/schedulers/euler_ancestral |
| 164 | + title: Euler Ancestral Scheduler |
| 165 | + - local: api/schedulers/euler |
| 166 | + title: Euler scheduler |
| 167 | + - local: api/schedulers/heun |
| 168 | + title: Heun Scheduler |
| 169 | + - local: api/schedulers/ipndm |
| 170 | + title: IPNDM |
172 | 171 | - local: api/schedulers/lms_discrete |
173 | | - title: "Linear Multistep" |
| 172 | + title: Linear Multistep |
| 173 | + - local: api/schedulers/multistep_dpm_solver |
| 174 | + title: Multistep DPM-Solver |
174 | 175 | - local: api/schedulers/pndm |
175 | | - title: "PNDM" |
| 176 | + title: PNDM |
| 177 | + - local: api/schedulers/repaint |
| 178 | + title: RePaint Scheduler |
| 179 | + - local: api/schedulers/singlestep_dpm_solver |
| 180 | + title: Singlestep DPM-Solver |
| 181 | + - local: api/schedulers/stochastic_karras_ve |
| 182 | + title: Stochastic Kerras VE |
176 | 183 | - local: api/schedulers/score_sde_ve |
177 | | - title: "VE-SDE" |
178 | | - - local: api/schedulers/ipndm |
179 | | - title: "IPNDM" |
| 184 | + title: VE-SDE |
180 | 185 | - local: api/schedulers/score_sde_vp |
181 | | - title: "VP-SDE" |
182 | | - - local: api/schedulers/euler |
183 | | - title: "Euler scheduler" |
184 | | - - local: api/schedulers/euler_ancestral |
185 | | - title: "Euler Ancestral Scheduler" |
| 186 | + title: VP-SDE |
186 | 187 | - local: api/schedulers/vq_diffusion |
187 | | - title: "VQDiffusionScheduler" |
188 | | - - local: api/schedulers/repaint |
189 | | - title: "RePaint Scheduler" |
190 | | - title: "Schedulers" |
| 188 | + title: VQDiffusionScheduler |
| 189 | + title: Schedulers |
191 | 190 | - sections: |
192 | 191 | - local: api/experimental/rl |
193 | | - title: "RL Planning" |
194 | | - title: "Experimental Features" |
195 | | - title: "API" |
| 192 | + title: RL Planning |
| 193 | + title: Experimental Features |
| 194 | + title: API |
0 commit comments