File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,13 @@ We're actively working on improvements and new features. To stay informed:
3636
3737## 🚀 Updates
3838
39+ ** 2025.12.03 - Version 2.5.15**
40+
41+ - ** 🍎 Fix: MPS compatibility** - Disable antialias for MPS tensors and fix bfloat16 arange issues
42+ - ** ⚡ Fix: Autocast device type** - Use proper device type attribute to prevent autocast errors
43+ - ** 📊 Memory: Accurate VRAM tracking** - Use max_memory_reserved for more precise peak reporting
44+ - ** 🔧 Fix: Triton compatibility** - Add shim for bitsandbytes 0.45+ / triton 3.0+ (fixes PyTorch 2.7 installation errors)
45+
3946** 2025.12.01 - Version 2.5.14**
4047
4148- ** 🍎 Fix: MPS device comparison** - Normalize device strings to prevent unnecessary tensor movements
Original file line number Diff line number Diff line change 11[project ]
22name = " seedvr2_videoupscaler"
33description = " SeedVR2 official ComfyUI integration: ByteDance-Seed's one-step diffusion-based video/image upscaling with memory-efficient inference"
4- version = " 2.5.14 "
4+ version = " 2.5.15 "
55authors = [
66 {name = " numz" },
77 {name = " adrientoupet" }
Original file line number Diff line number Diff line change 44"""
55
66# Version information
7- __version__ = "2.5.14 "
7+ __version__ = "2.5.15 "
88
99import os
1010import warnings
You can’t perform that action at this time.
0 commit comments