Skip to content

Commit

Permalink
fix: paths are only required for video generation
Browse files Browse the repository at this point in the history
  • Loading branch information
beniz committed Oct 18, 2024
1 parent 3c7297e commit eb39ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options/inference_diffusion_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def initialize(self, parser):
parser.add_argument(
"--paths_in_file",
help="frames and bbox pairwise file path for the video generation(.txt file)",
required=True,
required=False,
)
parser.add_argument("--img_in", help="image to transform", required=True)
parser.add_argument(
Expand Down

0 comments on commit eb39ec5

Please sign in to comment.