A lightweight ComfyUI custom node that automatically plays audio when a new AUDIO input reaches the node.
- Auto-play when fresh audio reaches the node
- Play / Pause control
- Seek bar for scrubbing through the clip
- Volume control
- Loop toggle
- Autoplay toggle
- Passes the original
AUDIOthrough unchanged for downstream nodes
- Name:
Auto Audio Player - Category:
audio/utils
audio(AUDIO)autoplay(BOOLEAN, defaulttrue)default_volume(FLOAT, default1.0)loop(BOOLEAN, defaultfalse)
audio(AUDIO) passthrough
- Clone or download this repository.
- Place the folder in your ComfyUI
custom_nodesdirectory. - Restart ComfyUI.
- Add Auto Audio Player from
audio/utils. - Connect any
AUDIOoutput into it.
Example:
Audio Source -> Auto Audio Player -> Any downstream AUDIO node
ComfyUI-AutoAudioPlayer/
├── __init__.py
├── LICENSE
├── README.md
├── .gitignore
└── js/
└── auto_audio_player.js
MIT