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
a2874af2
Commit
a2874af2
authored
May 22, 2023
by
Patrick von Platen
Browse files
make style
parent
0160e514
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/diffusers/pipelines/stable_diffusion/convert_from_ckpt.py
...diffusers/pipelines/stable_diffusion/convert_from_ckpt.py
+1
-1
No files found.
src/diffusers/pipelines/stable_diffusion/convert_from_ckpt.py
View file @
a2874af2
...
@@ -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`
...
...
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