Update index.html
Browse files- index.html +5 -7
index.html
CHANGED
|
@@ -4,15 +4,13 @@
|
|
| 4 |
<meta name="viewport" content="width=device-width" />
|
| 5 |
<link rel="stylesheet" href="style.css" />
|
| 6 |
<meta charset="UTF-8">
|
| 7 |
-
<title>Match-TTS Onnx
|
| 8 |
</head>
|
| 9 |
<body>
|
| 10 |
-
<h1>Match-TTS Onnx
|
| 11 |
-
<div>
|
| 12 |
-
<
|
| 13 |
-
<
|
| 14 |
-
<script src="https://cdn.jsdelivr.net/npm/onnxruntime-web/dist/ort.webgpu.min.js" ></script>
|
| 15 |
-
|
| 16 |
|
| 17 |
<script type="module">
|
| 18 |
import { MatchaTTSRaw } from "./js-esm/matcha_tts_raw.js";
|
|
|
|
| 4 |
<meta name="viewport" content="width=device-width" />
|
| 5 |
<link rel="stylesheet" href="style.css" />
|
| 6 |
<meta charset="UTF-8">
|
| 7 |
+
<title>Match-TTS Onnx Benchmarks</title>
|
| 8 |
</head>
|
| 9 |
<body>
|
| 10 |
+
<h1>Match-TTS Onnx Benchmarks</h1>
|
| 11 |
+
<div>Quantized version is too slow and just for Github Page 100MB limitation</div>
|
| 12 |
+
<div>Multispeaker(vctk) is littlebit slow than singlespeaker.en001 is littlg bit firster maybe timesteps is 5(bigger hq but slow)</div>
|
| 13 |
+
<div>almost load time 15 sec,infer time 2 sec(my 2070super-gpu)</div>
|
|
|
|
|
|
|
| 14 |
|
| 15 |
<script type="module">
|
| 16 |
import { MatchaTTSRaw } from "./js-esm/matcha_tts_raw.js";
|