Verba Plugin profile

Your Song

Generates music using ComfyUI Audio Ace.

comfyui_audio_ace Version 1.0.3
When to use

Best-fit scenarios

Generates music using ComfyUI Audio Ace.

How to call it

Execution guidance

Use the example call shape below and provide only the fields the plugin expects.

Arguments

Input shape

  • prompt string

    <Concept for the song, e.g. happy summer song>

Settings

Required configuration

  • COMFYUI_AUDIO_ACE_URL string

    Base URL for the ComfyUI Ace Audio server.

    Default: http://localhost:8188
  • HA_DEFAULT_MEDIA_PLAYER string

    Optional for Home Assistant. If unset, Tater will try to play on the Voice PE device that spoke (based on device_name/device_id context). Example: media_player.living_room_speaker

Example call

Canonical usage JSON

{
  "function": "comfyui_audio_ace",
  "arguments": {
    "prompt": "<Concept for the song, e.g. happy summer song>"
  }
}