feat(desktop): enable stable-diffusion-webui-forge module on nemesis system
This commit is contained in:
parent
9167a54ace
commit
3040105f9c
5 changed files with 14 additions and 12 deletions
|
@ -1,3 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
../common.nix
|
||||
|
@ -32,5 +33,10 @@
|
|||
enable = true;
|
||||
client.enable = true;
|
||||
};
|
||||
sd-webui-forge = {
|
||||
enable = true;
|
||||
listen = true;
|
||||
extraArgs = "--cuda-malloc";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue