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
9f40d797
Unverified
Commit
9f40d797
authored
Sep 15, 2023
by
Gang Wu
Committed by
GitHub
Sep 15, 2023
Browse files
[FIX BUG] type of args in train_instruct_pix2pix_sdxl.py (#4955)
parent
a0198676
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/instruct_pix2pix/train_instruct_pix2pix_sdxl.py
examples/instruct_pix2pix/train_instruct_pix2pix_sdxl.py
+1
-1
No files found.
examples/instruct_pix2pix/train_instruct_pix2pix_sdxl.py
View file @
9f40d797
...
@@ -103,7 +103,7 @@ def parse_args():
...
@@ -103,7 +103,7 @@ def parse_args():
)
)
parser
.
add_argument
(
parser
.
add_argument
(
"--vae_precision"
,
"--vae_precision"
,
type
=
"choice"
,
type
=
str
,
choices
=
[
"fp32"
,
"fp16"
,
"bf16"
],
choices
=
[
"fp32"
,
"fp16"
,
"bf16"
],
default
=
"fp32"
,
default
=
"fp32"
,
help
=
(
help
=
(
...
...
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