AI & music

Which open-source Suno alternative can a small label actually use in 2026?

If you want a Suno alternative you can fine-tune, run locally and release from without a download cap, the answer in 2026 is ACE-Step 1.5 . After a month of running open models on a Grace Blackwell desktop, our production pick is its turbo variant with LoRAs trained on our own catalogue: a 120-second club track renders in about six seconds, holds its tempo, and the licence allows releases. Stable Audio 3 Medium sounds cleaner in the top end but is instrumental-only and its best checkpoint sits behind a gate. YuE2 is out because its weights are non-commercial. Lyria 3.5 and Suno are fast and closed: one is watermarked and capped at three minutes, the other has just moved to a new model generation and to monthly download caps that decide how many songs you may sell. Everything below is what we measured, not what the model cards claim.

Which open-source Suno alternative can a small label actually use in 2026?

If you want a Suno alternative you can fine-tune, run locally and release from without a download cap, the answer in 2026 is ACE-Step 1.5. After a month of running open models on a Grace Blackwell desktop, our production pick is its turbo variant with LoRAs trained on our own catalogue: a 120-second club track renders in about six seconds, holds its tempo, and the licence allows releases. Stable Audio 3 Medium sounds cleaner in the top end but is instrumental-only and its best checkpoint sits behind a gate. YuE2 is out because its weights are non-commercial. Lyria 3.5 and Suno are fast and closed: one is watermarked and capped at three minutes, the other has just moved to a new model generation and to monthly download caps that decide how many songs you may sell. Everything below is what we measured, not what the model cards claim.

The test rig, and why a desktop changes the question

All local tests ran on a Dell Pro Max with an NVIDIA GB10, the same Grace Blackwell superchip as the DGX Spark: 20 Arm cores, 6,144 CUDA cores, 128 GB of LPDDR5x unified memory shared between CPU and GPU at 273 GB/s, compute capability 12.1. NVIDIA's own DGX Spark lists at 4,699 US dollars after the February 2026 price rise. That box sits under a desk and runs a 26-billion-parameter LLM, a music model and an audio analysis pipeline on the same day. The question for a label is no longer "can we afford a GPU" but "which model is worth the electricity".

Three things about this hardware shaped every result. First, unified memory is not free memory: the Linux page cache and memory-mapped model files count against what the GPU driver can allocate, so a model that "fits" can still fail with an out-of-memory error until you drop caches or stop the other server. Second, the Arm platform has no ready-made wheels for many audio packages; our working recipe for Stable Audio 3 was PyTorch 2.12 with CUDA 13.0, torchaudio 2.11 installed without dependencies, and a community Flash-Attention build for the DGX Spark. Third, the box does not like parallel GPU jobs. Every hard freeze we logged in September came while two heavy jobs overlapped. One GPU job at a time is now a house rule.

ACE-Step 1.5: the workhorse

ACE-Step 1.5 is a two-stage system: a 5 Hz language-model planner built on Qwen3 (0.6B, 1.7B or 4B) writes the musical plan, a diffusion transformer renders the audio. The diffusion side comes as a 2-billion-parameter family (base, sft and an 8-step turbo, about 4.7 GB in bf16) and, since the XL release on 3 April 2026, a 4-billion family (about 9 GB). Code and weights are MIT licensed, and the model card states that generated music may be used commercially. On the GB10 a 180-second song takes 28 to 51 seconds; the diffusion transformer needs two to three seconds of that, the planner eats the rest. A 45-second instrumental takes about ten seconds.

The reason we kept it is fine-tuning. We trained three LoRAs on the turbo model: one on 99 tracks from our Definition Records catalogue (rank 16, final loss 0.608), one on 114 INSCT tracks (loss 0.795), and one on a 12,712-track corpus (rank 64, loss 0.575). In a blind pilot of 45 two-minute clips (five briefs, three seeds, three configurations) the turbo model with LoRA rendered in 5.6 seconds per clip and hit the requested BPM in 14 of 15 clips with a tempo coefficient of variation of 0.025. The plain turbo model scored 15 of 15 at 6.2 seconds. The XL base model, the one you would expect to win, took 32.8 seconds per clip, hit the BPM in only 3 of 15, drifted with a tempo CV of 0.083 and delivered less sub-bass. Bigger was worse for club music, at least without its own LoRA.

Two caveats from the trenches. ACE-Step's built-in stem extraction and "lego" modes are broken on this GPU (waveform correlation of 0.01 to 0.03 against the source), so we separate stems with SCNet afterwards, which adds 33 to 51 seconds. And the cover mode does work: with a reference track and new lyrics, onset correlation to the source reached 0.2 to 0.65 and chroma correlation up to 0.33, against a baseline of zero. Our June verdict that covers were "broken" came from measuring waveform correlation, which is the wrong metric for a re-performance.

Stable Audio 3 Medium: better highs, no voice, and a gate

Stability AI released the Stable Audio 3 family on 20 May 2026: two Small models, a Medium model with open weights, and a Large model that stays behind the API. Medium pairs a diffusion transformer of about 1.4 billion parameters with an 852-million-parameter autoencoder, renders pieces of up to six minutes, and is instrumental by design: no singing, no lyrics, no stems. LoRA training is supported. On paper it is the strongest open instrumental model we found; the numbers below are why we believe that for electronic music.

On the GB10 the ungated medium-base checkpoint (10.4 GB) rendered 120-second clips in 20 to 35 seconds with a peak of 9.3 GB of GPU memory and a 91-second model load. Against ACE-Step on the same briefs it matched the tempo adherence of turbo-plus-LoRA (14 of 15) with a tempo CV of 0.049, and the spectrum told the real story: a 95 percent roll-off at 13.8 kHz against roughly 10 kHz for ACE-Step, which sounds cut off up top by comparison. The trade-offs: a sub-bass share of 0.18 against ACE-Step's 0.32, a crest factor of 19.3 dB (four decibels more dynamic) and peaks at 0 dBFS, because the base model comes hot and unmastered. Audio-to-audio mode keeps harmony (chroma correlation 0.15 to 0.29) but barely any rhythm, and its default sample size caps that mode at 120 seconds.

The post-trained medium checkpoint is gated on Hugging Face behind a licence agreement and a short form, while medium-base downloads directly; LoRA training needs an extra 3.8 GB file of SVD bases. Both are decisions a label owner has to take, not a script.

YuE2: why we passed

YuE2-3B, released by the M-A-P group on 9 September 2026, sings, and it would run: PyTorch's internal Flash attention works on sm_121, no custom kernels needed. We still rejected it. The code is Apache 2.0, but the weights are released under CC BY-NC 4.0, which rules out a label release. There is no fine-tuning path in the repository, and the semantic tokenizer is not published. There is no documented instrumental mode and output is a stereo mix only. Our estimate for one song on the GB10 was three and a half to four and a half minutes, against eight to fifty seconds for ACE-Step. The benchmark claim of beating commercial services rests on the authors' own song benchmark, best-of-eight, vocal songs only.

Lyria 3.5 and Suno: the closed options

Google's Lyria 3.5 reached the Gemini API as a public preview on 3 September 2026, after a July start in Flow. We built 20 tracks on 5 September with the same lyric playbook we use for Suno. The facts that matter: our run returned MP3 at 192 kbit/s and rejected the WAV parameter (the documentation now lists WAV as an option, so check again before you rely on either); tracks stop at about three minutes (our average was 2:56), which kills the four-to-six-minute extended cut a DJ wants; your own lyrics are taken verbatim, including whispers and ad-libs, while without lyrics the model writes exactly the "feel alive, stars align" filler we ban; the content filter is noisy, three of twenty requests failed and passed unchanged on retry; and every file carries a SynthID watermark that survives compression. The model is paid-tier only at 0.08 US dollars per song, and under the general Gemini API terms the developer owns the output; a Lyria-specific licence or indemnity document does not exist.

Suno remains the fastest way to a full song with vocals, and the one we have automated most. The economics are simple: Pro is 10 US dollars a month for 2,500 credits, Premier 30 dollars for 10,000, one generation costs 10 credits and returns two clips. The rights are less simple. Songs made on a paid plan while subscribed are yours to release, but the terms add two catches: commercial use requires a "permitted download", of which Pro allows 20 and Premier 60 per month, and Suno gives no warranty that any copyright exists in the output at all. Free-plan songs stay Suno's and are non-commercial. What the README does not say: length is a prompt problem (a full section plan in the lyrics plus an "extended, DJ-friendly intro and outro" style suffix takes clips from under a minute to between 2:40 and 8:00); rapid submissions trip an invisible captcha that silently voids clips; the lyric moderation fuzzy-matches famous lines and is non-deterministic; and uploads for the cover feature are fingerprinted against a recordings database, which flagged about half of the commercial sample-pack demos we tried. With 25 to 30 seconds between submissions and per-clip verification, a 254-clip run finished with zero errors.

Suno versus the open models: where it wins, where it loses

Suno is the benchmark most producers compare against, and for good reason: it is the fastest route from a lyric sheet to a finished song with a convincing vocal, it needs no hardware, and its cover feature turns a rough demo into a produced track in minutes. On 9 September 2026 Suno replaced its whole model line with v6 (TechCrunch): three variants (v6, v6-wild, v6-mini), the first trained with Warner Music Group, BMG and Believe under the licensing settlements, up to eight minutes per generation, v6 and v6-wild for paid plans only. Six days earlier, on 3 September, new terms and download limits took effect: seven lifetime downloads on the free plan, 20 a month on Pro, 60 on Premier, applied retroactively to songs already in your library. The reception was the roughest Suno has had. Within hours of the launch the most upvoted post on r/SunoAI was a cancellation notice, and the top comment on the migration read "It's called complying to a lawsuit" (collected by Undetectr). The launch-day thread titled "v6 feels like a massive downgrade" describes the mix as "muffled, dull and strangely lifeless" and says the model "ignores half of what I ask for"; a second thread calls all three variants "absolutely robotic" (Opinions of v6). The defence, in a thread on what actually works, is that v6 removed the choir shimmer and distortion of v5.5, and even there the top comment concedes that v5 was better. Suno's own explanation for the download caps, given to Music Business Worldwide, is that they "ensure our platform is used for intentional music creation"; a Premier subscriber who had bought an annual plan with unlimited downloads was told that the remedy was to cancel. We ran our own v5.5 batches with a 254-clip, zero-error pipeline; the sameness complaint matches what we measured there, where the three judges we describe below barely agreed on which of 5,423 tracks were any good. Against that, the open models win on control. The table is our experience across several hundred Suno generations and about a hundred hours of open-model rendering.

CriterionSunoACE-Step 1.5 (open)Stable Audio 3 Medium (open)
Vocals and lyricsBest of the field; own lyrics taken verbatimGood, needs a LoRA for a house styleNone, instrumental by design
Fine-tuning on your catalogueNot possibleLoRA in hours on a desktop GPULoRA with an extra SVD file
Cost per track10 credits per generation (two clips); Pro 2,500 credits for 10 USDElectricity: 6 to 50 seconds of GPU timeElectricity: 20 to 35 seconds per two minutes
Release rightsPaid plans only, per permitted download (20 or 60 a month), no copyright warrantyMIT weights, commercial output stated on the model cardCommunity licence, free below 1 million USD revenue
LengthUp to about 8 minutes, but only with a full section plan in the promptSet by parameter, extended cuts are routineUp to six minutes
StemsLimited, service-sideNative modes broken on our GPU; SCNet afterwardsNone
Moderation and matchingLyric filter fuzzy-matches famous lines; uploads are fingerprinted; rapid submissions are silently voidedNone, your responsibilityNone, your responsibility
DataYour uploads are licensed to Suno, including for trainingStays on your machineStays on your machine
Hardware and setupBrowserOne GPU, Arm quirks on the GB10One GPU, Flash-Attention build needed on Arm

The pattern is consistent. Suno buys you speed and vocal quality with someone else's rules attached: a monthly download quota that caps how many tracks you may sell, a lyric moderator that blocks a short hook because it resembles a famous one and passes the same hook on retry, a fingerprint check that rejected about half of the licensed sample-pack demos we uploaded, and a captcha that voids clips without an error message. None of that exists on a model you run yourself. What you pay instead is time on a workflow that has no support desk.

The Suno problems that are on the record

Forum anger is one thing; the documented record is another, and it is long enough to matter for anyone building a catalogue on the service.

  • Download caps that decide what you may sell. Since 3 September 2026 commercial use is tied to a "permitted download": 20 a month on Pro, 60 on Premier, unused ones do not roll over, and the cap applies to songs you made before the change (Suno's own announcement). Credits and downloads are separate budgets: you can still generate 500 songs a month on Pro and release 20.
  • No copyright warranty. The terms assign paid subscribers Suno's rights in their output and in the same document state that Suno gives no warranty that any copyright vests in it, while users indemnify Suno for claims arising from their use.
  • The lawsuits are not over. Warner settled and licensed in November 2025 (Billboard), Universal and Sony are still in court in Boston and moved in 2026 to expand their claim to more than 61,000 recordings (Music Business Worldwide), publisher Round Hill filed a new suit on 17 August 2026 and says it will not settle (Variety), and on 31 July 2026 the Munich district court ruled largely for the collecting society GEMA, finding that six works are reproducibly memorised in Suno's models. Suno's own defence concedes training on copyrighted recordings and argues fair use.
  • Artists are suing over imitation. On 2 September 2026 Jason Isbell joined a class action alleging that prompts with his name produced songs imitating his delivery (CelebrityAccess), and TechCrunch quotes Suno's product chief on v6 as "creating additional revenue streams" for the licensors.
  • Watermarks are coming. On 6 August 2026 Suno announced audio watermarking and fingerprinting baked into every track, plus Musixmatch's detection system, without saying which standard it uses (TechCrunch). The "no watermark" advantage over Lyria is ending.
  • Moderation you cannot see. The lyric filter blocks phrases that resemble famous lines and does not say which word triggered it; in our own runs the same hook failed once and passed unchanged on retry, and clean geographic terms have been reported as false positives.
  • A breach you were not told about. A November 2025 incident affecting 55.3 million accounts, including partial payment-card details, became public only through reporting in July 2026 (TechCrunch) and is now the subject of a proposed class action.
  • The platforms are pushing back. Deezer reported in July 2026 that more than half of its daily uploads are fully AI-generated and said it removes AI tracks that go unstreamed for six months (TechCrunch). Volume without an audience is not a strategy on any of the open models either, but at least it is not paid per download.

Suno alternatives by use case

  • You need vocals and want to release the result: ACE-Step 1.5 turbo, with a LoRA trained on your own catalogue so the output sounds like your label rather than like the internet.
  • You need instrumental beds, sound design or DJ tools: Stable Audio 3 Medium, mastered by hand, once the gated checkpoint is accepted.
  • You need volume without hardware and can live with a watermark and three minutes: Lyria 3.5 through the Gemini API at 0.08 USD a song.
  • You need a singing model for research, not release: YuE2, whose weights are non-commercial.
  • You need a finished vocal song today and accept the terms: Suno, with slow pacing, per-clip verification and a full section plan in the lyrics.

How we judge output without fooling ourselves

Every comparison above was a blind test: clips are renamed by hash, the key stays on the render box, and the listening notes are written before the key is opened. Alongside listening we log objective numbers per clip: BPM adherence against the brief, tempo coefficient of variation, spectral roll-off, sub-bass share, crest factor and peak level. These numbers caught the XL model's tempo drift and ACE-Step's missing top end before anyone had an opinion.

For selection at scale we use three judges that barely agree. A MuQ embedding of each track is compared with 431 popular references from our best-performing playlist, giving a "hit proximity" score. A second judge is a listening model: Gemini 3.5 Flash heard 5,423 generated tracks and 997 real hits with a fixed A&R rubric for voice, hook, drop, mix, energy and cheese, for about nine dollars of API cost; real hits scored a median of 5.0 and a 90th percentile of 5.73, and our shortlist came in above 6.6. A third judge is a formula over hook, lyric quality and novelty flags. The overlap between the three top-50 lists was a single track. That is the honest state of automated A&R: useful for filtering, not for picking. A separate pilot on 988 titles showed that Essentia's MusiCNN models predict a DJ's "drive" rating from Mixed In Key with a correlation of 0.66, far better than loudness, which measures mastering rather than energy.

Licences and rights in one table

ModelWeights licenceCommercial releaseFine-tuningVocalsWatermark
ACE-Step 1.5MIT (code and weights)Yes, stated on the model cardLoRA on your own catalogueYesNo
Stable Audio 3 MediumStability AI Community LicenseYes below 1 million USD annual revenue; you own the output; notice required when redistributing the modelLoRA, extra SVD fileNoNo
YuE2-3BCode Apache 2.0, weights CC BY-NC 4.0NoNot publishedYesNo
Lyria 3.5 (Gemini API)Closed, Gemini API termsPaid tier, 0.08 USD per song, developer owns the outputNoYesSynthID
Suno v5.5Closed, plan termsPaid plans, per permitted download (20 or 60 a month), no copyright warrantyNo (covers via upload)YesNo

Two rights questions sit outside any licence. A cover or audio-to-audio render of someone else's master is still a derivative of that composition and recording; the model does not clear it. And a lyric transcribed from a third-party vocal never belongs in a prompt for a release. We keep transcripts on the render box and out of chat tools for that reason.

The challenges nobody puts in the README

  • Stability under load. Seven hard freezes in one day on the GB10, each while heavy jobs overlapped or memory was near zero. The fix was operational: one GPU job at a time, stop the LLM server before a render, and never let a research queue dispatch jobs to the same box.
  • Memory that lies. "Free" memory on a unified-memory machine excludes page cache and memory-mapped model files; the driver sees a full box while the OS reports 80 GB available.
  • Benchmarks versus your genre. Public arena numbers are prompt averages. Our tempo-adherence and sub-bass measurements moved the ranking for club music.
  • Lyrics are the weakest link. Every model writes filler when left alone. The lyric playbook, the ban list and the anti-cheese rule do more for the result than any sampler setting.
  • Moderation and fingerprinting are non-deterministic on the closed services. Plan for retries and verify every clip through the API, never through the web feed.
  • Length. Three-minute caps and one-hook prompts produce radio edits. Club music needs the extended cut, which only the open models and prompt-engineered Suno deliver.

What we would pick today

For releases with vocals under our own labels: ACE-Step 1.5 turbo with a catalogue LoRA, stems through SCNet, mastering by hand. For instrumental beds and sound design: Stable Audio 3 Medium, once the gated checkpoint is accepted, with a mastering pass because the base model peaks at 0 dBFS. For volume and demos where a watermark and a three-minute cap do not matter: Lyria 3.5 through the API, or Suno with the length recipe and slow pacing. For research on singing models: watch YuE2, but do not build on non-commercial weights. And whatever the model, keep the blind-test discipline; the day we skipped it, the "obviously better" 4-billion model lost on tempo. None of this changes how our playlists are built. Best Chill & Deep House Vibes and Deep Focus take a track on how it sounds and whether it fits the list, judged by ear against everything already in it, and a track rendered by a model gets no shortcut and no quota. Most of what these models produce does not make that cut, and the few that might would have to earn their place like any other release.

Frequently asked questions

What is the best open-source alternative to Suno?

For songs with vocals, ACE-Step 1.5: MIT-licensed weights, commercial output, LoRA fine-tuning on your own music, and a full song in under a minute on a desktop GPU. For instrumentals, Stable Audio 3 Medium.

Can you fine-tune Suno on your own music?

No. Suno accepts audio uploads for covers and extensions, but the model itself cannot be trained on your catalogue. ACE-Step 1.5 and Stable Audio 3 support LoRA training.

Do you own the songs you make with Suno?

On a paid plan, Suno assigns you its rights in songs created while subscribed, but commercial use is tied to a permitted download (20 a month on Pro, 60 on Premier) and the terms give no warranty that any copyright exists in the output. Free-plan songs remain Suno's and are non-commercial.

Can you release music made with ACE-Step 1.5 commercially?

Yes. Code and weights are MIT licensed and the model card states that generated music may be used commercially, which is why it is our production tier. Clear any reference audio you feed it separately.

Is Stable Audio 3 Medium free for a small label?

The Stability AI Community License allows commercial use, with ownership of the output, for organisations under 1 million US dollars in annual revenue; above that an enterprise licence is required. The post-trained medium checkpoint is gated and has to be accepted on Hugging Face; medium-base downloads directly.

Why reject YuE2 if it sings well?

Its weights are CC BY-NC 4.0, so nothing made with it can be sold, and there is no published way to fine-tune it on your own catalogue.

Does Lyria 3.5 watermark its output?

Yes, every track carries a SynthID watermark that survives compression. Tracks run about three minutes; our September run returned MP3 only, while the documentation now also lists WAV.

What hardware do you need to run these models locally?

Our tests ran on a single Grace Blackwell desktop with 128 GB of unified memory. ACE-Step turbo needs under 5 GB, Stable Audio 3 Medium peaked at 9.3 GB; the work is in the Arm software stack and in keeping other jobs off the GPU.

Sources

  1. DGX Spark · docs.nvidia.com · Accessed
  2. ACE-Step 1.5 · github.com · Accessed
  3. MIT licensed · github.com · Accessed
  4. model card · huggingface.co · Accessed
  5. Stable Audio 3 family · stability.ai · Accessed
  6. medium checkpoint · huggingface.co · Accessed
  7. medium-base · huggingface.co · Accessed
  8. YuE2-3B · github.com · Accessed
  9. weights · huggingface.co · Accessed
  10. Lyria 3.5 · ai.google.dev · Accessed
  11. documentation · ai.google.dev · Accessed
  12. Suno · suno.com · Accessed
  13. terms · suno.com · Accessed
  14. replaced its whole model line with v6 · suno.com · Accessed
  15. TechCrunch · techcrunch.com · Accessed
  16. new terms and download limits · suno.com · Accessed
  17. collected by Undetectr · undetectr.com · Accessed
  18. v6 feels like a massive downgrade · reddit.com · Accessed
  19. Opinions of v6 · reddit.com · Accessed
  20. what actually works · reddit.com · Accessed
  21. Music Business Worldwide · musicbusinessworldwide.com · Accessed
  22. Billboard · billboard.com · Accessed
  23. Music Business Worldwide · musicbusinessworldwide.com · Accessed
  24. Variety · variety.com · Accessed
  25. CelebrityAccess · celebrityaccess.com · Accessed
  26. TechCrunch · techcrunch.com · Accessed
  27. TechCrunch · techcrunch.com · Accessed
  28. TechCrunch · techcrunch.com · Accessed

The playlist this guide points to

The playlist payoff

Put the answer into practice

Best Chill & Deep House Vibes playlist cover

Best Chill & Deep House Vibes

Start with the playlist, then adjust the volume or energy to suit the task.

Open in Spotify
View playlist profile

Last updated: