An open API service indexing awesome lists of open source software.

https://github.com/Yuan-ManX/ComfyUI-LayerAnimate

Make LayerAnimate avialbe in ComfyUI.
https://github.com/Yuan-ManX/ComfyUI-LayerAnimate

Last synced: 7 days ago
JSON representation

Make LayerAnimate avialbe in ComfyUI.

Awesome Lists containing this project

README

        

# ComfyUI-LayerAnimate

Make LayerAnimate avialbe in ComfyUI.

[LayerAnimate](https://arxiv.org/abs/2501.08295): Layer-level Control for Animation.

## Installation

1. Make sure you have ComfyUI installed

2. Clone this repository into your ComfyUI's custom_nodes directory:
```
cd ComfyUI/custom_nodes
git clone https://github.com/Yuan-ManX/ComfyUI-LayerAnimate.git
```

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