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.
- Host: GitHub
- URL: https://github.com/Yuan-ManX/ComfyUI-LayerAnimate
- Owner: Yuan-ManX
- License: mit
- Created: 2025-04-01T02:26:21.000Z (16 days ago)
- Default Branch: main
- Last Pushed: 2025-04-01T03:16:53.000Z (16 days ago)
- Last Synced: 2025-04-01T03:31:02.959Z (16 days ago)
- Language: Python
- Size: 146 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI-LayerAnimate**
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
```