Skip to content

Commit 17733ce

Browse files
committed
align doc titles
1 parent 5305ab0 commit 17733ce

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

docs/source/en/_toctree.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
- local: api/pipelines/alt_diffusion
180180
title: AltDiffusion
181181
- local: api/pipelines/attend_and_excite
182-
title: Attend and Excite
182+
title: Attend-and-Excite
183183
- local: api/pipelines/audio_diffusion
184184
title: Audio Diffusion
185185
- local: api/pipelines/audioldm
@@ -209,7 +209,7 @@
209209
- local: api/pipelines/latent_diffusion
210210
title: Latent Diffusion
211211
- local: api/pipelines/panorama
212-
title: MultiDiffusion Panorama
212+
title: MultiDiffusion
213213
- local: api/pipelines/paint_by_example
214214
title: PaintByExample
215215
- local: api/pipelines/paradigms
@@ -263,11 +263,11 @@
263263
- local: api/pipelines/stochastic_karras_ve
264264
title: Stochastic Karras VE
265265
- local: api/pipelines/model_editing
266-
title: Text-to-Image Model Editing
266+
title: Text-to-image model editing
267267
- local: api/pipelines/text_to_video
268-
title: Text-to-Video
268+
title: Text-to-video
269269
- local: api/pipelines/text_to_video_zero
270-
title: Text-to-Video Zero
270+
title: Text2Video-Zero
271271
- local: api/pipelines/unclip
272272
title: UnCLIP
273273
- local: api/pipelines/latent_diffusion_uncond

docs/source/en/api/pipelines/model_editing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express o
1010
specific language governing permissions and limitations under the License.
1111
-->
1212

13-
# Text-to-Image Model Editing
13+
# Text-to-image model editing
1414

1515
[Editing Implicit Assumptions in Text-to-Image Diffusion Models](https://huggingface.co/papers/2303.08084) is by Hadas Orgad, Bahjat Kawar, and Yonatan Belinkov. This pipeline enables editing diffusion model weights, such that its assumptions of a given concept are changed. The resulting change is expected to take effect in all prompt generations related to the edited concept.
1616

docs/source/en/api/pipelines/text_to_video.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ specific language governing permissions and limitations under the License.
1616

1717
</Tip>
1818

19-
# Text-to-Video
19+
# Text-to-video
2020

2121
[VideoFusion: Decomposed Diffusion Models for High-Quality Video Generation](https://huggingface.co/papers/2303.08320) is by Zhengxiong Luo, Dayou Chen, Yingya Zhang, Yan Huang, Liang Wang, Yujun Shen, Deli Zhao, Jingren Zhou, Tieniu Tan.
2222

docs/source/en/api/pipelines/text_to_video_zero.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express o
1010
specific language governing permissions and limitations under the License.
1111
-->
1212

13-
# Text-to-Video Zero
13+
# Text2Video-Zero
1414

1515
[Text2Video-Zero: Text-to-Image Diffusion Models are Zero-Shot Video Generators](https://huggingface.co/papers/2303.13439) is by
1616
Levon Khachatryan,

0 commit comments

Comments
 (0)