Nodes/ComfyUI-kaola-ace-step/ACE-Step Transcriber
ComfyUI Node

ACE-Step Transcriber

A ComfyUI node in ACE_STEP with 14 inputs and 1 output.

By kana112233·Created 6 months ago·Updated 6 months ago· 27
ACE-Step Transcriber
  • audio
  • transcription
model_idkana112233/ComfyUI-kaola-ace_step
deviceauto
dtypeauto
languageauto
chunk_length_s30
return_timestampsfalse
custom_prompt
max_new_tokens4096
temperature0.2
top_p0.95
repetition_penalty1.1
num_beams1
seed0
CategoryACE_STEP

Inputs (14)

NameTypeDefaultDescription
audioAUDIOInput audio to transcribe.
model_idCOMBOkana112233/ComfyUI-kaola-ace_stepSelect the Qwen2.5-Omni model. Can be a local path (in models/acestep-transcriber) or a HuggingFace ID.
deviceCOMBOautoInference device. Use 'auto' or 'mps' for Mac.
dtypeCOMBOautoModel precision. 'auto' uses float16 for CUDA and float32 for CPU/MPS.
languageCOMBOautoTarget language for transcription. 'auto' uses default prompt.
chunk_length_sFLOAT300–300Audio chunk length in seconds for processing.
return_timestampsCOMBOfalseWhether to return timestamps. 'word' for word-level timestamps, 'true' for segment-level.
custom_promptSTRINGCustom prompt to override built-in language prompts. e.g. 'Transcribe the audio to Chinese:'
max_new_tokensINT409664–8192Maximum number of tokens to generate. Increase for longer lyrics.
temperatureFLOAT0.20–1Sampling temperature. Lower values are more deterministic.
top_pFLOAT0.950–1Nucleus sampling: cumulative probability threshold.
repetition_penaltyFLOAT1.11–2Penalty for repeating tokens. Increase if output gets stuck in loops.
num_beamsINT11–8Number of beams for beam search. 1 = no beam search.
seedINT00–4294967295Random seed for reproducible results. 0 for random.

Outputs (1)

NameTypeDescription
transcriptionSTRING