@@ -14,6 +14,7 @@ docker run --gpus all -itd --ipc=host --name [container_name] -v [mount_settings
```
3. Prepare the models
Please follow the instructions in [HunyuanVideo1.5 Github](https://github.com/Tencent-Hunyuan/HunyuanVideo-1.5/blob/main/checkpoints-download.md) to download and place the model files.
4. Run the script
...
...
@@ -28,7 +29,9 @@ bash run_hy15_t2v_480p.sh
```
5. Check results
You can find the generated video files in the `save_results` folder.
6. Modify detailed configurations
You can refer to the config file pointed to by `--config_json` in the script and modify its parameters as needed.