once u have both rpy files inside your renpy game, simply use the transform corresponding to the shader u want onto the sprite!
for example:
label start:
show eileen happy at whateverShaderName
you can find the transform names inside the MVNTemplates.rpy folder, hope this helps <3