Clarify public HTTP download
Browse files
README.md
CHANGED
|
@@ -40,6 +40,9 @@ download-models.bat
|
|
| 40 |
run-vulkan-directml-full.bat
|
| 41 |
```
|
| 42 |
|
|
|
|
|
|
|
|
|
|
| 43 |
The quantized demo uses:
|
| 44 |
|
| 45 |
```bat
|
|
@@ -67,4 +70,3 @@ models/
|
|
| 67 |
- The quant demo uses `moss-tts-pny-global-q6_k.gguf` and
|
| 68 |
`moss-audio-decoder4-q8_0.gguf`.
|
| 69 |
- The ONNX vocoder is the supported vocoder path for the DirectML Windows demo.
|
| 70 |
-
|
|
|
|
| 40 |
run-vulkan-directml-full.bat
|
| 41 |
```
|
| 42 |
|
| 43 |
+
`download-models.bat` uses public HTTPS downloads from this repository. It does
|
| 44 |
+
not require the Hugging Face CLI, Python, Git LFS, or a Hugging Face account.
|
| 45 |
+
|
| 46 |
The quantized demo uses:
|
| 47 |
|
| 48 |
```bat
|
|
|
|
| 70 |
- The quant demo uses `moss-tts-pny-global-q6_k.gguf` and
|
| 71 |
`moss-audio-decoder4-q8_0.gguf`.
|
| 72 |
- The ONNX vocoder is the supported vocoder path for the DirectML Windows demo.
|
|
|