Skip to content

Releases: mmartial/ComfyUI-Nvidia-Docker

20251006

06 Oct 05:36
af089a0

Choose a tag to compare

20251005

05 Oct 15:03
3804aaf

Choose a tag to compare

  • Fix loading configuration file overrides (e.g. comfyui-nvidia_config.sh)
  • extended userscripts_dir to support:

20251001

02 Oct 03:04
680d40c

Choose a tag to compare

  • Added additional libraries to the base image to support some often-used custom nodes
  • new userscripts_dir script for onnx runtime
  • added Tailscale Docker Compose usage.

20250817

17 Aug 19:59
bf4a218

Choose a tag to compare

  • Added automatic PyTorch selection for PREINSTALL_TORCH environment variable based on CUDA version
  • added DISABLE_UPGRADES and PREINSTALL_TORCH_CMD environment variables.

20250713

13 Jul 22:28
7422956

Choose a tag to compare

20250713: Attempting to automatically select the cu128 index-url when CUDA 12.8 (or above) is detected when using the PREINSTALL_TORCH environment variable (enabled by default)

20250607

08 Jun 01:27
6dc3a1e

Choose a tag to compare

  • Added USE_PIPUPGRADE and USE_SOCAT environment variables
  • Added CUDA 12.9 build.

20250503

04 May 01:42
9707f32

Choose a tag to compare

  • Future proof extras/PyTorch2.7-CUDA12.8.sh
  • Added run/pip_cache and run/tmp folders support

20250426

26 Apr 23:28
3ccd55a

Choose a tag to compare

Added support for postvenv_script.bash script (run after the virtual environment is set but before ComfyUI is installed/updated -- with a direct application to Blackwell GPUs to install PyTorch 2.7.0 with CUDA 12.8 support). See extras/PyTorch2.7.0-CUDA12.8.sh for details.

20250424

24 Apr 22:18
0025aab

Choose a tag to compare

  • Removing CUDA 12.8/Blackwell special case: PyTorch 2.7.0 official is released
  • Only re-releasing CUDA 12.8 container

20250418

19 Apr 02:03
74b5f4d

Choose a tag to compare

  • using ENTRYPOINT to run the init script: allows for replacement of previously used command line arguments to support command line override
  • Added content in README.md to explain the use of comfytoo user & a section on reinstallation without losing our existing models folder.