mirror of
https://github.com/Comfy-Org/ComfyUI.git
synced 2026-08-24 18:10:27 +08:00
8 lines
130 B
TOML
8 lines
130 B
TOML
|
|
[tool.comfy.host]
|
||
|
|
sandbox_mode = "required"
|
||
|
|
allow_network = false
|
||
|
|
writable_paths = [
|
||
|
|
"/dev/shm",
|
||
|
|
"/var/lib/comfyui/output",
|
||
|
|
]
|