This commit is contained in:
Denis Manherz 2023-11-27 15:20:37 +01:00
parent 3122edf0c9
commit d6a880fefb

View file

@ -68,6 +68,12 @@ in
default = "/var/lib/a1111"; default = "/var/lib/a1111";
type = types.path; type = types.path;
}; };
data-dir = mkOption {
description = "Path to A1111's SD models.";
default = "/var/lib/models/ckpt";
type = types.path;
};
}; };
}; };
}; };