cosmic checkpoint
This commit is contained in:
parent
4031a614a8
commit
f623faa0ef
26 changed files with 1163 additions and 538 deletions
21
system/modules/stable-diffusion.nix
Normal file
21
system/modules/stable-diffusion.nix
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
stable-diffusion,
|
||||
automatic-webui,
|
||||
...
|
||||
}: {
|
||||
systemd.services.stable-diffusion = {
|
||||
description = "stable diffusion + AUTOMATIC1111 ui";
|
||||
serviceConfig = {
|
||||
};
|
||||
};
|
||||
# virtualisation.oci-containers.containers = {
|
||||
# # this is only the backend
|
||||
# stable-diffusion = {
|
||||
# image = "holaflenain/stable-diffusion:latest";
|
||||
# ports = ["7860:7860"];
|
||||
# autoStart = false;
|
||||
# };
|
||||
# };
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue