Skip to content

Commit d0e590f

Browse files
committed
magcache threshold value changed in files
1 parent 642a5f7 commit d0e590f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/maxdiffusion/configs/base_wan_27b.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ boundary_ratio: 0.875
305305
# Diffusion CFG cache (FasterCache-style)
306306
use_cfg_cache: False
307307
use_magcache: True
308-
magcache_thresh: 0.04
308+
magcache_thresh: 0.12
309309
magcache_K: 2
310310
retention_ratio: 0.2
311311

src/maxdiffusion/configs/base_wan_i2v_14b.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ flow_shift: 5.0
289289
# Diffusion CFG cache (FasterCache-style, WAN 2.1 T2V only)
290290
use_cfg_cache: False
291291
use_magcache: True
292-
magcache_thresh: 0.04
292+
magcache_thresh: 0.12
293293
magcache_K: 2
294294
retention_ratio: 0.2
295295

src/maxdiffusion/configs/base_wan_i2v_27b.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ boundary_ratio: 0.875
301301
# Diffusion CFG cache (FasterCache-style)
302302
use_cfg_cache: False
303303
use_magcache: True
304-
magcache_thresh: 0.04
304+
magcache_thresh: 0.12
305305
magcache_K: 2
306306
retention_ratio: 0.2
307307

0 commit comments

Comments
 (0)