CoolFace
Apppublic

RustyMark/dots.tts

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
0likes
16 commits on main
241b8193mo ago

support pinning HF model revision via DOTS_TTS_MODEL_REVISION env var

hflm
a12fb8c3mo ago

Revert "use reflect-pad extra patch on prompt audio instead of regenerate-and-drop"

hflm
f48822c3mo ago

bump default num_steps to 16

hflm
332a4c13mo ago

use reflect-pad extra patch on prompt audio instead of regenerate-and-drop

hflm
780bcb53mo ago

switch default execution mode to generate

hflm
3d3f84e3mo ago

add voice cloning tips card to UI

hflm
d47a1734mo ago

add constraint on both prompt text and text to generate

YuMS
3c5d8a14mo ago

update constraints for better performance

YuMS
f2be9ce4mo ago

add some constraints for better performance

YuMS
927c02a4mo ago

set default generation time to 60s

YuMS
21b176e4mo ago

copy from /tmp to persist bucket to avoid gradio error

YuMS
2e1b3734mo ago

refine Gradio placeholder translation

YuMS
ba030534mo ago

change generated dir to huggingface space mounted bucket

YuMS
50c52244mo ago

add an import

YuMS
804ee234mo ago

add inference code with AOTI support for hf space

YuMS
02617d24mo ago

initial commit

xlians555