Files
ComfyUI-Tween/pyproject.toml
T
Ethanfel 33b21d70d1
Publish to Comfy registry / Publish Custom Node to registry (push) Canceled after 0s
fix: tile LDF decode conditions for conditional VAE
2026-08-15 21:46:17 +02:00

30 lines
668 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"
[tool.pytest.ini_options]
testpaths = ["tests"]
addopts = "--confcutdir=tests"