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
3eeaf4e0
Unverified
Commit
3eeaf4e0
authored
Aug 29, 2023
by
Alexsey Shestacov
Committed by
GitHub
Aug 29, 2023
Browse files
Fix convert_original_stable_diffusion_to_diffusers script (#4817)
Fix stable diffusion conversion script
parent
c583f3b4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/convert_original_stable_diffusion_to_diffusers.py
scripts/convert_original_stable_diffusion_to_diffusers.py
+1
-1
No files found.
scripts/convert_original_stable_diffusion_to_diffusers.py
View file @
3eeaf4e0
...
...
@@ -152,7 +152,7 @@ if __name__ == "__main__":
pipeline_class
=
None
pipe
=
download_from_original_stable_diffusion_ckpt
(
checkpoint_path
=
args
.
checkpoint_path
,
checkpoint_path
_or_dict
=
args
.
checkpoint_path
,
original_config_file
=
args
.
original_config_file
,
image_size
=
args
.
image_size
,
prediction_type
=
args
.
prediction_type
,
...
...
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