Skip to content

Commit

Permalink
fix(test): lora inference script (#247)
Browse files Browse the repository at this point in the history
Co-authored-by: Aryan <[email protected]>
  • Loading branch information
badayvedat and a-r-r-o-w authored Jan 25, 2025
1 parent e0ced4f commit 05dfd46
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 05dfd46

Please sign in to comment.