Update model_optimization_nodes.py

This commit is contained in:
kijai 2025-03-03 15:40:17 +02:00
parent d00082f648
commit 3b0d20532f

View File

@ -766,7 +766,7 @@ def teacache_wanvideo_forward_orig(self, x, t, context, clip_fea=None, freqs=Non
if not should_calc:
x += cache['previous_residual'].to(x.device)
cache['teacache_skipped_steps'] += 1
print(f"TeaCache: Skipping {suffix} step")
#print(f"TeaCache: Skipping {suffix} step")
if should_calc:
original_x = x.clone().detach()