ComfyUI-FL-Qwen3TTS
Qwen3-TTS text-to-speech nodes for ComfyUI with voice cloning, voice design, and fine-tuning UI
File Explorer
Download Latest Version (.zip)- image.png
- main.js
- main.js.map
- __init__.py
- audio_utils.py
- loader.py
- model_info.py
- __init__.py
- audio_decode.py
- audio_encode.py
- custom_voice.py
- model_loader.py
- tokenizer_loader.py
- training_ui.py
- transcribe.py
- voice_clone.py
- voice_clone_prompt.py
- voice_design.py
- demo.py
- __init__.py
- configuration_qwen3_tts.py
- modeling_qwen3_tts.py
- processing_qwen3_tts.py
- configuration_qwen3_tts_tokenizer_v2.py
- modeling_qwen3_tts_tokenizer_v2.py
- mel_filters.npz
- core_vq.py
- speech_vq.py
- whisper_encoder.py
- configuration_qwen3_tts_tokenizer_v1.py
- modeling_qwen3_tts_tokenizer_v1.py
- __init__.py
- dataset.py
- prepare_data.py
- README.md
- sft_12hz.py
- qwen3_tts_model.py
- qwen3_tts_tokenizer.py
- __init__.py
- __main__.py
- main.ts
- styles.ts
- TrainingWidget.ts
- types.ts
- .gitignore
- __init__.py
- package-lock.json
- package.json
- pyproject.toml
- README.md
- requirements.txt
- tsconfig.json
- vite.config.mts
# Installation Guide
1. Get the code
git clone https://github.com/filliptm/ComfyUI-FL-Qwen3TTS
Downloads the entire project code from GitHub to your computer.
cd ComfyUI-FL-Qwen3TTS
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
3. Python
EasyPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
