teticio / audio-diffusion

Apply diffusion models using the new Hugging Face diffusers package to synthesize music instead of images.
GNU General Public License v3.0
707 stars 69 forks source link

whats the difference between 256 and 512 dataset #41

Closed sankar-mukherjee closed 1 year ago

sankar-mukherjee commented 1 year ago

whats the difference between these two datasets, other than no of examples.

https://huggingface.co/datasets/teticio/audio-diffusion-256 https://huggingface.co/datasets/teticio/audio-diffusion-512

Both have the same descriptions

x_res = 256 y_res = 256 sample_rate = 22050 n_fft = 2048 hop_length = 512

https://huggingface.co/datasets/teticio/audio-diffusion-512 should be x_res = 512 y_res = 512

or i am missing something?

teticio commented 1 year ago

Thanks - fixed it!