@@ -4,6 +4,33 @@ description: "Track ComfyUI's latest features, improvements, and bug fixes"
44icon : " clock-rotate-left"
55---
66
7+ <Update label = " v0.3.68" description = " November 5, 2025" >
8+
9+ ** Performance & Memory Optimizations**
10+ - Introduced ** Mixed Precision Quantization System** for optimized model loading
11+ - Added ** RAM Pressure Cache Mode** for intelligent memory management under resource constraints
12+ - Accelerated model offloading using pinned memory with automatic low-RAM hardware detection
13+ - Enhanced FP8 operations: reduced memory usage and fixed torch.compile performance regressions
14+ - Improved async offload speeds and resolved race conditions
15+
16+ ** New Nodes & Execution Features**
17+ - ** ScaleROPE Node** : Rope scaling support for WAN and Lumina models
18+ - Enhanced subgraph execution allowing multiple runs within single workflows
19+ - Improved caching system with proper handling of bytes data and None outputs
20+
21+ ** API Node Enhancements**
22+ - Migrated API nodes to V3 client architecture: Luma, Minimax, Pixverse, Ideogram, StabilityAI, Pika, Recraft, Hypernetwork, OpenAI
23+ - Extended LTXV API nodes with 12s-20s duration options
24+ - Fixed img2img operations in DALL-E 2 node
25+ - Enhanced Rodin3D nodes to return proper relative paths
26+
27+ ** Updates**
28+ - Embedded documentation updated to v0.3.1
29+ - Workflow templates updated to v0.2.11
30+ - Fixed Windows pinned memory allocation issues
31+
32+ </Update >
33+
734<Update label = " v0.3.67" description = " October 28, 2025" >
835
936** API Nodes**
@@ -76,7 +103,6 @@ icon: "clock-rotate-left"
76103- Fixed WAN2.2 cache VRAM leak
77104
78105</Update >
79-
80106<Update label = " v0.3.64" description = " October 8, 2025" >
81107
82108** API Nodes**
0 commit comments