Typo in Command Line Instructions
#5
by
super3b
- opened
README.md
CHANGED
@@ -46,7 +46,7 @@ python3 -m mochi_preview.gradio_ui --model_dir "<path_to_model_directory>"
|
|
46 |
Or generate videos directly from the CLI with
|
47 |
|
48 |
```bash
|
49 |
-
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 --
|
50 |
```
|
51 |
|
52 |
Replace `<path_to_model_directory>` with the path to your model directory.
|
|
|
46 |
Or generate videos directly from the CLI with
|
47 |
|
48 |
```bash
|
49 |
+
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>"
|
50 |
```
|
51 |
|
52 |
Replace `<path_to_model_directory>` with the path to your model directory.
|