Sign inSign up

nykk3/comfyui-filebrowser

By nykk3

Updated about 1 year ago

ComfyUI with basic authentication, Filebrowser for file management via browser.

Image
Machine learning & AI
0

1.4K

nykk3/comfyui-filebrowser repository overview

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

  1. ComfyUI Manager
  2. ComfyUI-Basic-Auth
  3. ComfyUI Model Manager
  4. ComfyUI Browser
  5. ComfyUI GGUF
  6. ComfyUI MultiGPU
  7. Comfyui Kjnodes
  8. Rgthree Comfy
  9. ComfyUI Crystools

The Custom Node Comfyui Basic Auth that allows a minimum level of security for your ComfyUI session.

  • COMFYUI_USERNAME="username"
  • COMFYUI_PASSWORD="strongpassword"

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.

  • Username: admin
  • WEB_PASSWORD="strongpassword"

You can pass ComfyUI startup arguments like this

  • COMFYUI_ARGS="--listen 0.0.0.0 --port 8188 --lowvram"

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

Tag summary

Content type

Image

Digest

sha256:a9f977ab4

Size

11.5 GB

Last updated

about 1 year ago

docker pull nykk3/comfyui-filebrowser