ComfyUI-LayerAnimate

ComfyUI-LayerAnimate
★ 4

动画LayerAnimateComfyUI自定义节点
将 LayerAnimate 模型以节点形式接入 ComfyUI,提供分层动画生成与控制,便于在 ComfyUI 流程中快速构建动画管线并管理依赖。
💡 在 ComfyUI 中使用 LayerAnimate 模型生成并控制分层动画。
🍴 1 Forks💻 Python🔄 2025-04-01
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/a9fb3a59e10c
📦 requirements.txt
accelerate==0.31.0
torch==2.3.1
torchvision==0.18.1
diffusers==0.30.2
transformers==4.25.1
xformers==0.0.27
imageio==2.27.0
imageio-ffmpeg==0.4.9
decord==0.6.0
omegaconf==2.3.0
gradio==5.23.0
spaces==0.32.0
open_clip_torch==2.22.0
deepspeed
opencv-python
pycocotools
safetensors
einops
wandb
scipy
📄 README

ComfyUI-LayerAnimate

Make LayerAnimate avialbe in ComfyUI.

LayerAnimate: Layer-level Control for Animation.

Installation

  • Make sure you have ComfyUI installed
  • Clone this repository into your ComfyUI’s custom_nodes directory:
  • cd ComfyUI/custom_nodes
    git clone https://github.com/Yuan-ManX/ComfyUI-LayerAnimate.git

  • Install dependencies:
  • cd ComfyUI-LayerAnimate
    pip install -r requirements.txt