Add EMA-VFI (CVPR 2023) frame interpolation support
Integrate EMA-VFI alongside existing BIM-VFI with three new ComfyUI nodes: Load EMA-VFI Model, EMA-VFI Interpolate, and EMA-VFI Segment Interpolate. Architecture files vendored from MCG-NJU/EMA-VFI with device-awareness fixes (removed hardcoded .cuda() calls), warp cache management, and relative imports. InputPadder extended to support EMA-VFI's replicate center-symmetric padding. Auto-installs timm dependency on first load. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
5
ema_vfi_arch/__init__.py
Normal file
5
ema_vfi_arch/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from .feature_extractor import feature_extractor
|
||||
from .flow_estimation import MultiScaleFlow
|
||||
from .warplayer import clear_warp_cache
|
||||
|
||||
__all__ = ['feature_extractor', 'MultiScaleFlow', 'clear_warp_cache']
|
||||
Reference in New Issue
Block a user