ComfyUI Extension: Auto-Audio-Player
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.
An auto audio player node for ComyUI. Offers a looping toggle, autoplay toggle, scrubbing, volume control, pause and play. Once audio is pushed into the node it will automatically play.
README
ComfyUI Auto Audio Player
A lightweight ComfyUI custom node that automatically plays audio when a new AUDIO input reaches the node.
Features
- 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
Node
- Name:
Auto Audio Player - Category:
audio/utils
Inputs
audio(AUDIO)autoplay(BOOLEAN, defaulttrue)default_volume(FLOAT, default1.0)loop(BOOLEAN, defaultfalse)
Output
audio(AUDIO) passthrough
Install
- 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
Files
ComfyUI-AutoAudioPlayer/
├── __init__.py
├── LICENSE
├── README.md
├── .gitignore
└── js/
└── auto_audio_player.js
License
MIT
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.