"git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "324aef6d148bdd260ac8e1a1c29571aed4bdc62f"
Unverified Commit 38a664a3 authored by Sayak Paul's avatar Sayak Paul Committed by GitHub
Browse files

fix: validation_image arg (#5053)

parent 427feb53
...@@ -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"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment