Nodes/ComfyUI_Seedance/Whisper 1 语音转写
ComfyUI Node

Whisper 1 语音转写

A ComfyUI node in Seedance with 6 inputs and 2 outputs.

By T8mars·Created 2 months ago·Updated a day ago· 21
Whisper 1 语音转写
  • audio
  • api_config
  • text
  • response
modelwhisper-1
response_formatjson
skip_errorfalse
seed0
CategorySeedance

Inputs (6)

NameTypeDefaultDescription
audioAUDIOInput audio to transcribe; converted to wav before upload. | 需要转写的音频,会先转换为 wav 再上传。
modelCOMBOwhisper-1Whisper transcription model. | Whisper 语音转写模型。
response_formatCOMBOjsonAPI response format: json, verbose_json, srt, text, or vtt. | API 返回格式。
api_configoptSEEDANCE_CONFIGConnect Seedance API Config; otherwise SEEDANCE_API_KEY is used.
skip_erroroptBOOLEANfalseOn failure return an empty transcript and JSON error instead of stopping the workflow. | 失败时返回空文本和错误 JSON。
seedoptINT00–18446744073709550000ComfyUI cache seed. Fixed reuses the cached result while all other inputs stay unchanged; randomize/increment/decrement starts a new execution. This value is not sent to models without documented seed support. | ComfyUI 缓存种子;Fixed 在其他输入不变时复用缓存,随机、递增或递减会触发新任务。未声明支持 seed 的模型不会收到此参数。

Outputs (2)

NameTypeDescription
textSTRING
responseSTRING