Commit a2874af2 authored by Patrick von Platen's avatar Patrick von Platen
Browse files

make style

parent 0160e514
...@@ -992,7 +992,7 @@ def download_from_original_stable_diffusion_ckpt( ...@@ -992,7 +992,7 @@ def download_from_original_stable_diffusion_ckpt(
controlnet: Optional[bool] = None, controlnet: Optional[bool] = None,
load_safety_checker: bool = True, load_safety_checker: bool = True,
pipeline_class: DiffusionPipeline = None, pipeline_class: DiffusionPipeline = None,
local_files_only=False local_files_only=False,
) -> DiffusionPipeline: ) -> DiffusionPipeline:
""" """
Load a Stable Diffusion pipeline object from a CompVis-style `.ckpt`/`.safetensors` file and (ideally) a `.yaml` Load a Stable Diffusion pipeline object from a CompVis-style `.ckpt`/`.safetensors` file and (ideally) a `.yaml`
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment