事前にFFmpeg, Python, Gitのインストールが必要です。
関連サイト
majic-animate: https://github.com/magic-research/magic-animate
majic-animate-for-windows: https://github.com/sdbds/magic-animate-for-windows
pytorch: https://pytorch.org/
レポジトリをクローン
git clone https://github.com/sdbds/magic-animate-for-windows.git
Set-ExecutionPolicy Unrestricted
実行ポリシーの変更で変更して良いか聞かれるので
Yのはいを実行する。
majic-animate-for-windowsフォルダからpowershellを開く
仮想環境を作る
python -m venv venv
仮想環境を活性化
venv\Scripts\activate
PyTorchインストール
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
必要なライブラリーとモデルのインストール
.\install.ps1
※\じゃなくてもよかった。
仮想環境を活性化
venv\Scripts\activate
使わなくなったらPowerShellを元に戻そう。
PowerShellを起動して。
Set-ExecutionPolicy Restricted
MagicAnimateのサイト
https://showlab.github.io/magicanimate/