Riffusion – Stable Diffusion fine-tuned to generate music
211–220 of 481 posts
Re: Riffusion – Stable Diffusion fine-tuned to generate music
#212Other author here! This got a posted a little earlier than we intended so we didn't have our GPUs scaled up yet. Please hang on and try throughout the day! Meanwhile, please read our about page http://riffusion.com/about It’s all open source and the code lives at https://github.com/hmartiro/riffusion-app --> if you have a GPU you can run it yourself This has been our hobby project for the past few months. Seeing the…
On a serious note, I'd really love some advice from you on time management and how you get so much done? I love Skydio and the problems you are solving, especially on the autonomy front, are HARD. You are the VP of Autonomy there and yet also managed to get this done! You are clearly doing something right. Teach us, senpai!
Re: Riffusion – Stable Diffusion fine-tuned to generate music
#213Re: Riffusion – Stable Diffusion fine-tuned to generate music
#214Other author here! This got a posted a little earlier than we intended so we didn't have our GPUs scaled up yet. Please hang on and try throughout the day! Meanwhile, please read our about page http://riffusion.com/about It’s all open source and the code lives at https://github.com/hmartiro/riffusion-app --> if you have a GPU you can run it yourself This has been our hobby project for the past few months. Seeing the…
How much data is used for fine tuning? Since spectrograms are (surely?) very out of distribution for the pre training dataset, how much does value does the pre training really bring?
Re: Riffusion – Stable Diffusion fine-tuned to generate music
#215Earlier quoted context omitted.
Hard disagree. The average middle school picture will have certain aspects exaggerated giving you insights into the minds eye of the creator, how they see the world, what details they focus on. There is no such minds eye behind AI art so it's incredibly boring and mundane, no matter how good a filter you apply on top of it's fundamental lack of soul or anything interesting to observe in the picture beyond surface lev…
Perhaps most of the AI art out there (that honestly represents itself as such) is boring and mundane, but after many hours exploring latent space, I assure you that diffusion models can be wielded with creativity and vision. Prompting is an art and a science in its own right, not to speak of all the ways these tools can be strung together. In any case, everything is a remix.
Re: Riffusion – Stable Diffusion fine-tuned to generate music
#216Earlier quoted context omitted.
All the AI music I’ve heard so far has a really unpleasant resonant quality to it. Why is that? Can it be removed?
I've done some work on AI audio synthesis and the artifacts you're hearing in these clips are coming from the algorithm that is used to go from the synthesized spectrogram to the audio (the Griffin-Lim algorithm). Audio spectrograms have two components: the magnitude and the phase. Most of the information and structure is in the magnitude spectrogram so neural nets generally only synthesize that. If you were to look…
Re: Riffusion – Stable Diffusion fine-tuned to generate music
#217Re: Riffusion – Stable Diffusion fine-tuned to generate music
#218Would be nice to have a channel where people can share Riffs they come up with.
Re: Riffusion – Stable Diffusion fine-tuned to generate music
#219Earlier quoted context omitted.
Griffin-Lim is slow and is almost certainly not being used. A neural vocoder such as Hifi-Gan [1] can convert spectra to audio - not just for voices. Spectral inversion works well for any audio domain signal. It's faster and produces much higher quality results. [1] https://github.com/jik876/hifi-gan
If you check their about page they do say they're using Griffin-Lim. It's definitely a useful approach as an early stage in a project since Griffin-Lim is so easy to implement. But I agree that these days there are other techniques that are as fast or faster and produce higher quality audio. They're just a lot more complicated to run than Griffin-Lim.
Re: Riffusion – Stable Diffusion fine-tuned to generate music
#220Perhaps AI can be trained to create music in different ways than generating spectrograms and converting them to audio?