Skip to content

Commit 38a664a

Browse files
authored
fix: validation_image arg (huggingface#5053)
1 parent 427feb5 commit 38a664a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/t2i_adapter/train_t2i_adapter_sdxl.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,7 @@ def parse_args(input_args=None):
532532
"--validation_image",
533533
type=str,
534534
default=None,
535+
nargs="+",
535536
help=(
536537
"A set of paths to the t2iadapter conditioning image be evaluated every `--validation_steps`"
537538
" and logged to `--report_to`. Provide either a matching number of `--validation_prompt`s, a"

0 commit comments

Comments
 (0)