ComfyUI with basic authentication, Filebrowser for file management via browser.
1.4K
ComfyUI with basic authentication, Filebrowser for file management via browser.
latest is cuda 12.6 with sageattention-1.0.6, cuda12.8 use sageattention-1.0.6, cuda12.8-sageattention2 use sageattention-2.2.0
ComfyUI port 8188, Filebrowser port 8000
Preinstalled Custom Nodes
The Custom Node Comfyui Basic Auth that allows a minimum level of security for your ComfyUI session.
Filebrowser is a useful web interface for managing files, change the default password to the one you prefer, must be at least 12 characters long and strong otherwise the container will not start.
You can pass ComfyUI startup arguments like this
docker run -d --name comfyui-filebrowser --gpus all -p 8188:8188 -p 8000:8000 -e WEB_PASSWORD="strongpassword" -e COMFYUI_USERNAME="username" -e COMFYUI_PASSWORD="strongpassword" -e COMFYUI_ARGS="--listen 0.0.0.0 --port 8188" nykk3/comfyui-filebrowser:latest
Content type
Image
Digest
sha256:a9f977ab4…
Size
11.5 GB
Last updated
about 1 year ago
docker pull nykk3/comfyui-filebrowser