{"id":217,"date":"2025-08-25T20:46:08","date_gmt":"2025-08-25T12:46:08","guid":{"rendered":"http:\/\/43.139.99.192\/?p=217"},"modified":"2025-08-25T20:46:08","modified_gmt":"2025-08-25T12:46:08","slug":"%e8%af%ad%e9%9f%b3%e5%85%8b%e9%9a%86%e5%b7%a5%e5%85%b7indextts-for-windows","status":"publish","type":"post","link":"http:\/\/43.139.99.192\/index.php\/2025\/08\/25\/%e8%af%ad%e9%9f%b3%e5%85%8b%e9%9a%86%e5%b7%a5%e5%85%b7indextts-for-windows\/","title":{"rendered":"\u8bed\u97f3\u514b\u9686\u5de5\u5177IndexTTS for Windows"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Usage Instructions<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/github.com\/wwzhifeng\/Index-TTS-Windows#usage-instructions\"><\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Environment Setup<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/github.com\/wwzhifeng\/Index-TTS-Windows#environment-setup\"><\/a><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Download this repository:<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-preformatted\">git clone https:\/\/github.com\/wwzhifeng\/Index-TTS-Windows.git<\/pre>\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li>Install dependencies:<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-preformatted\">conda create -n index-tts python=3.10\nconda activate index-tts\npip install -r requirements.txt<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">3. \u4e0b\u8f7d\u6a21\u578b\u6587\u4ef6\uff08Windows \u7528\u6237\uff09<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/github.com\/wwzhifeng\/Index-TTS-Windows#3-%E4%B8%8B%E8%BD%BD%E6%A8%A1%E5%9E%8B%E6%96%87%E4%BB%B6windows-%E7%94%A8%E6%88%B7\"><\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u63a8\u8350\u4f7f\u7528&nbsp;<code>huggingface-cli<\/code>&nbsp;\u5de5\u5177\u8fdb\u884c\u6a21\u578b\u4e0b\u8f7d\uff08\u9700\u5148\u5b89\u88c5\uff09\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">pip install huggingface_hub\n\n\u7136\u540e\u8fd0\u884c\u4ee5\u4e0b\u547d\u4ee4\uff08Windows \u4e0b\u4f7f\u7528 ^ \u8868\u793a\u6362\u884c\uff09\uff1a\n\nhuggingface-cli download IndexTeam\/Index-TTS ^\n  bigvgan_discriminator.pth bigvgan_generator.pth ^\n  bpe.model dvae.pth gpt.pth unigram_12000.vocab ^\n  --local-dir checkpoints\n\n\n\n\ud83d\udccc \u5982\u679c\u4e0b\u8f7d\u7f13\u6162\uff0c\u53ef\u5c1d\u8bd5\u8bbe\u7f6e Hugging Face \u955c\u50cf\uff08\u4ec5\u5f53\u524d\u7ec8\u7aef\u6709\u6548\uff09\uff1a\n\nset HF_ENDPOINT=https:\/\/hf-mirror.com\n\n\n\ud83d\udd17 \u6216\u8005\u624b\u52a8\u4e0b\u8f7d\u6a21\u578b\u6587\u4ef6\uff1a\nhttps:\/\/huggingface.co\/IndexTeam\/Index-TTS\n\n\n\n4. Run test script:\n\n\n```bash\n# Please put your prompt audio in 'test_data' and rename it to 'input.wav'\nPYTHONPATH=. python indextts\/infer.py<\/pre>\n\n\n\n<ol start=\"5\" class=\"wp-block-list\">\n<li>Use as command line tool:<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-preformatted\"># Make sure pytorch has been installed before running this command\npip install -e .\nindextts \"\u5927\u5bb6\u597d\uff0c\u6211\u73b0\u5728\u6b63\u5728bilibili \u4f53\u9a8c ai \u79d1\u6280\uff0c\u8bf4\u5b9e\u8bdd\uff0c\u6765\u4e4b\u524d\u6211\u7edd\u5bf9\u60f3\u4e0d\u5230\uff01AI\u6280\u672f\u5df2\u7ecf\u53d1\u5c55\u5230\u8fd9\u6837\u532a\u5937\u6240\u601d\u7684\u5730\u6b65\u4e86\uff01\" \\\n  --voice reference_voice.wav \\\n  --model_dir checkpoints \\\n  --config checkpoints\/config.yaml \\\n  --output output.wav<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Use&nbsp;<code>--help<\/code>&nbsp;to see more options.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">indextts --help<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Web Demo<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/github.com\/wwzhifeng\/Index-TTS-Windows#web-demo\"><\/a><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">python webui.py<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Open your browser and visit&nbsp;<code>http:\/\/127.0.0.1:7860<\/code>&nbsp;to see the demo.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Sample Code<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/github.com\/wwzhifeng\/Index-TTS-Windows#sample-code\"><\/a><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">from indextts.infer import IndexTTS\ntts = IndexTTS(model_dir=\"checkpoints\",cfg_path=\"checkpoints\/config.yaml\")\nvoice=\"reference_voice.wav\"\ntext=\"\u5927\u5bb6\u597d\uff0c\u6211\u73b0\u5728\u6b63\u5728bilibili \u4f53\u9a8c ai \u79d1\u6280\uff0c\u8bf4\u5b9e\u8bdd\uff0c\u6765\u4e4b\u524d\u6211\u7edd\u5bf9\u60f3\u4e0d\u5230\uff01AI\u6280\u672f\u5df2\u7ecf\u53d1\u5c55\u5230\u8fd9\u6837\u532a\u5937\u6240\u601d\u7684\u5730\u6b65\u4e86\uff01\u6bd4\u5982\u8bf4\uff0c\u73b0\u5728\u6b63\u5728\u8bf4\u8bdd\u7684\u5176\u5b9e\u662fB\u7ad9\u4e3a\u6211\u73b0\u573a\u590d\u523b\u7684\u6570\u5b57\u5206\u8eab\uff0c\u7b80\u76f4\u5c31\u662f\u5e73\u884c\u5b87\u5b99\u7684\u53e6\u4e00\u4e2a\u6211\u4e86\u3002\u5982\u679c\u5927\u5bb6\u4e5f\u60f3\u4f53\u9a8c\u66f4\u591a\u6df1\u5165\u7684AIGC\u529f\u80fd\uff0c\u53ef\u4ee5\u8bbf\u95ee bilibili studio\uff0c\u76f8\u4fe1\u6211\uff0c\u4f60\u4eec\u4e5f\u4f1a\u5403\u60ca\u7684\u3002\"\ntts.infer(voice, text, output_path)<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Usage Instructions Environment Setup git clone https:\/\/ [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[12],"class_list":["post-217","post","type-post","status-publish","format-standard","hentry","category-text","tag-12"],"_links":{"self":[{"href":"http:\/\/43.139.99.192\/index.php\/wp-json\/wp\/v2\/posts\/217","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/43.139.99.192\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/43.139.99.192\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/43.139.99.192\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/43.139.99.192\/index.php\/wp-json\/wp\/v2\/comments?post=217"}],"version-history":[{"count":1,"href":"http:\/\/43.139.99.192\/index.php\/wp-json\/wp\/v2\/posts\/217\/revisions"}],"predecessor-version":[{"id":218,"href":"http:\/\/43.139.99.192\/index.php\/wp-json\/wp\/v2\/posts\/217\/revisions\/218"}],"wp:attachment":[{"href":"http:\/\/43.139.99.192\/index.php\/wp-json\/wp\/v2\/media?parent=217"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/43.139.99.192\/index.php\/wp-json\/wp\/v2\/categories?post=217"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/43.139.99.192\/index.php\/wp-json\/wp\/v2\/tags?post=217"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}