Lower peak mem usage for 8 bit formats with pyav.#13626
Lower peak mem usage for 8 bit formats with pyav.#13626comfyanonymous merged 1 commit intomasterfrom
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 video frame decoding logic in the video types module has been modified to dynamically determine both the pixel format and post-processing function based on the decoded frame's characteristics. Previously, alpha channel detection would only modify the pixel format to a single hard-coded float format. Now, the system selects an appropriate post-processing function alongside the pixel format, which is applied to the final image and alpha tensors after collection. This allows format-specific normalization to float [0,1] while preserving other formats as-is. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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. Review rate limit: 7/8 reviews remaining, refill in 7 minutes and 30 seconds.Comment |
No description provided.