ComfyUI-ADMotionDirector

ComfyUI-ADMotionDirector
★ 188

训练器MotionLoRAAnimateDiffComfyUI集成
基于 ExponentialML 的 MotionDirector 实现,为 AnimateDiff MotionLoRAs 提供 ComfyUI 上的训练器与节点,便于在可视化工作流中训练和管理运动LoRA。
💡 在 ComfyUI 中训练与管理 AnimateDiff MotionLoRAs。
🍴 14 Forks💻 Python🔄 2024-11-07
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/b45acaa3411d
📦 requirements.txt
diffusers>=0.27.2
huggingface_hub>=0.20.3
transformers>=4.37.2
loralib
einops
omegaconf
lion-pytorch
peft
imageio>=2.33.1
imageio-ffmpeg>=0.4.7
admd_example_workflow
📄 README

ComfyUI nodes to use AnimateDiff-MotionDirector

https://github.com/kijai/ComfyUI-ADMotionDirector/assets/40791699/b082cbb0-4ba8-4ee6-9a2a-48123dca41ef

Install ‘pip install -r requirements.txt’

For portable: ‘python_embeded\python.exe -m pip install -r ComfyUI\custom_nodes\ComfyUI-ADMotionDirector\requirements.txt’

Tested with pytorch 2.1.1 + cu121 and 2.2.0 + cu121, older ones may have issues.

ComfyUI custom nodes for using AnimateDiff-MotionDirector

After training, the LoRAs are intended to be used with the ComfyUI Extension ComfyUI-AnimateDiff-Evolved.

BibTeX

@article{guo2023animatediff,
  title={AnimateDiff: Animate Your Personalized Text-to-Image Diffusion Models without Specific Tuning},
  author={Guo, Yuwei and Yang, Ceyuan and Rao, Anyi and Wang, Yaohui and Qiao, Yu and Lin, Dahua and Dai, Bo},
  journal={arXiv preprint arXiv:2307.04725},
  year={2023}
}
@article{zhao2023motiondirector,
  title={MotionDirector: Motion Customization of Text-to-Video Diffusion Models},
  author={Zhao, Rui and Gu, Yuchao and Wu, Jay Zhangjie and Zhang, David Junhao and Liu, Jiawei and Wu, Weijia and Keppo, Jussi and Shou, Mike Zheng},
  journal={arXiv preprint arXiv:2310.08465},
  year={2023}
}

Disclaimer

This project is released for academic use and creative usage. We disclaim responsibility for user-generated content. Users are solely liable for their actions. The project contributors are not legally affiliated with, nor accountable for, users’ behaviors. Use the generative model responsibly, adhering to ethical and legal standards.

Acknowledgements

Codebase built upon:

  • AnimateDiff-MotionDirector
  • AnimateDiff
  • Tune-a-Video.
  • MotionDirector
  • Text-To-Video-Finetuning
  • lora
  • ComfyUI