1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

[nit] torch_dtype used twice in doc string (#2126)

This commit is contained in:
Will Berman
2023-01-26 11:19:20 -08:00
committed by GitHub
parent 7436e30c72
commit e92d43feb0

View File

@@ -356,7 +356,6 @@ class DiffusionPipeline(ConfigMixin):
Adding Custom
Pipelines](https://huggingface.co/docs/diffusers/using-diffusers/custom_pipeline_overview)
torch_dtype (`str` or `torch.dtype`, *optional*):
force_download (`bool`, *optional*, defaults to `False`):
Whether or not to force the (re-)download of the model weights and configuration files, overriding the
cached versions if they exist.