https://github.com/Yuan-ManX/ComfyUI-AniSora
ComfyUI-AniSora is now available in ComfyUI, Index-AniSora is the most powerful open-source animated video generation model. It enables one-click creation of video shots across diverse anime styles including series episodes, Chinese original animations, manga adaptations, VTuber content, anime PVs, mad-style parodies(鬼畜动画), and more!
https://github.com/Yuan-ManX/ComfyUI-AniSora
comfyui comfyui-manager comfyui-nodes comfyui-workflow
Last synced: 6 days ago
JSON representation
ComfyUI-AniSora is now available in ComfyUI, Index-AniSora is the most powerful open-source animated video generation model. It enables one-click creation of video shots across diverse anime styles including series episodes, Chinese original animations, manga adaptations, VTuber content, anime PVs, mad-style parodies(鬼畜动画), and more!
- Host: GitHub
- URL: https://github.com/Yuan-ManX/ComfyUI-AniSora
- Owner: Yuan-ManX
- License: mit
- Created: 2025-05-20T06:46:24.000Z (29 days ago)
- Default Branch: main
- Last Pushed: 2025-05-20T06:50:06.000Z (29 days ago)
- Last Synced: 2025-05-20T07:47:33.283Z (29 days ago)
- Topics: comfyui, comfyui-manager, comfyui-nodes, comfyui-workflow
- Language: Python
- Homepage:
- Size: 6.84 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-AniSora** - AniSora is now available in ComfyUI, Index-AniSora is the most powerful open-source animated video generation model. It enables one-click creation of video shots across diverse anime styles including series episodes, Chinese original animations, manga adaptations, VTuber content, anime PVs, mad-style parodies, and more! (All Workflows Sorted by GitHub Stars)
README
# ComfyUI-AniSora
ComfyUI-AniSora is now available in ComfyUI, [Index-AniSora](https://github.com/bilibili/Index-anisora) is the most powerful open-source animated video generation model. It enables one-click creation of video shots across diverse anime styles including series episodes, Chinese original animations, manga adaptations, VTuber content, anime PVs, mad-style parodies(鬼畜动画), and more!
## 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-AniSora.git
```3. Install dependencies:
```
cd ComfyUI-AniSora
pip install -r req-fastvideo.txt
pip install -r requirements.txt
pip install -e .
```## Model
### Download Pretrained Weights:
Please download AnisoraV2 checkpoints from [Huggingface](https://huggingface.co/IndexTeam/Index-anisora).
```
git lfs install
git clone https://huggingface.co/Wan-AI/Wan2.1-I2V-14B-480P
```