Instructions to use zenlm/zen-foley with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zenlm/zen-foley with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="zenlm/zen-foley")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("zenlm/zen-foley", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add foley XL model weights
Browse files
hunyuanvideo_foley_xl.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf7e93dca93063942bc22b53d4fe888e9d9d5a1ad7977873b7b2c6b126cf00ca
|
| 3 |
+
size 5854140970
|