@@ -6,40 +6,29 @@ icon: "clock-rotate-left"
66
77<Update label = " v0.6.0" description = " December 24, 2024" >
88
9- ** Major Model Support & VAE Improvements**
10- - Added support for Qwen Image Layered diffusion model with dedicated empty latents node for enhanced image layering workflows
11- - Improved VAE compatibility for Wan/Qwen models with automatic channel trimming/padding, enabling seamless integration of diverse model architectures
12- - Enhanced nested tensor support for denoise masks and custom sampler nodes, providing better control over complex denoising operations
13-
14- ** New Nodes & Workflow Tools**
15- - Added LatentCutToBatch node for advanced batch processing workflows
16- - Introduced Flux2MaxImage API node for high-resolution image generation
17- - Implemented unified jobs API with /api/jobs endpoints for better workflow monitoring and management
18-
19- ** Text Encoder & Attention Enhancements**
20- - Implemented Jina CLIP v2 and NewBie dual CLIP support for improved text encoding capabilities
21- - Added sliding attention in Gemma3 models for better long-sequence processing
22- - Disabled prompt weights on NewBie text encoder to prevent compatibility issues in existing workflows
23-
24- ** Performance & Memory Optimizations**
25- - Refactored trainer implementation with resolution bucketing for more efficient training workflows
26- - Changed skip_load_model parameter to force_full_load for clearer model loading behavior
27- - Enhanced AMD GPU support with optional MIOpen acceleration via environment variable
9+ ** New Model Support**
10+ - Qwen Image Layered diffusion model with dedicated empty latents node
11+ - Improved VAE compatibility for Wan/Qwen models with automatic channel handling
12+ - Enhanced support for Jina CLIP v2 and NewBie dual CLIP text encoders
2813
29- ** API & External Service Updates**
30- - Extended Kling O1 StartEndFrame node duration range for more flexible video generation
14+ ** New Features**
15+ - LatentCutToBatch node for batch processing workflows
16+ - Flux2MaxImage API node for high-resolution image generation
17+ - Unified jobs API with /api/jobs endpoints for workflow monitoring
18+ - Sliding attention in Gemma3 models for better long-sequence processing
19+
20+ ** Improvements**
21+ - Refactored trainer with resolution bucketing for better training efficiency
22+ - Enhanced AMD GPU support with optional MIOpen acceleration
23+ - Extended Kling O1 StartEndFrame node duration range
3124- Updated Topaz 4k video upscaling functionality
32- - Disabled watermark generation by default in API nodes for cleaner outputs
33- - Integrated new Nano Banana custom endpoint for improved processing capabilities
25+ - Disabled watermark generation by default in API nodes
3426
35- ** Bug Fixes & Stability **
36- - Fixed mask concatenation issues in ZImageFunControlNet when running in --gpu-only mode
27+ ** Bug Fixes**
28+ - Fixed mask concatenation issues in ZImageFunControlNet in --gpu-only mode
3729- Resolved batch processing errors with NewBie model integration
38- - Fixed Context Windows logging errors that could interrupt workflow execution
39- - Corrected Gemma quantization configuration to apply only to relevant models
40-
41- ** Workflow Templates**
42- - Updated workflow templates to v0.7.63 with latest node configurations and best practices
30+ - Fixed Context Windows logging errors
31+ - Corrected Gemma quantization configuration
4332
4433</Update >
4534
0 commit comments