Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobKong authored Dec 3, 2024
1 parent 2d32ca3 commit 10884ef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,11 +252,10 @@ We list some more useful configurations for easy usage:
| `--prompt` | None | The text prompt for video generation |
| `--video-size` | 720 1280 | The size of the generated video |
| `--video-length` | 129 | The length of the generated video |
| `--infer-steps` | 30 | The number of steps for sampling |
| `--infer-steps` | 50 | The number of steps for sampling |
| `--embedded-cfg-scale` | 6.0 | Embeded Classifier free guidance scale |
| `--flow-shift` | 9.0 | Shift factor for flow matching schedulers |
| `--flow-shift` | 7.0 | Shift factor for flow matching schedulers |
| `--flow-reverse` | False | If reverse, learning/sampling from t=1 -> t=0 |
| `--neg-prompt` | None | The negative prompt for video generation |
| `--seed` | 0 | The random seed for generating video |
| `--use-cpu-offload` | False | Use CPU offload for the model load to save more memory, necessary for high-res video generation |
| `--save-path` | ./results | Path to save the generated video |
Expand Down

0 comments on commit 10884ef

Please sign in to comment.