1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

fix: validation_image arg (#5053)

This commit is contained in:
Sayak Paul
2023-09-15 12:20:50 +01:00
committed by GitHub
parent 427feb5359
commit 38a664a3d6

View File

@@ -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"