{"skill":{"slug":"free-voice","displayName":"Free voice from Comfy UI +  Qwen3 TTS","summary":"Generate Russian male voice audio using ComfyUI with Qwen3 TTS node and save as MP3 for voice messages.","description":"# TTS через ComfyUI\n\n## Описание\nНавык для генерации аудио через ComfyUI с использованием узла `AILab_Qwen3TTSVoiceDesign_Advanced`.\n\n## Требования\n- ComfyUI с установленным плагином `AILab_Qwen3TTSVoiceDesign_Advanced`\n- Модель Qwen3\n- Папка `E:\\Ai\\Comfy UI\\output\\` для сохранения аудио\n\n## Запуск ComfyUI\nЕсли ComfyUI не запущена, использовать:\n```\ncmd /c start \"\" \"C:\\Users\\user\\Desktop\\ComfyUI.lnk\"\n```\n\n## Ожидание готовности\nПроверять доступность по `http://localhost:8000` каждые 10 секунд до готовности.\n\n## Формат запроса\n```json\n{\n  \"prompt\": {\n    \"50\": {\n      \"inputs\": {\n        \"filename_prefix\": \"qwen3-tts/[UNIQUE_ID]\",\n        \"quality\": \"320k\",\n        \"audioUI\": \"\",\n        \"audio\": [\"55\", 0]\n      },\n      \"class_type\": \"SaveAudioMP3\",\n      \"_meta\": {\"title\": \"Сохранить аудио (MP3)\"}\n    },\n    \"55\": {\n      \"inputs\": {\n        \"text\": \"[TEXT]\",\n        \"instruct\": \"A male voice with a slightly hoarse, warm tone, speaking in a confident and friendly manner.\",\n        \"model_size\": \"1.7B\",\n        \"device\": \"auto\",\n        \"precision\": \"bf16\",\n        \"language\": \"Russian\",\n        \"max_new_tokens\": 2048,\n        \"do_sample\": true,\n        \"top_p\": 0.9,\n        \"top_k\": 50,\n        \"temperature\": 0.9,\n        \"repetition_penalty\": 1,\n        \"unload_models\": false,\n        \"seed\": -1\n      },\n      \"class_type\": \"AILab_Qwen3TTSVoiceDesign_Advanced\",\n      \"_meta\": {\"title\": \"Qwen3 TTS VoiceDesign (Advanced)\"}\n    }\n  }\n}\n```\n\n## Обработка\n1. Отправить POST-запрос на `http://localhost:8000/prompt`\n2. Получить `prompt_id`\n3. Ждать завершения в `/history/[prompt_id]`\n4. Найти файл в `E:\\Ai\\Comfy UI\\output\\[filename_prefix]*.mp3`\n5. Отправить как голосовое сообщение через `message(asVoice=true)`","tags":{"latest":"1.0.0"},"stats":{"comments":1,"downloads":2817,"installsAllTime":106,"installsCurrent":8,"stars":0,"versions":1},"createdAt":1769934599936,"updatedAt":1778987661133},"latestVersion":{"version":"1.0.0","createdAt":1769934599936,"changelog":"- Initial release of TTS skill for generating audio via ComfyUI using the AILab_Qwen3TTSVoiceDesign_Advanced node.\n- Requires pre-configured ComfyUI with the specified plugin and Qwen3 model.\n- Defines detailed audio generation and saving steps, including request/response workflow.\n- Output audio is saved to a specific folder and delivered as a voice message.\n- Instruction for automatic ComfyUI startup and server readiness monitoring included.","license":null},"metadata":null,"owner":{"handle":"onimka","userId":"s17dvh73s0tydxcjxg9x24j20d885zc6","displayName":"Onimka","image":"https://avatars.githubusercontent.com/u/124047600?v=4"},"moderation":null}