From e24e54fdfac69df29711c3bf99e88e624395bb13 Mon Sep 17 00:00:00 2001 From: Steven Liu <59462357+stevhliu@users.noreply.github.com> Date: Fri, 26 Apr 2024 10:09:36 -0700 Subject: [PATCH] [docs] Fix AutoPipeline docstring (#7779) fix Co-authored-by: YiYi Xu Co-authored-by: Sayak Paul --- src/diffusers/pipelines/auto_pipeline.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/diffusers/pipelines/auto_pipeline.py b/src/diffusers/pipelines/auto_pipeline.py index 79ee3fdad4..dc617e642d 100644 --- a/src/diffusers/pipelines/auto_pipeline.py +++ b/src/diffusers/pipelines/auto_pipeline.py @@ -216,7 +216,7 @@ class AutoPipelineForText2Image(ConfigMixin): ``` Parameters: - pretrained_model_name_or_path (`str` or `os.PathLike`, *optional*): + pretrained_model_or_path (`str` or `os.PathLike`, *optional*): Can be either: - A string, the *repo id* (for example `CompVis/ldm-text2im-large-256`) of a pretrained pipeline @@ -489,7 +489,7 @@ class AutoPipelineForImage2Image(ConfigMixin): ``` Parameters: - pretrained_model_name_or_path (`str` or `os.PathLike`, *optional*): + pretrained_model_or_path (`str` or `os.PathLike`, *optional*): Can be either: - A string, the *repo id* (for example `CompVis/ldm-text2im-large-256`) of a pretrained pipeline @@ -765,7 +765,7 @@ class AutoPipelineForInpainting(ConfigMixin): ``` Parameters: - pretrained_model_name_or_path (`str` or `os.PathLike`, *optional*): + pretrained_model_or_path (`str` or `os.PathLike`, *optional*): Can be either: - A string, the *repo id* (for example `CompVis/ldm-text2im-large-256`) of a pretrained pipeline