Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
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}
}
```
```