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

Remove required from tracker_project_name (#3260)

Remove required from tracker_project_name.

As observed by https://github.com/off99555 in https://github.com/huggingface/diffusers/issues/2695#issuecomment-1470755050, it already has a default value.
This commit is contained in:
Pedro Cuenca
2023-04-27 13:29:18 +02:00
committed by Daniel Gu
parent 8def721ec8
commit 97cf3866db

View File

@@ -536,7 +536,6 @@ def parse_args(input_args=None):
"--tracker_project_name",
type=str,
default="train_controlnet",
required=True,
help=(
"The `project_name` argument passed to Accelerator.init_trackers for"
" more information see https://huggingface.co/docs/accelerate/v0.17.0/en/package_reference/accelerator#accelerate.Accelerator"