services.comfyui.dataDir

NixOS option

Directory holding ComfyUI’s state: models, custom nodes, inputs, outputs and the database. Defaults to the unit’s StateDirectory. Any other directory is created with systemd-tmpfiles and bind-mounted into the service. Existing state is not migrated, you need to move it yourself.

type: absolute path
Default
"/var/lib/comfyui"
Example
"/srv/comfyui"
declared in: nixos/modules/services/misc/comfyui.nixView source on NixOS/nixpkgs →