← All skills
Tencent SkillHub Β· Developer Tools

ComfyUI TTS

Convert text to speech audio via ComfyUI's Qwen-TTS API, supporting customizable voice, style, model, and output options.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Convert text to speech audio via ComfyUI's Qwen-TTS API, supporting customizable voice, style, model, and output options.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, _meta.json, scripts/test_history.sh, scripts/tts.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

ComfyUI TTS Skill

Generate speech audio using ComfyUI's Qwen-TTS service. This skill allows you to convert text to speech through ComfyUI's API.

Environment Variables

Set these environment variables to configure the ComfyUI connection: export COMFYUI_HOST="localhost" # ComfyUI server host export COMFYUI_PORT="8188" # ComfyUI server port export COMFYUI_OUTPUT_DIR="" # Optional: Custom output directory

Basic Text-to-Speech

Generate audio from text using default settings: scripts/tts.sh "δ½ ε₯½οΌŒδΈ–η•Œ"

Advanced Options

Customize voice characteristics: # Specify character and style scripts/tts.sh "δ½ ε₯½" --character "Girl" --style "Emotional" # Change model size scripts/tts.sh "δ½ ε₯½" --model "3B" # Specify output file scripts/tts.sh "δ½ ε₯½" --output "/path/to/output.wav" # Combine options scripts/tts.sh "δ½ ε₯½οΌŒθΏ™ζ˜―ζ΅‹θ―•" \ --character "Girl" \ --style "Emotional" \ --model "1.7B" \ --output "~/audio/test.wav"

Available Options

OptionDescriptionDefault--characterVoice character (Girl/Boy/etc.)"Girl"--styleSpeaking style (Emotional/Neutral/etc.)"Emotional"--modelModel size (0.5B/1.7B/3B)"1.7B"--outputOutput file pathAuto-generated--temperatureGeneration temperature (0-1)0.9--top-pTop-p sampling0.9--top-kTop-k sampling50

Workflow

The skill performs these steps: Construct Workflow: Builds a ComfyUI workflow JSON with your text and settings Submit Job: Sends the workflow to ComfyUI's /prompt endpoint Poll Status: Monitors job completion via /history endpoint Retrieve Audio: Returns the path to the generated audio file

Connection Refused

Verify ComfyUI is running: curl http://$COMFYUI_HOST:$COMFYUI_PORT/system_stats Check host and port settings

Job Timeout

Large models (3B) take longer to generate Try smaller models (0.5B, 1.7B) for faster results

Output Not Found

Check ComfyUI's output directory configuration Verify file permissions

API Reference

The skill uses ComfyUI's native API endpoints: POST /prompt - Submit workflow GET /history - Check job status Output files are saved to ComfyUI's configured output directory

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Scripts1 Docs1 Config
  • SKILL.md Primary doc
  • scripts/test_history.sh Scripts
  • scripts/tts.sh Scripts
  • _meta.json Config