fixy
This commit is contained in:
parent
baf23a073f
commit
db688d4729
|
@ -9,7 +9,7 @@ in with lib;
|
||||||
comfyui = {
|
comfyui = {
|
||||||
enable = true;
|
enable = true;
|
||||||
host = "0.0.0.0";
|
host = "0.0.0.0";
|
||||||
port;
|
port = port;
|
||||||
models = builtins.attrValues pkgs.nixified-ai.models;
|
models = builtins.attrValues pkgs.nixified-ai.models;
|
||||||
acceleration = "cuda";
|
acceleration = "cuda";
|
||||||
customNodes = with comfyui.pkgs; [
|
customNodes = with comfyui.pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue