Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
diffusers
Commits
38a664a3
Unverified
Commit
38a664a3
authored
Sep 15, 2023
by
Sayak Paul
Committed by
GitHub
Sep 15, 2023
Browse files
fix: validation_image arg (#5053)
parent
427feb53
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
examples/t2i_adapter/train_t2i_adapter_sdxl.py
examples/t2i_adapter/train_t2i_adapter_sdxl.py
+1
-0
No files found.
examples/t2i_adapter/train_t2i_adapter_sdxl.py
View file @
38a664a3
...
@@ -532,6 +532,7 @@ def parse_args(input_args=None):
...
@@ -532,6 +532,7 @@ def parse_args(input_args=None):
"--validation_image"
,
"--validation_image"
,
type
=
str
,
type
=
str
,
default
=
None
,
default
=
None
,
nargs
=
"+"
,
help
=
(
help
=
(
"A set of paths to the t2iadapter conditioning image be evaluated every `--validation_steps`"
"A set of paths to the t2iadapter conditioning image be evaluated every `--validation_steps`"
" and logged to `--report_to`. Provide either a matching number of `--validation_prompt`s, a"
" and logged to `--report_to`. Provide either a matching number of `--validation_prompt`s, a"
...
...
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