조회 수 94 추천 수 0 댓글 0
메타에서 2023년에 내놓은 오픈소스임. 돈주고 음악 제작 AI사이트 사용하지말고 자체구축해서 쓰자!!!
공짜로 누구나 사용할 수 있음
AudioCraft에는 Python 3.9, PyTorch 2.1.0이 필요합니다. AudioCraft를 설치하려면 다음을 실행하면 됩니다
AudioCraft는 오디오 생성에 대한 딥 러닝 연구를 위한 PyTorch 라이브러리입니다. AudioCraft에는 고품질 오디오를 생성하는 두 가지 최첨단 AI 생성 모델인 AudioGen과 MusicGen에 대한 추론 및 학습 코드가 포함되어 있습니다. 설치 AudioCraft에는 Python 3.9, PyTorch 2.1.0이 필요합니다. AudioCraft를 설치하려면 다음을 실행하면 됩니다. # Best to make sure you have torch installed first, in particular before installing xformers. # Don't run this if you already have PyTorch installed. python -m pip install 'torch==2.1.0' # You might need the following before trying to install the packages python -m pip install setuptools wheel # Then proceed to one of the following python -m pip install -U audiocraft # stable release python -m pip install -U git+https://git@github.com/facebookresearch/audiocraft#egg=audiocraft # bleeding edge python -m pip install -e . # or if you cloned the repo locally (mandatory if you want to train). python -m pip install -e '.[wm]' # if you want to train a watermarking model
자세한건 아래 내용 참고 설치방법은 맨 아래 유튜브꺼 그대로 따라하면됨
↓https://github.com/facebookresearch/audiocraft
↓https://www.youtube.com/watch?v=_OVi1sE1yiA