Closed minifisk closed 1 year ago
Hi
Unfortunately I have no hardware to test builds for Apple, so I don't yet support them. I would like to, but for now I can only build for amd64 with NVIDIA and ROCm.
@robballantyne I am having the same issue but I'm on Windows with a RTX 3080.
I cloned the repository and ran a docker compose up
command with the following .env
file
CF_TUNNEL_TOKEN=
CF_QUICK_TUNNELS=false
COMFYUI_BRANCH="master"
COMFYUI_FLAGS=
COMFYUI_PORT=8188
DIRECT_ADDRESS="localhost"
DIRECT_ADDRESS_GET_WAN=false
GPU_COUNT=1
PROVISIONING_SCRIPT=
SKIP_ACL=true
SSH_PORT_LOCAL=22
SSH_PUBKEY=
WEB_ENABLE_AUTH=false
WEB_USER="user"
WEB_PASSWORD="password"
WORKSPACE="/workspace/"
WORKSPACE_SYNC=false
Changing the WORKSPACE_SYNC=true
removes this error but I'm stuck on the supervisor portal with the following log :
supervisor-1 | ==> /var/log/sync.log <==
supervisor-1 | Waiting for workspace mamba sync...
I believe it's not removing the error but rather it's delaying the error until the workspace sync completes - It's a slow process that's only really meant to be used with cloud provider network storage.
When that process completes you'll encounter the same issue as ComfyUI begins it's startup procedure.
If the Nvidia drivers are not found it's likely that the Nvidia container runtime is not installed correctly.
I'm getting the error " Found no NVIDIA driver on your system." when spinning up this image on my Mac M1, any ideas on how to fix it?