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
OpenDAS
diffusers
Commits
88907588
Unverified
Commit
88907588
authored
Dec 19, 2022
by
Mikołaj Siedlarek
Committed by
GitHub
Dec 19, 2022
Browse files
Correct help text for scheduler_type flag in scripts. (#1749)
parent
b25843e7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
scripts/convert_original_stable_diffusion_to_diffusers.py
scripts/convert_original_stable_diffusion_to_diffusers.py
+1
-1
scripts/convert_versatile_diffusion_to_diffusers.py
scripts/convert_versatile_diffusion_to_diffusers.py
+1
-1
No files found.
scripts/convert_original_stable_diffusion_to_diffusers.py
View file @
88907588
...
...
@@ -803,7 +803,7 @@ if __name__ == "__main__":
"--scheduler_type"
,
default
=
"pndm"
,
type
=
str
,
help
=
"Type of scheduler to use. Should be one of ['pndm', 'lms', 'ddim', 'euler', 'euler-ancest', 'dpm']"
,
help
=
"Type of scheduler to use. Should be one of ['pndm', 'lms', 'ddim', 'euler', 'euler-ancest
ral
', 'dpm']"
,
)
parser
.
add_argument
(
"--pipeline_type"
,
...
...
scripts/convert_versatile_diffusion_to_diffusers.py
View file @
88907588
...
...
@@ -692,7 +692,7 @@ if __name__ == "__main__":
"--scheduler_type"
,
default
=
"pndm"
,
type
=
str
,
help
=
"Type of scheduler to use. Should be one of ['pndm', 'lms', 'ddim', 'euler', 'euler-ancest', 'dpm']"
,
help
=
"Type of scheduler to use. Should be one of ['pndm', 'lms', 'ddim', 'euler', 'euler-ancest
ral
', 'dpm']"
,
)
parser
.
add_argument
(
"--extract_ema"
,
...
...
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