@@ -322,9 +322,8 @@ def from_pretrained(cls, pretrained_model_or_path, **kwargs):
322322 - A path to a *directory* (for example `./my_pipeline_directory/`) containing pipeline weights
323323 saved using
324324 [`~DiffusionPipeline.save_pretrained`].
325- torch_dtype (`str` or `torch.dtype`, *optional*):
326- Override the default `torch.dtype` and load the model with another dtype. If "auto" is passed, the
327- dtype is automatically derived from the model's weights.
325+ torch_dtype (`torch.dtype`, *optional*):
326+ Override the default `torch.dtype` and load the model with another dtype.
328327 force_download (`bool`, *optional*, defaults to `False`):
329328 Whether or not to force the (re-)download of the model weights and configuration files, overriding the
330329 cached versions if they exist.
@@ -619,8 +618,7 @@ def from_pretrained(cls, pretrained_model_or_path, **kwargs):
619618 saved using
620619 [`~DiffusionPipeline.save_pretrained`].
621620 torch_dtype (`str` or `torch.dtype`, *optional*):
622- Override the default `torch.dtype` and load the model with another dtype. If "auto" is passed, the
623- dtype is automatically derived from the model's weights.
621+ Override the default `torch.dtype` and load the model with another dtype.
624622 force_download (`bool`, *optional*, defaults to `False`):
625623 Whether or not to force the (re-)download of the model weights and configuration files, overriding the
626624 cached versions if they exist.
@@ -930,8 +928,7 @@ def from_pretrained(cls, pretrained_model_or_path, **kwargs):
930928 saved using
931929 [`~DiffusionPipeline.save_pretrained`].
932930 torch_dtype (`str` or `torch.dtype`, *optional*):
933- Override the default `torch.dtype` and load the model with another dtype. If "auto" is passed, the
934- dtype is automatically derived from the model's weights.
931+ Override the default `torch.dtype` and load the model with another dtype.
935932 force_download (`bool`, *optional*, defaults to `False`):
936933 Whether or not to force the (re-)download of the model weights and configuration files, overriding the
937934 cached versions if they exist.
0 commit comments