$ browse --type node-templates
Node Templates
// Individual building blocks for your workspace workflows
export Speech Creation
from "@marketplace"
// Converts text to speech with support for 23 languages and optional voice cloning from a reference audio file using ChatterBox v2 via a native GPU service. Adjustable expressiveness and generation temperature. Outputs an MP3 audio file.
export Speech Creation Legacy
from "@marketplace"
// Converts text to speech with support for 23 languages and optional voice cloning from a reference audio file. Adjustable expressiveness and generation temperature. Outputs an MP3 audio file.
export Speech Conversion
from "@marketplace"
// Converts speech from one voice to another using ChatterBox v2 via a native GPU service. Takes a source audio and a target narrator voice reference, then re-synthesizes the speech in the target voice. Supports 23 languages and adjustable expressiveness. Outputs an MP3 audio file.
export Speech Conversion Legacy
from "@marketplace"
// Converts speech from one voice to another. Takes a source audio and a target narrator voice reference, then re-synthesizes the speech in the target voice. Supports 23 languages and adjustable expressiveness. Outputs an MP3 audio file.
export Music Creation
from "@marketplace"
// Generates a music track from a style description and lyrics using ACE-Step 1.5 via a native GPU service. Supports configurable BPM, musical key, time signature, duration (10-300s), and lyrics language. Outputs an MP3 audio file.
export Music Creation Legacy
from "@marketplace"
// Generates a music track from a style description and lyrics. Supports configurable BPM, musical key, time signature, duration (10-300s), and lyrics language. Outputs an MP3 audio file.