Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ theDAW is an all-in-one application for music creation. The generative engine re

theDAW also ships the first non-Mac port of Google's Magenta RealTime 2, which runs on Windows with WSL2 and NVIDIA, on native Linux, and on cloud GPUs. Magenta lives in the same Model dropdown as the local Stable Audio engines, and selecting it swaps the GPU automatically: Stable Audio parks in system RAM, the engine starts in WSL2, and a status pill tracks it to READY. Picking a Stable Audio model reverses the swap. The [Generate](#generate-cloud-and-real-time) section describes it. Live coding and Unity integration are in development.

Models stay under the user's control. Nothing downloads at startup; a model loads at the first CREATE that needs it, resolving local folders first, then the Hugging Face cache, and only then a one-time download. **Settings → Models & Storage** registers any checkpoint already on disk (it then appears in the Model dropdown), pins generation to local-only so nothing ever downloads, and maps every model location on the machine, with sizes and one-click open-in-Explorer, from the HF cache to the Magenta WSL venv.
Models stay under the user's control. Nothing downloads at startup, and **local-only mode is on by default**: a model loads at the first CREATE that needs it, resolving local folders first, then the Hugging Face cache, and a one-time download happens only after it is explicitly allowed. **Settings → Models** sits right under the admin controls and shows every engine's readiness at a glance (Stable Audio, Magenta, Suno, Demucs, MIDI), registers any checkpoint already on disk through a native folder picker (it then appears in the model picker, with a safe Generate-config helper for recognized variants), and maps every model location on the machine with sizes, per-directory inventories, and one-click open-in-Explorer, from the HF cache to the Magenta WSL venv. Generating with nothing installed routes straight back to that section instead of failing.

<p align="center">
<a href="showcase/clips-recorded/_showcase_h.mp4">
Expand Down
Loading
Loading