mirror of
https://github.com/denismhz/flake.git
synced 2025-11-09 16:16:23 +01:00
Update
This commit is contained in:
parent
3122edf0c9
commit
d6a880fefb
|
|
@ -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;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue