We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7dfabb commit a23a85aCopy full SHA for a23a85a
entrypoint.sh
@@ -26,9 +26,7 @@ fi
26
echo "[entrypoint] Changing directory ownership..."
27
chown -R "$user:$user_group" \
28
/data \
29
- /comfyui/custom_nodes \
30
- /comfyui/models \
31
- /comfyui/.venv \
+ /comfyui \
32
/home/comfyui
33
34
# Add the user to the groups owning /dev/nvidia* devices to ensure CUDA access.
0 commit comments