You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Porting an mpv hook to a Magpie effect is challenging. Currently, the Anime4K shaders available in Magpie were manually ported, making it difficult to handle especially large shaders like UL and UUL. I see two potential solutions:
Write a script to export the weights as a Magpie effect, similar to how they are exported as an mpv hook in this repository.
Export the weights as ONNX. Magpie has a special version that supports this format.
I would like to convert glsl shaders to hlsl for the magpie program
The text was updated successfully, but these errors were encountered: