Instructions to use phazei/HunyuanVideo-Foley with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use phazei/HunyuanVideo-Foley with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("phazei/HunyuanVideo-Foley", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Move scripts
Browse files
convert_pth_to_safetensors.py → scripts/convert_pth_to_safetensors.py
RENAMED
|
File without changes
|
convert_safetensors_to_fp8.py → scripts/convert_safetensors_to_fp8.py
RENAMED
|
File without changes
|
pth_info.py → scripts/pth_info.py
RENAMED
|
File without changes
|
safetensors_info.py → scripts/safetensors_info.py
RENAMED
|
File without changes
|