Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added slash (\) to fix run error
  • Loading branch information
ajikmr authored Oct 23, 2024
1 parent 36324ec commit 3a4d4cf
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 3a4d4cf

Please sign in to comment.