@@ -426,7 +426,7 @@ def from_pretrained(cls, pretrained_model_or_path, **kwargs):
426426 - A path to a *directory* (for example `./my_pipeline_directory/`) containing pipeline weights
427427 saved using
428428 [`~DiffusionPipeline.save_pretrained`].
429- torch_dtype (`torch.dtype`, *optional*):
429+ dtype (`torch.dtype`, *optional*):
430430 Override the default `torch.dtype` and load the model with another dtype.
431431 force_download (`bool`, *optional*, defaults to `False`):
432432 Whether or not to force the (re-)download of the model weights and configuration files, overriding the
@@ -717,7 +717,7 @@ def from_pretrained(cls, pretrained_model_or_path, **kwargs):
717717 - A path to a *directory* (for example `./my_pipeline_directory/`) containing pipeline weights
718718 saved using
719719 [`~DiffusionPipeline.save_pretrained`].
720- torch_dtype (`str` or `torch.dtype`, *optional*):
720+ dtype (`str` or `torch.dtype`, *optional*):
721721 Override the default `torch.dtype` and load the model with another dtype.
722722 force_download (`bool`, *optional*, defaults to `False`):
723723 Whether or not to force the (re-)download of the model weights and configuration files, overriding the
@@ -1022,7 +1022,7 @@ def from_pretrained(cls, pretrained_model_or_path, **kwargs):
10221022 - A path to a *directory* (for example `./my_pipeline_directory/`) containing pipeline weights
10231023 saved using
10241024 [`~DiffusionPipeline.save_pretrained`].
1025- torch_dtype (`str` or `torch.dtype`, *optional*):
1025+ dtype (`str` or `torch.dtype`, *optional*):
10261026 Override the default `torch.dtype` and load the model with another dtype.
10271027 force_download (`bool`, *optional*, defaults to `False`):
10281028 Whether or not to force the (re-)download of the model weights and configuration files, overriding the
@@ -1312,7 +1312,7 @@ def from_pretrained(cls, pretrained_model_or_path, **kwargs):
13121312 - A path to a *directory* (for example `./my_pipeline_directory/`) containing pipeline weights
13131313 saved using
13141314 [`~DiffusionPipeline.save_pretrained`].
1315- torch_dtype (`torch.dtype`, *optional*):
1315+ dtype (`torch.dtype`, *optional*):
13161316 Override the default `torch.dtype` and load the model with another dtype.
13171317 force_download (`bool`, *optional*, defaults to `False`):
13181318 Whether or not to force the (re-)download of the model weights and configuration files, overriding the
0 commit comments