@@ -721,7 +721,7 @@ def __call__(
721721 latents (`np.ndarray`, *optional*):
722722 Pre-generated noisy latents, sampled from a Gaussian distribution, to be used as inputs for image
723723 generation. Can be used to tweak the same generation with different prompts. If not provided, a latents
724- tensor will ge generated by sampling using the supplied random `generator`.
724+ tensor will be generated by sampling using the supplied random `generator`.
725725 max_embeddings_multiples (`int`, *optional*, defaults to `3`):
726726 The max multiple length of prompt embeddings compared to the max output length of text encoder.
727727 output_type (`str`, *optional*, defaults to `"pil"`):
@@ -918,7 +918,7 @@ def text2img(
918918 latents (`np.ndarray`, *optional*):
919919 Pre-generated noisy latents, sampled from a Gaussian distribution, to be used as inputs for image
920920 generation. Can be used to tweak the same generation with different prompts. If not provided, a latents
921- tensor will ge generated by sampling using the supplied random `generator`.
921+ tensor will be generated by sampling using the supplied random `generator`.
922922 max_embeddings_multiples (`int`, *optional*, defaults to `3`):
923923 The max multiple length of prompt embeddings compared to the max output length of text encoder.
924924 output_type (`str`, *optional*, defaults to `"pil"`):
0 commit comments