fix: tile LDF decode conditions for conditional VAE

This commit is contained in:
Ethan Fel
2026-08-15 21:46:17 +02:00
parent 5b10a1a594
commit b2350e7f08
3 changed files with 164 additions and 2 deletions
+4
View File
@@ -23,3 +23,7 @@ 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"