Audiocraft是用于音频生成的深度学习库。它使用深度学习进行音频处理和生成,具有最先进的EnCodec音频压缩器/分词器,以及MusicGen——简单且可控的音乐生成大模型,具有文本和旋律调节功能。
运行Audiocraft的环境要求:
Python3.9PyTorch2.0.0内存至少为16GB的GPU(对于中型模型)如需安装Audiocraft,运行以下命令:
#Besttomakesureyouhavetorchinstalledfirst,inparticularbeforeinstallingxformers.#Don'trunthisifyoualreadyhavePyTorchinstalled.pipinstall'torch>=2.0'#Thenproceedtooneofthefollowingpipinstall-Uaudiocraft#stablereleasepipinstall-Ugit+https://git@github.com/facebookresearch/audiocraft#egg=audiocraft#bleedingedgepipinstall-e.#orifyouclonedtherepolocally
评论