automatic1111-webui-nix/shell.nix
Jari Vetoniemi a2e79fcaf7
feat: add CPU and Apple Silicon support
On Apple silicon, the CPU path is still hardware accelerated.
2023-11-21 05:39:36 +08:00

5 lines
103 B
Nix

{ variant ? "CUDA" }:
let pkgs = import <nixpkgs> { };
in import ./impl.nix { inherit pkgs variant; }