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
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
Show 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):
"--validation_image"
,
type
=
str
,
default
=
None
,
nargs
=
"+"
,
help
=
(
"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"
...
...
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