ComfyUI v0.32.0 Forces PyTorch Upgrade and Ships Official Partner Nodes
The latest runtime release drops legacy torch support, closes H3 memory leaks, and routes Qwen-Image and Grok directly through core.
What happened
ComfyUI v0.32.0 officially sets PyTorch 2.7 as the new minimum supported version and ships native partner nodes for Qwen-Image 3.0 Pro, Grok-Imagine-Image-2.0, and LTX-Video 2.5. The release patches MiniMax-H3 memory spikes and VAEDecodeTiled crashes, while expanding the assets API with explicit tag filtering.
Context
The shift to PyTorch 2.7 follows upstream deprecations that left older CUDA kernels unmaintained. Comfy-Org historically prioritized backward compatibility to keep legacy pipelines running, which deferred necessary refactoring and allowed memory bottlenecks to accumulate on newer silicon. This update forces an upgrade path while simultaneously closing the integration gap for proprietary image models that previously required manual custom node installation.
How it works
The runtime enforces PyTorch 2.7 at import time, removing support for older distribution wheels and requiring a clean environment rebuild. Native LTX-Video 2.5 handling lives in the core repository, allowing users to invoke standard checkpoint loaders without installing community patches. Tokenizers for Mistral and LLaMA now call direct implementation files instead of routing through the transformers package, cutting dependency resolution time. The API layer receives three new query parameters (tags_all, tags_any, tags_none) on the assets list endpoint and a previewable_outputs_count integer on /api/jobs. Hardware-level fixes target MiniMax-H3 NestedTensor latents, resolving previous unhandled exceptions, and clear peak memory spikes that capped batch sizes on 24GB consumer cards. Workflow templates update to version 0.11.39, and the CUDA 13.0 compatibility warning is pushed to the top of the interface.
Our read
The PyTorch 2.7 mandate is not a performance upgrade; it is a structural cleanup forced by upstream abandonment. Smaller studios will notice the dependency tree shrink first, but the real shift is the commercial model integration. Shipping official partner nodes for Qwen-Image 3.0 Pro and Grok-Imagine-Image-2.0 signals that Comfy-Org is transitioning from a community wrapper to a licensed distribution layer. You no longer need to dig through GitHub issues to find working forks for proprietary architectures; the runtime validates and routes them directly. The memory fixes for H3 are equally telling. Peak VRAM spikes on newer silicon have been the single biggest limiter for batch generation, and stabilizing VAEDecodeTiled means a 24GB card can finally push higher throughput without OOM fallbacks. The vendor is not advertising this as an API overhaul, but the asset filtering parameters and job output counters give external automation scripts deterministic metrics they previously lacked. The hidden cost is environment migration. Every custom workflow that relied on older torch distributions or manual transformers routing will break until the node pack updates align with v0.11.39 templates.
What this changes
On Monday, pin your runtime to comfyui==0.32.0 and rebuild from a clean Python environment to avoid silent torch conflicts. Enable the new asset filters in your pipeline config to replace wildcard pattern matching with explicit tag queries. If you run MiniMax-H3 or LTX-Video 2.5, update to the core node packs immediately rather than using deprecated custom forks. Verify CUDA toolkit alignment before deploying; the interface will now flag v13.0 incompatibilities loudly instead of failing mid-generation.
License
The sources do not state a licence. Comfy-Org typically publishes official repositories under Apache-2.0, but you must verify the exact terms in the repository header and model card before shipping commercial derivatives, as custom or non-commercial restrictions may apply to partner weights.
Key takeaways
- PyTorch 2.7 is now a hard minimum; older environments will fail at import.
- Official partner nodes ship for Qwen-Image 3.0 Pro, Grok-Imagine-2.0, and LTX-Video 2.5.
- H3 architecture memory leaks and
VAEDecodeTiledcrashes are resolved in core. - Assets API gains explicit tag filtering; job endpoints return preview counts.
- Environment rebuilds are mandatory; custom node dependencies shift away from transformers.
Sources
- v0.32.0 — tier 1
How this post was made
Drafted from clustered primary sources by the models below, then read, edited and approved by a human before it was published. The sources are listed in full at the end of the article.
- Drafted
- Independent sources
- 1
- cluster pair
- gemma4:12b
- cluster label
- gemma4:12b
- radar brief
- gemma4:12b
- research brief
- qwen3.6:35b
- draft article
- qwen3.6:35b
- short script
- qwen3.6:35b
- seo pack
- gemma4:12b
- Run
- editorial-20260811T221206Z