From 95b7de88fd0dffef2533f1cbaf9ffd9d3c6d04c8 Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Mon, 24 Jul 2023 20:24:29 +0200 Subject: [PATCH] [Docs] Fix from pretrained docs (#4240) * [Docs] Fix from pretrained docs * [Docs] Fix from pretrained docs --- src/diffusers/pipelines/pipeline_utils.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/diffusers/pipelines/pipeline_utils.py b/src/diffusers/pipelines/pipeline_utils.py index b5397c2daa..6f5a3be43b 100644 --- a/src/diffusers/pipelines/pipeline_utils.py +++ b/src/diffusers/pipelines/pipeline_utils.py @@ -760,11 +760,9 @@ class DiffusionPipeline(ConfigMixin): - A path to a directory (`./my_pipeline_directory/`) containing a custom pipeline. The directory must contain a file called `pipeline.py` that defines the custom pipeline. - For more information on how to load and create custom pipelines, please have a look at [Loading and Adding Custom Pipelines](https://huggingface.co/docs/diffusers/using-diffusers/custom_pipeline_overview) - 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.