AudioCraftを試す
環境:windows11,VRAM 12GB
推奨は16GBらしいから足りない
Git clone
インストール
code:sh
pip install -U audiocraft # stable release
pip install -e . # or if you cloned the repo locally (mandatory if you want to train).
musicgen_demo.ipynbを順に動かしてみる
largeだとGPUメモリをめいいっぱい使っているようだ
https://scrapbox.io/files/64ce0977c96b42001c2c13d7.wav
生成できたみたいだ
エラー
$ pip list
を見てみるとtorchがCPUバージョンになっていたので
$ pip uninstall torch
一応local URLが出たwogikaze.icon
がエラーも出ている
$ pip install ffmpeg
Could not find module 'C:\Users\Wogikaze\AppData\Roaming\Python\Python310\site-packages\xformers\_C.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
いろいろ欄
VSCodeのPython,Pyplane,Jupytor拡張機能の再インストール