2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Magic Animate ローカル環境構築(Windows)

Posted at

事前に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

powershellを管理者モードで開く
image.png

右クリックを押して管理者として実行
image.png

Set-ExecutionPolicy Unrestricted
image.png

実行ポリシーの変更で変更して良いか聞かれるので
Yのはいを実行する。
image.png

majic-animate-for-windowsフォルダからpowershellを開く
image.png

仮想環境を作る
python -m venv venv

venvフォルダができる。
image.png

仮想環境を活性化
venv\Scripts\activate

image.png

PyTorchインストール
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118

image.png

image.png

必要なライブラリーとモデルのインストール
.\install.ps1
image.png
※\じゃなくてもよかった。

powershellを一度閉じて
image.png

再度開く
image.png

仮想環境を活性化
venv\Scripts\activate
image.png

起動
.\run_gui.ps1
image.png

image.png

選べるのはまだ決まったダンスパターンのみでした。
image.png

生成動画(イメージ画像)
image.png

image.png

使わなくなったらPowerShellを元に戻そう。
PowerShellを起動して。
Set-ExecutionPolicy Restricted

image.png

MagicAnimateのサイト
https://showlab.github.io/magicanimate/

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?