Skip to content

Commit

Permalink
fix(test): lora inference script
Browse files Browse the repository at this point in the history
  • Loading branch information
badayvedat committed Jan 25, 2025
1 parent da9d7d9 commit 051f315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_lora_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def main():

args = parser.parse_args()

generate_video(args.prompt, args.lora_path, args.lora_name, args.output_file, args.fps)
generate_video(args.model_path, args.prompt, args.lora_path, args.lora_name, args.output_file, args.fps)


if __name__ == "__main__":
Expand Down

0 comments on commit 051f315

Please sign in to comment.