Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
95b7de88
Unverified
Commit
95b7de88
authored
Jul 24, 2023
by
Patrick von Platen
Committed by
GitHub
Jul 24, 2023
Browse files
[Docs] Fix from pretrained docs (#4240)
* [Docs] Fix from pretrained docs * [Docs] Fix from pretrained docs
parent
cbb1ead6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
src/diffusers/pipelines/pipeline_utils.py
src/diffusers/pipelines/pipeline_utils.py
+0
-2
No files found.
src/diffusers/pipelines/pipeline_utils.py
View file @
95b7de88
...
@@ -760,11 +760,9 @@ class DiffusionPipeline(ConfigMixin):
...
@@ -760,11 +760,9 @@ class DiffusionPipeline(ConfigMixin):
- A path to a directory (`./my_pipeline_directory/`) containing a custom pipeline. The directory
- 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.
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
For more information on how to load and create custom pipelines, please have a look at [Loading and
Adding Custom
Adding Custom
Pipelines](https://huggingface.co/docs/diffusers/using-diffusers/custom_pipeline_overview)
Pipelines](https://huggingface.co/docs/diffusers/using-diffusers/custom_pipeline_overview)
force_download (`bool`, *optional*, defaults to `False`):
force_download (`bool`, *optional*, defaults to `False`):
Whether or not to force the (re-)download of the model weights and configuration files, overriding the
Whether or not to force the (re-)download of the model weights and configuration files, overriding the
cached versions if they exist.
cached versions if they exist.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment