ComfyUI Node
FLOAT Apply Audio Projection (VA)
Applies the loaded audio projection layer to the features extracted from the Wav2Vec model. This final step projects the high-dimensional audio features down to the motion latent space, producing the final audio conditioning tensor (wa_latent).
FLOAT Apply Audio Projection (VA)
- wav2vec_features
- projection_layer
- wa_latent
CategoryFLOAT/Very Advanced
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| wav2vec_features | TORCH_TENSOR | The batch of interpolated feature tensors output by the Wav2Vec feature extraction node. | |
| projection_layer | AUDIO_PROJECTION_LAYER | The loaded audio projection layer module. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| wa_latent | TORCH_TENSOR | — |