cosmic checkpoint

This commit is contained in:
atagen 2024-08-14 01:01:53 +10:00
parent 4031a614a8
commit f623faa0ef
26 changed files with 1163 additions and 538 deletions

View 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;
# };
# };
}