Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #24

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 12 additions & 2 deletions README.md
Expand Up @@ -139,7 +139,17 @@ Note: If you have installed some of the pretrained models, such as `StableDiffus
Here are the cli commands for running inference scripts:

**Kindly note that increasing L will lead to the creation of a longer video.**

```
there are such parameters for video script below:
--config, str, path to yaml file, default value as example
-W, int, width of video, default 512
-H, int, height of video, default 512
-L, int, length of video frames, default 16
--seed, int, seed of Stable Diffusion, default 42
--cfg, float, cfg value of Stable Diffusion, default 3.5
--steps, int, default 25
--fps, int, fps of video, default 30
```
### Self driven

```shell
Expand Down Expand Up @@ -232,4 +242,4 @@ We first thank the authors of [EMO](https://github.com/HumanAIGC/EMO), and part
archivePrefix={arXiv},
primaryClass={cs.CV}
}
```
```