LTXV: Accumulate VAE decode results on intermediate_device#12955
LTXV: Accumulate VAE decode results on intermediate_device#12955comfyanonymous merged 1 commit intoComfy-Org:masterfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe pull request modifies the causal video autoencoder implementation to adjust device handling. An import for 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Move VAE decode results to intermediate_device (generally CPU).
Since the model outputs can be huge, this should reduce the peak VRAM consumption by considerate amount.