Music style transfer using stable diffusion model. In this project we try to recreate the paper Music Style Transfer with Time-Varying Inversion of Diffusion Models by Sifei Li, Yuxin Zhang, Fan Tang, Chongyang Ma, Weiming Dong, Changsheng Xu.
We are using Conda to manage our environments. Depending on if you are using CPU or GPU, you can create the environment with one of the following commands:
CPU:
conda env create -f environment-cpu.yamlGPU:
conda env create -f environment-gpu.yamlTo download the dataset, run the following command from root directory:
python dataset.py