Replies: 3 comments 1 reply
|
see this tutorial you will understand : https://youtu.be/9C_6qNKjgpA Video Chapters: |
|
This is exactly my experience with attempting covers. My understanding is that the model is not yet able to interpolate styles into your original demo, thereby creating a proper cover. You either get a virtual 'clone' of your original track, or a very different version using just your lyrics, none of your melody. This is very far from what a commercial system like Suno can produce. My suggestion is to wait for the next version of the model, they may have been working on this aspect since they have made so much progress between Ace Step 1 and 1.5. |
|
Probably not it's use-case but creating a LoRA by duplicating a melody created at least 8 times in files then training for about 40 epochs might do the trick, but you would then need to set the weight of the LoRA during inference time to around 0.4 because the LoRA will only remember the instruments and/or the vocals it was trained on. Lessening the strength of the LoRA can then produce vocals / other tracks using something close to the melody you provided, if you strengthen the weights to above 0.6 then all you'll get is the exact data your LoRA was trained on because the LoRA is overfit, it can't create anything new because there wasn't enough data. But it is more deterministic than what you'd otherwise get from the builtin cover / repaint. Another approach that worked reasonably well for me was repaint / cover mode with the XL-Turbo model, however the produced vocals were a bit difficult to understand, things seem to go a bit nicer with a deterministic LoRA, the vocals seem to come through more clearer. |
Uh oh!
There was an error while loading. Please reload this page.
I have tried inference both through the UI and through ComfyUI, but I still cannot figure out what seems like a very basic use case.
I have a melody that I created myself (either as a MIDI file or rendered to WAV), and I would like the model to generate a complete song based on that melody. The exact style is not important — I simply want the generated track to preserve and build upon the melody I provide.
I have read various guides and discussions, but I still cannot get anywhere close to this goal.
The Cover feature does not seem suitable for this purpose. In my experiments it either generates a completely different song, or it reproduces the original melody almost exactly, without turning it into a new composition built around my musical idea.
Am I misunderstanding the intended workflow?
If there is a way to achieve this, I would be very grateful if someone could point me in the right direction.
Thank you.
All reactions