Preparation for installation
在使用ComfyUI-AniSora之前,需要确保系统满足以下条件:
- 已安装Python 3.8或更高版本
- 配置好NVIDIA GPU环境(推荐显存8GB+)
- Git Version Control Tools
详细安装步骤
- Installation of ComfyUI:从GitHub克隆官方仓库(https://github.com/comfyanonymous/ComfyUI)
- Adding Plug-ins:进入custom_nodes目录执行
git clone https://github.com/Yuan-ManX/ComfyUI-AniSora.git
- Installation of dependencies:依次运行
pip install -r req-fastvideo.txt
cap (a poem)pip install -r requirements.txt
- Getting the model:从Hugging Face下载AniSoraV2模型权重并放入指定目录
安装完成后,启动ComfyUI即可在节点列表中找到AniSora相关功能模块。
This answer comes from the articleComfyUI-AniSora: Generate Diverse Anime Style Videos with One ClickThe