To try it out, download from the link below. AI model that is needed for this app to work is bundled.
https://drive.google.com/drive/folders/1N93bLdlH7F-Ukzs0XBieRbSYU19azzwm (~2 GB)
Windows - supported
Linux - soon
MacOS - soon, maybe (if I get my hands on a mac)
Currently only MetaCLIP 2 model is supported
Install vcpkg, e.g. to C:\vcpkg:
git clone https://github.com/microsoft/vcpkg.git
cd vcpkg
.\bootstrap-vcpkg.bat -disableMetrics
vcpkg integrate install
Install those libraries:
vcpkg install libheif:x64-windows-static dav1d:x64-windows-static
Edit paths in .cargo/config.toml to match your vcpkg installation accordingly.