seyf EL
seyf1elislam
AI & ML interests
Timeseries Forcasting,LLM (Finetunes, merges,quantization...)
Recent Activity
liked
a model
6 days ago
Qwen/Qwen3-TTS-12Hz-1.7B-CustomVoice
posted
an
update
6 days ago
# π Run Qwen3-TTS on Colab GPU or Locally
Run **Qwen3-TTS (Text-to-Speech & Voice Cloning)** with minimal effort. This setup is based on the official HF Space.
### π Links
* **Official Space:** https://huggingface.co/spaces/Qwen/Qwen3-TTS
* **GitHub Repo:** https://github.com/seyf1elislam/qwen-tts-webui-notebook
* **Colab:** https://github.com/seyf1elislam/qwen-tts-webui-notebook/blob/main/Qwen_TTS_(TTS_%26_Voice_Cloning)_Colab.ipynb
---
### π Method 1: Google Colab (Fastest)
1. Open the https://github.com/seyf1elislam/qwen-tts-webui-notebook/blob/main/Qwen_TTS_(TTS_%26_Voice_Cloning)_Colab.ipynb.
2. Add your HF_TOKEN to Google Colab Secrets
3. Ensure you are on a **T4 GPU** runtime.
4. Run all cells. Use the `gradio.live` link to open the UI.
---
### π» Method 2: Local Installation
Requires an GPU. Uses `uv` for faster setup.
```bash
# 1. Install uv & Clone
pip install uv
git clone https://huggingface.co/spaces/Qwen/Qwen3-TTS && cd Qwen3-TTS
# 2. Setup Environment
uv venv
uv pip install -r requirements.txt
# 3. Auth & Run
uvx hf auth login
python app.py
# UI available at: http://localhost:7860/
```
liked
a Space
7 days ago
Qwen/Qwen3-TTS