| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ComfyUI_windows_portable_nvidia_cu126.7z | 2025-12-10 | 1.7 GB | |
| ComfyUI_windows_portable_nvidia_cu128.7z | 2025-12-10 | 2.0 GB | |
| ComfyUI_windows_portable_amd.7z | 2025-12-09 | 1.3 GB | |
| ComfyUI_windows_portable_nvidia.7z | 2025-12-09 | 1.7 GB | |
| README.md | 2025-12-09 | 7.4 kB | |
| v0.4.0 source code.tar.gz | 2025-12-09 | 6.8 MB | |
| v0.4.0 source code.zip | 2025-12-09 | 7.1 MB | |
| Totals: 7 Items | 6.7 GB | 206 | |
What's Changed
- Implement the Ovis image model. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/11030
- Bump frontend to 1.33 by @christian-byrne in https://github.com/comfyanonymous/ComfyUI/pull/11028
- feat: Support ComfyUI-Manager for pip version by @ltdrdata in https://github.com/comfyanonymous/ComfyUI/pull/7555
- Add @guill as a code owner by @yoland68 in https://github.com/comfyanonymous/ComfyUI/pull/11031
- Fix CODEOWNERS formatting to have all on the same line by @Kosinkadink in https://github.com/comfyanonymous/ComfyUI/pull/11053
- add check for the format arg type in VideoFromComponents.save_to function by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/11046
- Hack to make zimage work in fp16. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/11057
- attention: use flag based OOM fallback by @rattus128 in https://github.com/comfyanonymous/ComfyUI/pull/11038
- Support Z Image alipai controlnets. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/11062
- Added PATCH method to CORS headers by @jheising in https://github.com/comfyanonymous/ComfyUI/pull/11066
- Implement temporal rolling VAE (Major VRAM reductions in Hunyuan and Kandinsky) by @rattus128 in https://github.com/comfyanonymous/ComfyUI/pull/10995
- Add MatchType, DynamicCombo, and Autogrow support to V3 Schema by @Kosinkadink in https://github.com/comfyanonymous/ComfyUI/pull/10832
- Fix issue with portable updater. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/11070
- Prs/lora reservations (reduce massive Lora reservations especially on Flux2) by @rattus128 in https://github.com/comfyanonymous/ComfyUI/pull/11069
- use empty list defaults for Schema.inputs/outputs/hidden to avoid None issues by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/11083
- [API nodes] add support for "@image" reference format in Kling Omni API nodes by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/11082
- [V3] convert nodes_load_3d.py to V3 schema by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/10990
- [V3] convert nodes_audio.py to V3 schema by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/10798
- Qwen Image Lora training fix from [#11090] by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/11094
- Fix case where text encoders where running on the CPU instead of GPU. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/11095
- mp: use look-ahead actuals for stream offload VRAM calculation (fixes unwanted TE full offload) by @rattus128 in https://github.com/comfyanonymous/ComfyUI/pull/11096
- sd: revise hy VAE VRAM by @rattus128 in https://github.com/comfyanonymous/ComfyUI/pull/11105
- sd: bump HY1.5 VAE estimate by @rattus128 in https://github.com/comfyanonymous/ComfyUI/pull/11107
- [API Nodes]: fixes and refactor by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/11104
- Forgot to put this in README. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/11112
- Fix transformer_options getting cleared in Lumina model after z-image PR by @Kosinkadink in https://github.com/comfyanonymous/ComfyUI/pull/11118
- Make old scaled fp8 format use the new mixed quant ops system. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/11000
- Fix regression when text encoder loaded directly on GPU. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/11129
- Context windows fixes and features by @kijai in https://github.com/comfyanonymous/ComfyUI/pull/10975
- Fix some custom nodes. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/11134
- docs: add ComfyUI-Manager documentation and update to v4.0.3b4 by @ltdrdata in https://github.com/comfyanonymous/ComfyUI/pull/11133
- Kandinsky5 model support by @kijai in https://github.com/comfyanonymous/ComfyUI/pull/10988
- Fix regression. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/11137
- [V3] convert nodes_freelunch.py to the V3 schema by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/10904
- [V3] convert nodes_mask.py to V3 schema by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/10669
- Set OCL_SET_SVM_SIZE on AMD. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/11139
- marked all Pika API nodes a deprecated by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/11146
- Bugfix: Wrong EmptyAudio node input types by @kijai in https://github.com/comfyanonymous/ComfyUI/pull/11149
- Speed up lora compute and lower memory usage by doing it in fp16. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/11161
- Fix on-load VRAM OOM by @rattus128 in https://github.com/comfyanonymous/ComfyUI/pull/11144
- Fix qwen scaled fp8 not working with kandinsky. Make basic t2i wf work. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/11162
- Properly load the newbie diffusion model. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/11172
- chore(comfy_api): replace absolute imports with relative by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/11145
- Update workflow templates to v0.7.51 by @comfyui-wiki in https://github.com/comfyanonymous/ComfyUI/pull/11150
- chore: replace imports of deprecated V1 classes by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/11127
- [API Nodes] Add System Instruction support & Visual Enforcement for Banana Nodes by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/11177
- [API Nodes] add support for seedance-1-0-pro-fast model by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/10947
- Support "transformer." LoRA prefix for Z-Image by @dxqb in https://github.com/comfyanonymous/ComfyUI/pull/11135
- retune lowVramPatch VRAM accounting by @rattus128 in https://github.com/comfyanonymous/ComfyUI/pull/11173
- Update workflow templates to v0.7.54 by @comfyui-wiki in https://github.com/comfyanonymous/ComfyUI/pull/11192
- Fix regression. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/11194
- Fix potential issue. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/11201
- dequantization offload accounting (fixes Flux2 OOMs - incl TEs) by @rattus128 in https://github.com/comfyanonymous/ComfyUI/pull/11171
- Patch frontend to 1.33.13 (from 1.33.10) by @christian-byrne in https://github.com/comfyanonymous/ComfyUI/pull/11200
- add chroma-radiance-x0 mode by @lodestone-rock in https://github.com/comfyanonymous/ComfyUI/pull/11197
- ops: delete dead code by @rattus128 in https://github.com/comfyanonymous/ComfyUI/pull/11204
- Fix for HunyuanVideo1.5 meanflow distil by @kijai in https://github.com/comfyanonymous/ComfyUI/pull/11212
- Fix nan issue when quantizing fp16 tensor. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/11213
New Contributors
- @jheising made their first contribution in https://github.com/comfyanonymous/ComfyUI/pull/11066
- @dxqb made their first contribution in https://github.com/comfyanonymous/ComfyUI/pull/11135
- @lodestone-rock made their first contribution in https://github.com/comfyanonymous/ComfyUI/pull/11197
Full Changelog: https://github.com/comfyanonymous/ComfyUI/compare/v0.3.76...v0.4.0