fix ollama
This commit is contained in:
@@ -141,7 +141,6 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
host = "0.0.0.0";
|
host = "0.0.0.0";
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
acceleration = "cuda";
|
|
||||||
package = pkgs-unstable.ollama-cuda;
|
package = pkgs-unstable.ollama-cuda;
|
||||||
environmentVariables = {
|
environmentVariables = {
|
||||||
CUDA_VISIBLE_DEVICES = "0,1";
|
CUDA_VISIBLE_DEVICES = "0,1";
|
||||||
@@ -151,6 +150,8 @@
|
|||||||
services.comfyui = {
|
services.comfyui = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableManager = true;
|
enableManager = true;
|
||||||
|
port = 8188;
|
||||||
|
openfirewall = true;
|
||||||
listenAddress = "0.0.0.0";
|
listenAddress = "0.0.0.0";
|
||||||
dataDir = "/home/rogueking/models/comfyui-data";
|
dataDir = "/home/rogueking/models/comfyui-data";
|
||||||
user = "rogueking";
|
user = "rogueking";
|
||||||
|
|||||||
Reference in New Issue
Block a user