Add model card
Browse files
README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
tags:
|
| 4 |
+
- gguf
|
| 5 |
+
- ggml
|
| 6 |
+
- text-to-audio
|
| 7 |
+
- thinksound
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# ThinkSound — GGUF
|
| 11 |
+
|
| 12 |
+
GGUF weights for **ThinkSound (text-to-sound-effect)**, converted for use with
|
| 13 |
+
[thinksound.cpp](https://github.com/pwilkin/thinksound.cpp) — a standalone C++/GGML runtime (CUDA + Vulkan), and
|
| 14 |
+
with [Lemonade](https://github.com/lemonade-sdk/lemonade) as a GGML media backend.
|
| 15 |
+
|
| 16 |
+
Source model: https://huggingface.co/FunAudioLLM/ThinkSound
|
| 17 |
+
License: see the source model.
|
| 18 |
+
|
| 19 |
+
## Files
|
| 20 |
+
DiT and T5 in `bf16` (recommended) and `q8` (smallest); plus `metaclip-text-f32`, `vae-f32`, and the `clip`/`t5` tokenizers.
|