ComfyUI Extension: Auto-Audio-Player

Authored by nullara

Created

Updated

1 stars

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.

Looking for a different extension?

Custom Nodes (1)

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 AUDIO through unchanged for downstream nodes

Node

  • Name: Auto Audio Player
  • Category: audio/utils

Inputs

  • audio (AUDIO)
  • autoplay (BOOLEAN, default true)
  • default_volume (FLOAT, default 1.0)
  • loop (BOOLEAN, default false)

Output

  • audio (AUDIO) passthrough

Install

  1. Clone or download this repository.
  2. Place the folder in your ComfyUI custom_nodes directory.
  3. Restart ComfyUI.
  4. Add Auto Audio Player from audio/utils.
  5. Connect any AUDIO output 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.

Learn more