From 902151b0ad4e1504dd85dcf702c7c62bd5ad6e98 Mon Sep 17 00:00:00 2001 From: Denis Manherz Date: Mon, 27 Nov 2023 15:22:38 +0100 Subject: [PATCH] Update --- projects/automatic1111/nixos/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/automatic1111/nixos/default.nix b/projects/automatic1111/nixos/default.nix index f13294b..a8bf63a 100644 --- a/projects/automatic1111/nixos/default.nix +++ b/projects/automatic1111/nixos/default.nix @@ -69,7 +69,7 @@ in type = types.path; }; - data-dir = mkOption { + ckpt-dir = mkOption { description = "Path to A1111's SD models."; default = "/var/lib/models/ckpt"; type = types.path;