CoolFace
Datasetpublic

ChrisOpenSource/audio-diffusion-breaks-256

30,000 256x256 mel spectrograms of 5 second samples that have been used in music, sourced from WhoSampled and YouTube. The code to convert from audio to spectrogram and vice versa can be found in https://github.com/teticio/audio-diffusion along with scripts to train and run inference using De-noising Diffusion Probabilistic Models. x_res = 256 y_res = 256 sample_rate = 22050 n_fft = 2048 hop_length = 512

sourceHugging Faceupdated 2mo agoView on Hugging Face
0likes23downloads
1 commits on main
131493e2mo ago

Duplicate from teticio/audio-diffusion-breaks-256

ChrisOpenSource, teticio