1 Star 0 Fork 0

kuroha/ComfyUI-AnimateDiff-Evolved

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
__init__.py 459 Bytes
一键复制 编辑 原始数据 按行查看 历史
kijai 提交于 2023-09-15 21:19 . First working gif preview
from .animatediff.logger import logger
from .animatediff.nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
from .animatediff.model_utils import get_available_models, get_folder_path, Folders
if len(get_available_models()) == 0:
logger.error(f"No motion models found. Please download one and place in: {get_folder_path(Folders.MODELS)}")
WEB_DIRECTORY = "./web"
__all__ = ["NODE_CLASS_MAPPINGS", "NODE_DISPLAY_NAME_MAPPINGS", "WEB_DIRECTORY"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kuroria/ComfyUI-AnimateDiff-Evolved.git
git@gitee.com:kuroria/ComfyUI-AnimateDiff-Evolved.git
kuroria
ComfyUI-AnimateDiff-Evolved
ComfyUI-AnimateDiff-Evolved
before-refactor-1

搜索帮助