Huggingface_Hack / voice_clone.py

Commit History

fix: Play produces no sound — switch to streaming audio + system deps
373219a

minhahwang Copilot commited on

fix: Play produces no sound on HF Space
44fbd0d

minhahwang Copilot commited on

refactor: consolidate to Base 1.7B only, remove CustomVoice
af03300

minhahwang Copilot commited on

refactor: runtime config, Q&A flow module, storage paths, and cleanup
397b4ac

minhahwang Copilot commited on

feat: enable FlashAttention-2 for all models via runtime install + SDPA fallback
c7cbd46

minhahwang Copilot commited on

perf: reduce TTS latency - shorter chunks + sub-segment streaming
fa6ebf7

minhahwang Copilot commited on

revert: voice cloning back to GPU - user will use larger GPU
a51c3c3

minhahwang Copilot commited on

fix: voice cloning OOM on T4 - load 1.7B Base model on CPU
5a98019

minhahwang Copilot commited on

fix: remove custom dtype/attn params to fix CUDA assert on T4
94fb797

minhahwang Copilot commited on

fix: CUDA assert on T4 GPU - use eager attention, disable torch.compile
9df2e8c

minhahwang Copilot commited on

fix: replace Supertonic with Qwen3-TTS 0.6B CustomVoice, fix Play button
7cc2412

minhahwang Copilot commited on

feat: persist voice profiles to Voice_Profile/ with auto-load on startup
0d420e4

minhahwang Copilot commited on

perf: add TTS latency optimizations
d3a755c

minhahwang Copilot commited on

feat: implement real voice cloning with Qwen3-TTS (sprint step 3)
215fff0

minhahwang Copilot commited on