Skip to content

Commit

Permalink
Merge pull request #13 from ajikmr/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
nightsnack authored Oct 23, 2024
2 parents 36324ec + 3a4d4cf commit 91dd892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Allegro is a powerful text-to-video model that generates high-quality videos up
```python
python single_inference.py \
--user_prompt 'A seaside harbor with bright sunlight and sparkling seawater, with many boats in the water. From an aerial view, the boats vary in size and color, some moving and some stationary. Fishing boats in the water suggest that this location might be a popular spot for docking fishing boats.' \
--save_path ./output_videos/test_video.mp4
--save_path ./output_videos/test_video.mp4 \
--vae your/path/to/vae \
--dit your/path/to/transformer \
--text_encoder your/path/to/text_encoder \
Expand Down

0 comments on commit 91dd892

Please sign in to comment.