/install free-voice
TTS через ComfyUI
Описание
Навык для генерации аудио через ComfyUI с использованием узла AILab_Qwen3TTSVoiceDesign_Advanced.
Требования
- ComfyUI с установленным плагином
AILab_Qwen3TTSVoiceDesign_Advanced - Модель Qwen3
- Папка
E:\Ai\Comfy UI\output\для сохранения аудио
Запуск ComfyUI
Если ComfyUI не запущена, использовать:
cmd /c start "" "C:\Users\user\Desktop\ComfyUI.lnk"
Ожидание готовности
Проверять доступность по http://localhost:8000 каждые 10 секунд до готовности.
Формат запроса
{
"prompt": {
"50": {
"inputs": {
"filename_prefix": "qwen3-tts/[UNIQUE_ID]",
"quality": "320k",
"audioUI": "",
"audio": ["55", 0]
},
"class_type": "SaveAudioMP3",
"_meta": {"title": "Сохранить аудио (MP3)"}
},
"55": {
"inputs": {
"text": "[TEXT]",
"instruct": "A male voice with a slightly hoarse, warm tone, speaking in a confident and friendly manner.",
"model_size": "1.7B",
"device": "auto",
"precision": "bf16",
"language": "Russian",
"max_new_tokens": 2048,
"do_sample": true,
"top_p": 0.9,
"top_k": 50,
"temperature": 0.9,
"repetition_penalty": 1,
"unload_models": false,
"seed": -1
},
"class_type": "AILab_Qwen3TTSVoiceDesign_Advanced",
"_meta": {"title": "Qwen3 TTS VoiceDesign (Advanced)"}
}
}
}
Обработка
- Отправить POST-запрос на
http://localhost:8000/prompt - Получить
prompt_id - Ждать завершения в
/history/[prompt_id] - Найти файл в
E:\Ai\Comfy UI\output\[filename_prefix]*.mp3 - Отправить как голосовое сообщение через
message(asVoice=true)
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install free-voice - After installation, invoke the skill by name or use
/free-voice - Provide required inputs per the skill's parameter spec and get structured output
What is Free voice from Comfy UI + Qwen3 TTS?
Generate Russian male voice audio using ComfyUI with Qwen3 TTS node and save as MP3 for voice messages. It is an AI Agent Skill for Claude Code / OpenClaw, with 2252 downloads so far.
How do I install Free voice from Comfy UI + Qwen3 TTS?
Run "/install free-voice" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Free voice from Comfy UI + Qwen3 TTS free?
Yes, Free voice from Comfy UI + Qwen3 TTS is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Free voice from Comfy UI + Qwen3 TTS support?
Free voice from Comfy UI + Qwen3 TTS is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Free voice from Comfy UI + Qwen3 TTS?
It is built and maintained by Onimka (@onimka); the current version is v1.0.0.