You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-2Lines changed: 23 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,13 @@ Current release: `0.2.0`.
13
13
GERM is an independent Sonic Field Labs project. It can use Stable Audio 3
14
14
providers, but it is not an official Stability AI product.
15
15
16
+
The Listening Stack remains model-agnostic at its contracts. GERM's first
17
+
fully developed local generation path is more specific: it is designed around
18
+
Stable Audio 3 and uses its text-to-audio, audio-to-audio, inpainting,
19
+
continuation, variable-length, and LoRA primitives as material for cultivation.
20
+
The upstream code is MIT; the currently released local weights are gated and
21
+
carry separate Stability AI and component terms.
22
+
16
23

17
24
18
25
## Try It Without a Model
@@ -47,8 +54,9 @@ checks but not a creative quality demonstration.
47
54
| Path | Operating system | Hardware and software |
48
55
| --- | --- | --- |
49
56
| Mock service | macOS or Linux | Python 3.10+, `uv`; CPU only; no weights |
50
-
| Stable Audio 3 MLX | Apple Silicon macOS | Official `sa3` MLX tools and separately accepted model weights |
51
-
| Stable Audio 3 Python | Upstream-compatible macOS or Linux | Optional Python provider and hardware appropriate to the chosen checkpoint; a supported GPU is strongly recommended |
57
+
| Stable Audio 3 Small, MLX | Apple Silicon macOS | Official `sa3` optimized tools and separately accepted Small SFX or Small Music weights |
58
+
| Stable Audio 3 Small, Python | macOS or Linux | Upstream CPU path or compatible acceleration; 8 GB minimum and 16 GB system RAM suggested |
59
+
| Stable Audio 3 Medium, Python | Linux/NVIDIA | Compatible CUDA GPU; upstream reports about 6.52 GB peak VRAM, while GERM suggests 24 GB system RAM |
52
60
| Stability API | Any service-supported system | Network access, an operator-owned account, API key, and acceptance of service terms |
53
61
| Native shell | macOS 13+ | Swift 5.9/Xcode command-line tools; the Python service still performs all audio work |
54
62
@@ -62,6 +70,7 @@ promising one universal hardware minimum.
62
70
| --- | --- |
63
71
| How does it work? |[Micro/Matter architecture](docs/germ_micro_architecture.md) and [provider design](docs/provider_design.md)|
64
72
| How does it connect? |[The Listening Stack](https://sonicfield.org/stack) and [Oída integration](docs/oida-integration.md)|
73
+
| How do I install a tested model? |[Local model setup](docs/local_setup.md)|
65
74
| Which models and licenses apply? |[Models and licensing](docs/models-and-licensing.md)|
66
75
| What is unfinished? |[Known limitations](#known-limitations) and [roadmap](ROADMAP.md)|
67
76
| How can I help? |[Contribution guide](CONTRIBUTING.md)|
@@ -132,6 +141,18 @@ provenance, retention, and lineage between the organs.
132
141
133
142
## Install
134
143
144
+
For a guided GERM or complete Listening Stack installation, including model
145
+
choice, storage and memory guidance, gated-access checks, downloads, and local
0 commit comments