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.