Mount the plugin installation folder

This commit is contained in:
sejoung kim 2023-10-27 16:06:27 +09:00
parent 6a34739135
commit f1efb87c4e

View file

@ -8,6 +8,7 @@ declare -A MOUNTS
MOUNTS["/root/.cache"]="/data/.cache"
MOUNTS["${ROOT}/input"]="/data/config/comfy/input"
MOUNTS["${ROOT}/custom_nodes"]="/data/config/comfy/custom_nodes"
MOUNTS["${ROOT}/output"]="/output/comfy"
for to_path in "${!MOUNTS[@]}"; do