upscayl

upscayl 2.15.0

Free and Open Source AI Image Upscaler

https://upscayl.github.io/
GNU Affero General Public License v3.0 or later
main program: upscaylprograms: upscayl
Platforms (2)
x86_64-linuxaarch64-darwin
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  upscayl
];
Ad-hoc shell
nix-shell -p upscayl
Flake (nix run)
nix run nixpkgs#upscayl