-
Notifications
You must be signed in to change notification settings - Fork 7
fix: temporalnet preprocessing #155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…to vb/temporalnet/raft_trt_script
|
@cursor review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is being reviewed by Cursor Bugbot
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
Comment @cursor review or bugbot run to trigger another review on this PR
ryanontheinside
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm. Is this PR no longer needed? #129
|
@cursor review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ Bugbot reviewed your changes and found no bugs!
Comment @cursor review or bugbot run to trigger another review on this PR
Note
Moves RAFT TensorRT compilation to a separate tool, updates TemporalNet TRT to use prebuilt engines and output [prev_input, flow_RGB], and fixes SDXL ControlNet TensorRT dynamic axes/input profiles; also forwards preprocessor params.
preprocessing/processors/temporal_net_tensorrt.py)engine_path; removes runtime ONNX/TRT build.TensorRTEngine.[prev_input_RGB, flow_RGB(prev→curr)]with configurableflow_strength; first frame uses zeros for flow.prev_input, improves reset/caching, and clarifies error messages.tools/compile_raft_tensorrt.py)acceleration/tensorrt/models/controlnet_models.py)get_dynamic_axesand extendsget_input_profileforconditioning_scale,text_embeds, andtime_ids.get_preprocessornow acceptsparamsand forwards to constructors;ControlNetModule.add_controlnetpassespreprocessor_params.Written by Cursor Bugbot for commit fca2666. Configure here.