@@ -4,6 +4,49 @@ description: "Track ComfyUI's latest features, improvements, and bug fixes. For
44icon : " clock-rotate-left"
55---
66
7+ <Update label = " v0.5.0" description = " December 17, 2025" >
8+
9+ ** Frontend & API Updates**
10+ - Frontend updated to v1.34.9 with enhanced workflow handling and improved file endpoint security
11+ - Per-queue live preview method override allows for customized preview experiences across different workflows
12+ - Workflow templates updated to v0.7.59 for better compatibility with modern node structures
13+
14+ ** Memory & Performance Optimizations**
15+ - Improved memory estimation for Z-Image and SD3 models, reducing VRAM allocation issues
16+ - Enhanced VAE loading requirements for better GPU memory management, particularly benefiting Qwen-Image VAE workflows
17+ - Fixed dtype handling in mixed operations, preventing bias-related errors during model execution
18+ - Optimized chroma radiance VRAM estimation for more efficient rendering workflows
19+
20+ ** Model Support Enhancements**
21+ - WanMove model support added for advanced motion processing workflows
22+ - New Qwen Edit 2511 reference method support with automatic detection based on state dict keys
23+ - Z-Image Fun Control Union 2.0 basic implementation with inpainting capabilities through ZImageFunControlnet node
24+ - Improved Z-Image compatibility with FP16 on newer PyTorch versions
25+
26+ ** API Node Updates**
27+ - Kling Omni Image node now available for image generation workflows
28+ - Added Kling TextToVideoWithAudio and ImageToVideoWithAudio nodes for comprehensive video generation
29+ - Wan2.6 model integration for enhanced video processing capabilities
30+ - Deprecated older Pika API nodes and legacy Kling models for streamlined experience
31+
32+ ** Sampling & Generation**
33+ - New SEEDS_2 phi_2 variant and dedicated sampler node for enhanced generation control
34+ - Added exp_heun_2_x0 sampler series providing additional sampling options for fine-tuned outputs
35+ - Context windows callback support for custom conditioning handling in advanced workflows
36+
37+ ** 3D & External Integrations**
38+ - Tripo3.0 support added for 3D model generation workflows
39+ - Enhanced Lumina and Wan model block information for better workflow debugging and optimization
40+
41+ ** Bug Fixes & Stability**
42+ - Fixed Node V1 dictionary result processing in V3 node implementations
43+ - Resolved portable updater issues with unmerged repository states
44+ - Corrected hidden file filtering from internal file endpoints
45+ - Fixed PyTorch warnings and deprecated type usage for cleaner operation
46+ - Improved torch.compile compatibility by disabling guards on transformer_options when needed
47+
48+ </Update >
49+
750<Update label = " v0.4.0" description = " December 10, 2025" >
851
952** Model Support**
@@ -93,7 +136,6 @@ icon: "clock-rotate-left"
93136- Enhanced Flux2 reference image memory estimation to reduce VRAM errors
94137
95138</Update >
96-
97139<Update label = " v0.3.73" description = " November 26, 2025" >
98140
99141** Bug Fixes**
0 commit comments