ForeignGods/ComfyUI-Mana-Nodes

Audio node is not compatible with other extensions

Fictiverse opened this issue ยท 2 comments

Hello, thank you for your extension, however you are using an audio node who is not compatible with the
ComfyUI-VideoHelperSuite audio node one.
Is it possible to make a converision node or found a way to make both extensions compatible ?

Just looked at the input and return types of the VHS Nodes.
It seems like it shouldn't be too difficult to make my nodes compatible with theirs.
I will further look into this when I have time.
Thanks for the feedback.

Screenshot 2024-03-16 at 15-44-56 ComfyUI

You can just use the ''Load Audio (Path)๐ŸŽฅ๐Ÿ…ฅ๐Ÿ…—๐Ÿ…ข'' node and convert the audio_file from widget to input.
This will allow you to connect the audio output from the ''video2audio'' node to the ''Load Audio (Path)๐ŸŽฅ๐Ÿ…ฅ๐Ÿ…—๐Ÿ…ข'' node.
After that you will be able to connect the ''Load Audio (Path)๐ŸŽฅ๐Ÿ…ฅ๐Ÿ…—๐Ÿ…ข'' node to the ''Video Combine ๐ŸŽฅ๐Ÿ…ฅ๐Ÿ…—๐Ÿ…ข'' node.