Forum Discussion
What is the best ai song generator to create songs?
Let's talk about using command-line tools as your free ai song generator on a Windows PC. Like the DiffRhythm. It's a really cool concept, but it's less like downloading a simple app and more like building a model airplane from a kit. You get total control and it's free, but you've got to be ready for some hands-on work.
Yes, using the command line gets you a completely free tool that runs entirely on your own computer. You don't pay anything, and you have total control.
But the cost is your time and patience. Setting it up is a project in itself. Once it's running, you generate music with commands like this, which looks very different from clicking a "Create" button on a website:
bash
python infer\infer.py --lrc-path infer\example\eg_en.lrc --ref-prompt "classical genres, hopeful mood, piano." --audio-length 95 --repo_id ASLP-lab/DiffRhythm-base --output-dir infer\example\output_en --chunked
So, for a casual user just wanting to experiment, a web-based tool might be easier. But if you're up for a technical challenge and want a truly free, private free ai song generator, then diving into one of these command-line projects could be a really rewarding (though sometimes frustrating) experience.