On JPEGs or other lossy compression inputs, both models help significantly. They've been trained with slightly different objectives. The SR one uses standard SR loss (with extra weighting near borders), the denoiser is trained to enforce the axioms that the vectorizer uses so it's the one that's recommended for production.
I haven't tried running both at the same time, but it might be worth experimenting. Both are open weight so you can check yourself if curious.
https://huggingface.co/Logolabs/inkvec-denoiser-001 https://huggingface.co/Logolabs/inkvec-sr-001
stefatorus•1h ago
From our internal testing, it's the open-source SoTA, surpassed only by vectorizer.ai.
It is built in Rust, has a wasm based version you can play with, and 2 models (one for SR, one for denoising) to help it work better with in-the-wild images.
https://huggingface.co/spaces/Logolabs/inkvec