「AnimateDiff」の版間の差分
Administrator (トーク | 投稿記録) 編集の要約なし |
Administrator (トーク | 投稿記録) |
||
| 9行目: | 9行目: | ||
* https://github.com/continue-revolution/sd-webui-animatediff | * https://github.com/continue-revolution/sd-webui-animatediff | ||
<source lang=bash> | <source lang=bash> | ||
cd stable-diffusion-webui/extensions/ | $ cd stable-diffusion-webui/extensions/ | ||
git clone https://github.com/continue-revolution/sd-webui-animatediff.git | $ git clone https://github.com/continue-revolution/sd-webui-animatediff.git | ||
</source> | </source> | ||
AnimationDiffのモーションファイルをダウンロードして、AnimationDiffのmodelフォルダにモーションファイルにぶち込む。 | AnimationDiffのモーションファイルをダウンロードして、AnimationDiffのmodelフォルダにモーションファイルにぶち込む。 | ||
* https://drive.google.com/drive/folders/1EqLC65eR1-W-sGD0Im7fkED6c8GkiNFI | * https://drive.google.com/drive/folders/1EqLC65eR1-W-sGD0Im7fkED6c8GkiNFI | ||
curl -L "https://drive.usercontent.google.com/download?id=1RqkQuGPaCO5sGZ6V6KZ-jUWmsRu48Kdq&export=download&confirm=t" -o mm_sd_v14.ckpt | <source lang=bash> | ||
curl -L "https://drive.usercontent.google.com/download?id=1ql0g_Ys4UCz2RnokYlBjyOYPbttbIpbu&export=download&confirm=t" -o mm_sd_v15.ckpt | $ cd extensions/sd-webui-animatediff/model/ | ||
$ curl -L "https://drive.usercontent.google.com/download?id=1RqkQuGPaCO5sGZ6V6KZ-jUWmsRu48Kdq&export=download&confirm=t" -o mm_sd_v14.ckpt | |||
$ curl -L "https://drive.usercontent.google.com/download?id=1ql0g_Ys4UCz2RnokYlBjyOYPbttbIpbu&export=download&confirm=t" -o mm_sd_v15.ckpt | |||
</source> | |||
モーションファイルのファイル名はAnimationDiffのソースコード内で決め打ちとなっているので変更しないこと。 | モーションファイルのファイル名はAnimationDiffのソースコード内で決め打ちとなっているので変更しないこと。 | ||