Fannovel16 / ComfyUI-Frame-Interpolation

A custom node set for Video Frame Interpolation in ComfyUI.
MIT License
506 stars 48 forks source link

MPS: Unsupported Border padding mode #76

Closed bigcat88 closed 1 month ago

bigcat88 commented 1 month ago

This update ensures that when using F.grid_sample, the grid tensor values are clamped within the range of [-1, 1] for devices using MPS (Metal Performance Shaders).

Fixes: https://github.com/Fannovel16/ComfyUI-Frame-Interpolation/issues/47