diff --git a/services/comfy/entrypoint.sh b/services/comfy/entrypoint.sh index b4299a7..2d91bf8 100755 --- a/services/comfy/entrypoint.sh +++ b/services/comfy/entrypoint.sh @@ -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