From 7226af4525d9749be9bc1eb0a825dad92f25da7a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 15:22:04 +0000 Subject: [PATCH] Deployed 08f3205 with MkDocs version: 1.6.1 --- .nojekyll | 0 404.html | 496 ++ CNAME | 1 + README.ja/index.html | 766 ++ README.ko/index.html | 764 ++ README.pt-BR/index.html | 783 ++ README.zh/index.html | 769 ++ assets/figs/VS_1.jpg | Bin 0 -> 27985 bytes assets/figs/VS_1_pt-BR.png | Bin 0 -> 160308 bytes assets/figs/agent_gradio.png | Bin 0 -> 257195 bytes assets/figs/diagram.png | Bin 0 -> 131782 bytes assets/figs/diagrama.png | Bin 0 -> 86546 bytes assets/figs/logo-circle.png | Bin 0 -> 13781 bytes assets/images/favicon.png | Bin 0 -> 1870 bytes assets/javascripts/bundle.60a45f97.min.js | 16 + assets/javascripts/bundle.60a45f97.min.js.map | 7 + assets/javascripts/lunr/min/lunr.ar.min.js | 1 + assets/javascripts/lunr/min/lunr.da.min.js | 18 + assets/javascripts/lunr/min/lunr.de.min.js | 18 + assets/javascripts/lunr/min/lunr.du.min.js | 18 + assets/javascripts/lunr/min/lunr.el.min.js | 1 + assets/javascripts/lunr/min/lunr.es.min.js | 18 + assets/javascripts/lunr/min/lunr.fi.min.js | 18 + assets/javascripts/lunr/min/lunr.fr.min.js | 18 + assets/javascripts/lunr/min/lunr.he.min.js | 1 + assets/javascripts/lunr/min/lunr.hi.min.js | 1 + assets/javascripts/lunr/min/lunr.hu.min.js | 18 + assets/javascripts/lunr/min/lunr.hy.min.js | 1 + assets/javascripts/lunr/min/lunr.it.min.js | 18 + assets/javascripts/lunr/min/lunr.ja.min.js | 1 + assets/javascripts/lunr/min/lunr.jp.min.js | 1 + assets/javascripts/lunr/min/lunr.kn.min.js | 1 + assets/javascripts/lunr/min/lunr.ko.min.js | 1 + assets/javascripts/lunr/min/lunr.multi.min.js | 1 + assets/javascripts/lunr/min/lunr.nl.min.js | 18 + assets/javascripts/lunr/min/lunr.no.min.js | 18 + assets/javascripts/lunr/min/lunr.pt.min.js | 18 + assets/javascripts/lunr/min/lunr.ro.min.js | 18 + assets/javascripts/lunr/min/lunr.ru.min.js | 18 + assets/javascripts/lunr/min/lunr.sa.min.js | 1 + .../lunr/min/lunr.stemmer.support.min.js | 1 + assets/javascripts/lunr/min/lunr.sv.min.js | 18 + assets/javascripts/lunr/min/lunr.ta.min.js | 1 + assets/javascripts/lunr/min/lunr.te.min.js | 1 + assets/javascripts/lunr/min/lunr.th.min.js | 1 + assets/javascripts/lunr/min/lunr.tr.min.js | 18 + assets/javascripts/lunr/min/lunr.vi.min.js | 1 + assets/javascripts/lunr/min/lunr.zh.min.js | 1 + assets/javascripts/lunr/tinyseg.js | 206 + assets/javascripts/lunr/wordcut.js | 6708 +++++++++++++++++ .../workers/search.f8cc74c7.min.js | 42 + .../workers/search.f8cc74c7.min.js.map | 7 + assets/stylesheets/main.a40c8224.min.css | 1 + assets/stylesheets/main.a40c8224.min.css.map | 1 + assets/stylesheets/palette.06af60db.min.css | 1 + .../stylesheets/palette.06af60db.min.css.map | 1 + finetune/index.html | 849 +++ index.html | 956 +++ inference/index.html | 952 +++ ja/README.ja/index.html | 766 ++ ja/README.ko/index.html | 764 ++ ja/README.pt-BR/index.html | 783 ++ ja/README.zh/index.html | 769 ++ ja/finetune/index.html | 849 +++ ja/index.html | 955 +++ ja/inference/index.html | 920 +++ ja/samples/index.html | 954 +++ ja/start_agent/index.html | 805 ++ ko/README.ja/index.html | 746 ++ ko/README.ko/index.html | 744 ++ ko/README.pt-BR/index.html | 763 ++ ko/README.zh/index.html | 749 ++ ko/finetune/index.html | 829 ++ ko/index.html | 934 +++ ko/inference/index.html | 929 +++ ko/samples/index.html | 810 ++ ko/start_agent/index.html | 649 ++ pt/README.ja/index.html | 766 ++ pt/README.ko/index.html | 764 ++ pt/README.pt-BR/index.html | 783 ++ pt/README.zh/index.html | 769 ++ pt/finetune/index.html | 849 +++ pt/index.html | 954 +++ pt/inference/index.html | 920 +++ pt/samples/index.html | 954 +++ pt/start_agent/index.html | 805 ++ requirements.txt | 3 + samples/index.html | 827 ++ search/search_index.json | 1 + sitemap.xml | 453 ++ sitemap.xml.gz | Bin 0 -> 1019 bytes start_agent/index.html | 801 ++ stylesheets/extra.css | 3 + zh/README.ja/index.html | 766 ++ zh/README.ko/index.html | 764 ++ zh/README.pt-BR/index.html | 783 ++ zh/README.zh/index.html | 769 ++ zh/finetune/index.html | 854 +++ zh/index.html | 956 +++ zh/inference/index.html | 958 +++ zh/samples/index.html | 954 +++ zh/start_agent/index.html | 803 ++ 102 files changed, 45590 insertions(+) create mode 100644 .nojekyll create mode 100644 404.html create mode 100644 CNAME create mode 100644 README.ja/index.html create mode 100644 README.ko/index.html create mode 100644 README.pt-BR/index.html create mode 100644 README.zh/index.html create mode 100644 assets/figs/VS_1.jpg create mode 100644 assets/figs/VS_1_pt-BR.png create mode 100644 assets/figs/agent_gradio.png create mode 100644 assets/figs/diagram.png create mode 100644 assets/figs/diagrama.png create mode 100644 assets/figs/logo-circle.png create mode 100644 assets/images/favicon.png create mode 100644 assets/javascripts/bundle.60a45f97.min.js create mode 100644 assets/javascripts/bundle.60a45f97.min.js.map create mode 100644 assets/javascripts/lunr/min/lunr.ar.min.js create mode 100644 assets/javascripts/lunr/min/lunr.da.min.js create mode 100644 assets/javascripts/lunr/min/lunr.de.min.js create mode 100644 assets/javascripts/lunr/min/lunr.du.min.js create mode 100644 assets/javascripts/lunr/min/lunr.el.min.js create mode 100644 assets/javascripts/lunr/min/lunr.es.min.js create mode 100644 assets/javascripts/lunr/min/lunr.fi.min.js create mode 100644 assets/javascripts/lunr/min/lunr.fr.min.js create mode 100644 assets/javascripts/lunr/min/lunr.he.min.js create mode 100644 assets/javascripts/lunr/min/lunr.hi.min.js create mode 100644 assets/javascripts/lunr/min/lunr.hu.min.js create mode 100644 assets/javascripts/lunr/min/lunr.hy.min.js create mode 100644 assets/javascripts/lunr/min/lunr.it.min.js create mode 100644 assets/javascripts/lunr/min/lunr.ja.min.js create mode 100644 assets/javascripts/lunr/min/lunr.jp.min.js create mode 100644 assets/javascripts/lunr/min/lunr.kn.min.js create mode 100644 assets/javascripts/lunr/min/lunr.ko.min.js create mode 100644 assets/javascripts/lunr/min/lunr.multi.min.js create mode 100644 assets/javascripts/lunr/min/lunr.nl.min.js create mode 100644 assets/javascripts/lunr/min/lunr.no.min.js create mode 100644 assets/javascripts/lunr/min/lunr.pt.min.js create mode 100644 assets/javascripts/lunr/min/lunr.ro.min.js create mode 100644 assets/javascripts/lunr/min/lunr.ru.min.js create mode 100644 assets/javascripts/lunr/min/lunr.sa.min.js create mode 100644 assets/javascripts/lunr/min/lunr.stemmer.support.min.js create mode 100644 assets/javascripts/lunr/min/lunr.sv.min.js create mode 100644 assets/javascripts/lunr/min/lunr.ta.min.js create mode 100644 assets/javascripts/lunr/min/lunr.te.min.js create mode 100644 assets/javascripts/lunr/min/lunr.th.min.js create mode 100644 assets/javascripts/lunr/min/lunr.tr.min.js create mode 100644 assets/javascripts/lunr/min/lunr.vi.min.js create mode 100644 assets/javascripts/lunr/min/lunr.zh.min.js create mode 100644 assets/javascripts/lunr/tinyseg.js create mode 100644 assets/javascripts/lunr/wordcut.js create mode 100644 assets/javascripts/workers/search.f8cc74c7.min.js create mode 100644 assets/javascripts/workers/search.f8cc74c7.min.js.map create mode 100644 assets/stylesheets/main.a40c8224.min.css create mode 100644 assets/stylesheets/main.a40c8224.min.css.map create mode 100644 assets/stylesheets/palette.06af60db.min.css create mode 100644 assets/stylesheets/palette.06af60db.min.css.map create mode 100644 finetune/index.html create mode 100644 index.html create mode 100644 inference/index.html create mode 100644 ja/README.ja/index.html create mode 100644 ja/README.ko/index.html create mode 100644 ja/README.pt-BR/index.html create mode 100644 ja/README.zh/index.html create mode 100644 ja/finetune/index.html create mode 100644 ja/index.html create mode 100644 ja/inference/index.html create mode 100644 ja/samples/index.html create mode 100644 ja/start_agent/index.html create mode 100644 ko/README.ja/index.html create mode 100644 ko/README.ko/index.html create mode 100644 ko/README.pt-BR/index.html create mode 100644 ko/README.zh/index.html create mode 100644 ko/finetune/index.html create mode 100644 ko/index.html create mode 100644 ko/inference/index.html create mode 100644 ko/samples/index.html create mode 100644 ko/start_agent/index.html create mode 100644 pt/README.ja/index.html create mode 100644 pt/README.ko/index.html create mode 100644 pt/README.pt-BR/index.html create mode 100644 pt/README.zh/index.html create mode 100644 pt/finetune/index.html create mode 100644 pt/index.html create mode 100644 pt/inference/index.html create mode 100644 pt/samples/index.html create mode 100644 pt/start_agent/index.html create mode 100644 requirements.txt create mode 100644 samples/index.html create mode 100644 search/search_index.json create mode 100644 sitemap.xml create mode 100644 sitemap.xml.gz create mode 100644 start_agent/index.html create mode 100644 stylesheets/extra.css create mode 100644 zh/README.ja/index.html create mode 100644 zh/README.ko/index.html create mode 100644 zh/README.pt-BR/index.html create mode 100644 zh/README.zh/index.html create mode 100644 zh/finetune/index.html create mode 100644 zh/index.html create mode 100644 zh/inference/index.html create mode 100644 zh/samples/index.html create mode 100644 zh/start_agent/index.html diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 00000000..e69de29b diff --git a/404.html b/404.html new file mode 100644 index 00000000..e3281d92 --- /dev/null +++ b/404.html @@ -0,0 +1,496 @@ + + + +
+ + + + + + + + + + + + + + + + +このコードベースとすべてのモデルは、CC-BY-NC-SA-4.0 ライセンスの下でリリースされています。詳細については、LICENSEを参照してください。
+コードベースの違法な使用については一切責任を負いません。DMCA(デジタルミレニアム著作権法)およびその他の関連法については、地域の法律を参照してください。
+이 코드베이스와 모든 모델은 CC-BY-NC-SA-4.0 라이선스에 따라 배포됩니다. 자세한 내용은 LICENSE를 참조하시길 바랍니다.
+Zero-shot & Few-shot TTS: 10초에서 30초의 음성 샘플을 입력하여 고품질의 TTS 출력을 생성합니다. 자세한 가이드는 모범 사례를 참조하시길 바랍니다.
+다국어 및 교차 언어 지원: 다국어 걱정 없이, 텍스트를 입력창에 복사하여 붙여넣기만 하면 됩니다. 현재 영어, 일본어, 한국어, 중국어, 프랑스어, 독일어, 아랍어, 스페인어를 지원합니다.
+음소 의존성 제거: 이 모델은 강력한 일반화 능력을 가지고 있으며, TTS가 음소에 의존하지 않습니다. 모든 언어 스크립트 텍스트를 손쉽게 처리할 수 있습니다.
+높은 정확도: 영어 텍스트 기준 5분 기준에서 단, 2%의 문자 오류율(CER)과 단어 오류율(WER)을 달성합니다.
+빠른 속도: fish-tech 가속을 통해 실시간 인자(RTF)는 Nvidia RTX 4060 노트북에서는 약 1:5, Nvidia RTX 4090에서는 1:15입니다.
+웹 UI 추론: Chrome, Firefox, Edge 등 다양한 브라우저에서 호환되는 Gradio 기반의 사용하기 쉬운 웹 UI를 제공합니다.
+GUI 추론: PyQt6 그래픽 인터페이스를 제공하여 API 서버와 원활하게 작동합니다. Linux, Windows 및 macOS를 지원합니다. GUI 참조.
+배포 친화적: Linux, Windows, macOS에서 네이티브로 지원되는 추론 서버를 쉽게 설정할 수 있어 속도 손실을 최소화합니다.
+이 코드베이스의 불법적 사용에 대해 어떠한 책임도 지지 않습니다. DMCA 및 관련 법률에 대한 로컬 법률을 참조하십시오.
+Este código-fonte e os modelos são publicados sob a licença CC-BY-NC-SA-4.0. Consulte LICENSE para mais detalhes.
+TTS Zero-shot & Few-shot: Insira uma amostra vocal de 10 a 30 segundos para gerar saída de TTS de alta qualidade. Para diretrizes detalhadas, veja Melhores Práticas para Clonagem de Voz.
+Suporte Multilíngue e Interlingual: Basta copiar e colar o texto multilíngue na caixa de entrada—não se preocupe com o idioma. Atualmente suporta inglês, japonês, coreano, chinês, francês, alemão, árabe e espanhol.
+Sem Dependência de Fonemas: O modelo tem forte capacidade de generalização e não depende de fonemas para TTS. Ele pode lidar com textos em qualquer script de idioma.
+Alta Precisão: Alcança uma CER (Taxa de Erro de Caracteres) e WER (Taxa de Erro de Palavras) de cerca de 2% para textos de 5 minutos em inglês.
+Rápido: Com a aceleração fish-tech, o fator de tempo real é de aproximadamente 1:5 em um laptop Nvidia RTX 4060 e 1:15 em uma Nvidia RTX 4090.
+Inferência WebUI: Apresenta uma interface de usuário web baseada em Gradio, fácil de usar e compatível com navegadores como Chrome, Firefox e Edge.
+Inferência GUI: Oferece uma interface gráfica PyQt6 que funciona perfeitamente com o servidor API. Suporta Linux, Windows e macOS. Veja o GUI.
+Fácil de Implantar: Configura facilmente um servidor de inferência com suporte nativo para Linux, Windows e macOS, minimizando a perda de velocidade.
+Não nos responsabilizamos por qualquer uso ilegal do código-fonte. Consulte as leis locais sobre DMCA (Digital Millennium Copyright Act) e outras leis relevantes em sua região.
+此代码库及模型根据 CC-BY-NC-SA-4.0 许可证发布。请参阅 LICENSE 了解更多细节.
+我们不对代码库的任何非法使用承担任何责任. 请参阅您当地关于 DMCA (数字千年法案) 和其他相关法律法规.
+Yk&tv0woktx%4g&S@hl*$^G5L4pwX}+|;kDJ0Z;T)j(oGyCL1v{ys#%
z>t`~MgV_MpXo6Yzl$Xu-yzLSjLZs9Bdui|Aj6~;mg#a?BE1%^+WsYASokyZtD`77p
z5$+NQd(GlHS5%O1{NrO1C)1Y3Hz8pwu|M9O^2E}BTgzwb0CWTF9qWA3*#W^@zMai(
zDs5B@Hc>?=Ou+;h9w>Q)mgG`L>Q#}10Io5~OUc`%SPR*)sXLrpvy+>auGL);y2>l$
z(-DD0v@5z*!c_ua=9q8S&sP33HLCP{opUxChyQtB2RX9Ch~56inGh?WPF#P)cKL1%
zs`8`nb?}5_6uG5X6=$J7Ah@x_iW*OV`Qly7UTPMhSfeUC&3&IHM`LnG*_K@Jem2A)
zNoB}W=oER5CWTOBR~ed`9GItd&_yh)AbRMfIUu+ ciY{>mW!%Y!C3okieQ-yD%F;A;e>tNxr18E#CG6W)c=H!k{NC0?65A7c
z%hCRiam9omr7Z7BBkm?CuaX$}Xw6I*D3uOQV8E)FhzdF)PNk5+!`5rd%RjrjC+odl
zT3TB2(}pB5{A$iM-)b4tC`s8{YJVHEYq*8OxaK@tuEG8OV~_FiQS8KL|K7EgrnQUr
zk@vhW+;>9B*#n0&Y{s^*@g=fUwr*nTliOO+KRSO}*Pr1@r^qd^$H;h1XDifa*$W?k
zkV54DYV2;YsS?)fZ+UtDUR> 0c+GOyrvyMf_{}LE*pNTqxdYS5~~uAJw{7cx5dZo
zOa?X}Kzm@1O*#G=;IINXijR*6Y`^-uCN`OYj2QA2;88;_g-NvOI#T#J2nq5N*qUwt
z^uSnu{yZO)*$PRpfbl4f>64JW0!DuMk?Fn
zIAZwF6@;BmHlvgY_ghu@fr=J~cICvl{zT9i@Z@~4-S?U1L1ctw?P1Z!iLn+ACpD$k
z3pir7kHS2CBaYJ)COG`$96`l;B}PkF92F+WL-Or~wJ^)iM@Z{Rs3%?0y&&|BRZs0Y
z=!(=$gGeCM_})q=YJ}Yy?Mny%uup))fp47Xni`7Z<85oPQVgnXOL)ELE9@!85|_vr
z5Q+TzrG`$}@cI}AhP#U9?TJ9vzwFS!37b_rxw0r;oT!4TNbH^DN+b=VY8jdj-`n_tGHaFGIZ+Y3feA5Y$~
zTI6oF(g~-HD5av}ds!cD6$@8xzhGPQ$uf93GzW-$zkBcP`8)z~bNLbE$oR-xPznX^
zQ};&XqmY3bRfd>8c6fv%Ly
$>}OeEjKEZBg;pd&;Gx
zNgX^hk&c7}&*_63UU>d&o|21B#u5lVI%LYRUy*5*dxW87{(&q?#yA<&mz1CUZf*LY
z6k7_ceBuL3Fy!C7f{>tBF>&u_CatE>=)}!7jDg?boD;
zn>#Es*_JH$G~UQMYXnoDw_ohB1xZc(`rj91Tpj%sD51lfEYbEH-K_fU=RKrxg@=mW
zOIal1Y{L)NHdO1Ule_}zsm7=c3%x1x?MF>=TkiB%aHL*JH-&>?ZWFyF->Q-Byoed@lU5cRHafh1k
z!06~Jsv?kM>gwv$*>*E7jxxZy=iuhXXD(D{!_ko|7}iYafKZJ(8;oF=_22jNRzYLH
z{dG&JYs67W{Axxo{=?Q9=S9F&P&vaYDT1Z}`2R5fY#l--VtyWVjFNv^s<%Gf_<}dd
z4RD*!iQ6lamOP-BR#yLjCaxCSEa=c
zv8Vt^jAnDBbhN_9k`g34Yhax60#hEJ9IW0Cd^;D-V{gPm6-CATygdJi=GvJpcTX=b
z*f*C_-`=ve5aYJ#92I!TTkfLavSlSDJQ5O7)3}h7@;2Yn4ijva{