Integrate checksum-pinned runtimes, harden interpolation and cleanup paths, and add a SPEED/LDF model-lab workflow.
26 lines
588 B
TOML
26 lines
588 B
TOML
[project]
|
|
name = "comfyui-tween"
|
|
description = "Video frame interpolation nodes for ComfyUI using BIM-VFI, EMA-VFI, SGM-VFI, GIMM-VFI, SPEED, and LDF-VFI."
|
|
version = "1.2.0"
|
|
license = "Apache-2.0"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"gdown",
|
|
"timm",
|
|
"omegaconf",
|
|
"yacs",
|
|
"easydict",
|
|
"einops",
|
|
"huggingface_hub",
|
|
"diffusers>=0.33.1,<0.40",
|
|
"accelerate>=1.5,<2",
|
|
"safetensors",
|
|
]
|
|
|
|
[project.urls]
|
|
Repository = "https://github.com/Ethanfel/ComfyUI-Tween"
|
|
|
|
[tool.comfy]
|
|
PublisherId = "ethanfel"
|
|
DisplayName = "Tween - Video Frame Interpolation"
|