missing audio encoder: ['feature_extractor...] unexpected audio encoder: ['decoder.embed...]
Open
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 158
Description
Using AudioEncoderLoader and AudioEncoderEncode nodes in Wan HuMo workflow they throw errors:
```
missing audio encoder: ['feature_extractor.mel_spectrogram.spectrogram.window', 'feature_extractor.mel_spectrogram.mel_scale.fb']
unexpected audio encoder: ['decoder.embed_positions.weight', 'decoder.embed_tokens.weight'
. . .
```
and the resulting video does not follow the input audio at all, or absolute barely.
There is nothing to check as there is a single model whisper large v3 related which is in place, that's it.
Contributor guide
Assessment
This issue has not been assessed yet.