File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,12 @@ We're actively working on improvements and new features. To stay informed:
3636
3737## 🚀 Updates
3838
39+ ** 2025.12.01 - Version 2.5.14**
40+
41+ - ** 🍎 Fix: MPS device comparison** - Normalize device strings to prevent unnecessary tensor movements
42+ - ** 📊 Memory: VRAM swap detection** - Peak stats now show GPU+swap breakdown when overflow occurs, with warning when swap detected
43+ - ** 🛡️ Memory: Enforce physical VRAM limit** - PyTorch now OOMs instead of silently swapping to shared memory (prevents extreme slowdowns on Windows)
44+
3945** 2025.11.30 - Version 2.5.13**
4046
4147- ** 🔧 Fix: PyTorch 2.7+ triton import error** - Resolved installation crash caused by triton.ops import chain on newer triton versions
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.13 "
4+ version = " 2.5.14 "
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.13 "
7+ __version__ = "2.5.14 "
88
99import os
1010import warnings
You can’t perform that action at this time.
0 commit comments