-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there any way to replace Cupy from this code? #4
Comments
IIRC, softsplat, what GMFSS is based on uses Cupy, there have been previous attempts to hackintosh a method in which it doesn't utilize it but I didn't hear much about it past that. I think one could replace GMFSS with Rife. |
If you disable metricnet in the model, you can use forward_warp2 instead of softsplat, the effect may be slightly reduced , but can avoid Cupy dependency |
Oh that's interesting 🤔 |
How do I disable it? |
commit: e0ce5be |
I'm so sorry for asking so many things, but will this repository be able to replace CUDA to MPS? |
Sorry, I'm not familiar with MPS |
What about adapting RIFE-NCNN-Vulkan instead of GMFSS? Would that help me to use MPS, not CUDA? |
If vs-mlrt integrates this method, supporting Mac should be much simpler |
I thought vs-mlrt supports M1 Mac with NCNN-vulkan |
I'm trying to adjust this code to use it on M1 Mac. M1 Mac doesn't support Cupy, but is there any allternatives to replace Cupy?
The text was updated successfully, but these errors were encountered: