Releases: mmartial/ComfyUI-Nvidia-Docker
Releases · mmartial/ComfyUI-Nvidia-Docker
20260121
20260110
20260104
20251230
20251229
- Update git origin to point to the new repository. See https://blog.comfy.org/p/comfyui-repo-will-moved-to-comfy
- Fix Nvidia's signing key format in images
- Renaming container image names to follow a simple "CUDA major.minor" logic (this breaks the base container image for users of those images affected, my apologies)
- Sped up and cached resources for the 10 images to build at each release
apt-cacher-ngfor HTTP urls (most of Ubuntu's Cache)- Docker Registry as a pull-through cache (proxy mode)
20251228
20251219
20251211
20251129
- Recommended
USE_UVenvironment variable to enable the use ofuvinstead ofpip(must be manually set totrueto enable) - Extended
uvintegration (includingUV_TORCH_BACKEND) - Extended
userscripts_dirintegration withuvand--index-urlas set in the main script - Integrated pip dev package installation from the main script so it is available to userscripts
- Tested CUDA 13.0
- Extended
README.mdfor topics such as "frontend version outdated" and Smart Gallery for ComfyUI information.
20251122
- Added
USE_UVenvironment variable to useuvto perform thepippackage installations (and builds in theuserscripts_dir). Also enablesuvfor Comfy Manager (need aRestartto activate). This option speeds up installation and updates, so the tool starts faster.- Despite its speed up and usefulness,
USE_UVis NOT enabled by default (yet).
- Despite its speed up and usefulness,
- Extended the
userscripts_dirto make use ofuvif it is enabled (check for it in thevenvand its required cache folder).- For
nunchakuandSageAttention, we are using tagged releases (1.0.2and2.2.0) to avoid potential issues.
- For
- Fix Comfy Manager's
config.inialterations if end users usednormal-and wanted to change toweaklater. - Attempt to fix the currently existing mismatch with the DB file that does not yet follow the
basedirstructure