Implement wav2vec2 as an audio encoder model. (#9549)

This is useless on its own but there are multiple models that use it.
This commit is contained in:
comfyanonymous
2025-08-25 20:26:47 -07:00
committed by GitHub
parent e633a47ad1
commit 914c2a2973
5 changed files with 302 additions and 0 deletions

View File

@@ -2324,6 +2324,7 @@ async def init_builtin_extra_nodes():
"nodes_qwen.py",
"nodes_model_patch.py",
"nodes_easycache.py",
"nodes_audio_encoder.py",
]
import_failed = []