Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 637 Bytes

File metadata and controls

19 lines (16 loc) · 637 Bytes

ComfyUI bare bones installation

This is a docker image project that provides a bare bones ComfyUI installation. It's supplied with a SageAttention 2.x binary that gets built on provisioning, taking some time.

Current versions:

  • ComfyUI: 0.3.56
  • ComfyUi Frontend: 1.27.10
  • ComfyUI Workflow Templates: 0.1.95
  • Python: 3.12
  • SageAttention: 2.2.x

TODO

  • Make ComfyUI run.
  • Make SageAttention compile at first run of the image.
  • Make ComfyUI work with custom node manager.
  • Add Jupyter Lab at port 3000. Note: the auth is disabled.
  • Don't disable Jupyter auth, instead use an ENV variable.