Typo in Command Line Instructions (#5)

- Typo in Command Line Instructions (f6b30a4838e391df8430d8eb6166018b4f986808)


Co-authored-by: Shawn Wilkinson <super3b@users.noreply.huggingface.co>
This commit is contained in:
Ajay Jain 2024-10-23 17:46:03 +00:00 committed by system
parent 864814d401
commit 8e9673c534
No known key found for this signature in database
GPG Key ID: 6A528E38E0733467

@ -47,7 +47,7 @@ python3 -m mochi_preview.gradio_ui --model_dir "<path_to_model_directory>"
Or generate videos directly from the CLI with
```bash
python3 -m mochi_preview.infer --prompt "A hand with delicate fingers picks up a bright yellow lemon from a wooden bowl filled with lemons and sprigs of mint against a peach-colored background. The hand gently tosses the lemon up and catches it, showcasing its smooth texture. A beige string bag sits beside the bowl, adding a rustic touch to the scene. Additional lemons, one halved, are scattered around the base of the bowl. The even lighting enhances the vibrant colors and creates a fresh, inviting atmosphere." --seed 1710977262 --cfg-scale 4.5 --model_dir "<path_to_model_directory>"
python3 -m mochi_preview.infer --prompt "A hand with delicate fingers picks up a bright yellow lemon from a wooden bowl filled with lemons and sprigs of mint against a peach-colored background. The hand gently tosses the lemon up and catches it, showcasing its smooth texture. A beige string bag sits beside the bowl, adding a rustic touch to the scene. Additional lemons, one halved, are scattered around the base of the bowl. The even lighting enhances the vibrant colors and creates a fresh, inviting atmosphere." --seed 1710977262 --cfg_scale 4.5 --model_dir "<path_to_model_directory>"
```
Replace `<path_to_model_directory>` with the path to your model directory.