Update cli_demo.py

This commit is contained in:
devopseng99 2024-11-22 15:57:39 -06:00 committed by GitHub
parent 2fdc59c3ce
commit 2db58d97dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ Running the Script:
To run the script, use the following command with appropriate arguments: To run the script, use the following command with appropriate arguments:
```bash ```bash
$ python cli_demo.py --prompt "A girl riding a bike." --model_path THUDM/CogVideoX1.5-5b --generate_type "t2v" $ python3 cli_demo.py --prompt "A girl riding a bike." --model_path THUDM/CogVideoX1.5-5b --generate_type "t2v"
``` ```
Additional options are available to specify the model path, guidance scale, number of inference steps, video generation type, and output paths. Additional options are available to specify the model path, guidance scale, number of inference steps, video generation type, and output paths.