EfRLFN x2 (MLX)

Apple MLX port of EfRLFN (ICLR 2026), x2 super-resolution. PT-vs-MLX parity ~1e-6. Realtime on Apple Silicon (270x480 -> 1080x1920 ~0.06s for x4).

from efrlfn_mlx import EfRLFNConfig
from efrlfn_mlx.pipeline import load_model, upscale_to_file
m = load_model("model.safetensors", EfRLFNConfig.x2())
upscale_to_file(m, "lr.png", "sr.png")

MIT, derived from EvgeneyBogatyrev/EfRLFN.

Downloads last month
-
Safetensors
Model size
487k params
Tensor type
F32
·
MLX
Hardware compatibility
Log In to add your hardware

Quantized

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Collection including mlx-community/EfRLFN-x2