Forgot your password?
typodupeerror

Comment Re:Zuck Wakes Up (Score 1) 39

Meta has always been releasing open models (Llama was famously the first powerful open model). The change has actually been in the opposite direction, with Muse Spark *not* being open.

Zuck descrbed his motivation way back when, about how they got burned with Facebook on app stores, in that Apple and Google could basically bully them however they wanted, on whatever extractive terms they wanted, and there was nothing Meta could do about it. He's now paranoid about "others controlling the platform", and wanted to make sure that doesn't happen with AI, that they have their own AI base to work with.

Comment Re: What card? (Score 1) 39

This really isn't a good model for CPU. For CPU, you want a MoE with a large number of total params but a tiny number of active params. Something like DeepSeek V4 Flash 0731 if you have at least 128GB of RAM - you might get 2-3 tok/s or so on that. The goal is to minimize the memory bandwidth requirements per token, at the cost of a greater total RAM footprint.

For GPU, you're highly VRAM limited but not bandwidth limited, so your best option is generally a dense model (non-MoE) with speculative decoding to make up for the performance limitations.

Comment Re:How can you watermark a song ... (Score 1) 33

Actually, no, what they usually do is much more insidious: fingerprinting rather than watermarking. The fingerprint isn't actually included in the audio, it's included in a database. If they want to tell if the track was generated, they just try to match the fingerprint in the database. Can't filter it out of the track like you can with a watermark.

Comment Re:Open source solution (Score 4, Informative) 33

The two mainstream options (both about half a year old now, we're due for something better) are Ace Step-1.5 and Stable Audio 3 Medium.

Ace Step has full vocals with its music. See here for examples. The downside in my opinion (judge for yourself) is that it has Suno's flaw of sounding too "clean", "mainstream" and "uncreative", except even moreso (Udio was always much better than Suno at this, albeit "less well behaved" - but Udio is out of the game now).

Stable Audio 3 doesn't do vocals, though it has other useful features, like inpainting (great for fixing glitches in recorded tracks for example). In my view, it sounds a lot better. It can also be used to create sound effects. License is a bit more restrictive, though, if you actually care about that, but generally won't affect the average user.

Both are trained on fully licensed data and both are open-weights. So even if the devs released a version that included some sort of watermarking in the future (or someone developed a fingerprinting algo for the existing versions), you could just finetune them to break that.

TL/DR, if you want open source and want to just churn out a full track: choose Ace Step 1.5.
If you want open source and want to do instrumental tracks or to supplement manual work (such as your own vocals) or do audio editing: chose Stable Audio 3.

Comment I'd be surprised if its only 2 (Score 5, Interesting) 104

A chemical system that can reproduce via a stored code and copy that code is the hard part of life , wrapping it inside some sort of bubble its probably relatively simple, and given how small cells are and how large the earth is I wouldn't be surprised if once genetics got going it happened multiple times but only 2 lineages made it through.

Slashdot Top Deals

The idle man does not know what it is to enjoy rest.

Working...