From cc524b7c862122e5c98b8c27090396bba6531049 Mon Sep 17 00:00:00 2001 From: "B. Bergeron" Date: Wed, 13 Aug 2025 12:03:27 -0400 Subject: [PATCH] Update ownership of /comfyui to comfyui user --- entrypoint.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index d59369cf7..7f8661348 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -26,9 +26,7 @@ fi echo "[entrypoint] Changing directory ownership..." chown -R "$user:$user_group" \ /data \ - /comfyui/custom_nodes \ - /comfyui/models \ - /comfyui/.venv \ + /comfyui \ /home/comfyui # Add the user to the groups owning /dev/nvidia* devices to ensure CUDA access.