Fixed safety Inputs to videoInference#157
Conversation
Sirsho1997
commented
Jun 1, 2026
|
Important Review skippedAuto reviews are disabled on this repository. To trigger a review, include ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches✨ Simplify code
Comment |
There was a problem hiding this comment.
Pull request overview
This PR updates the video inference workflow and request builder so that Runware Safety Inputs can be provided to video inference requests (mirroring how other Runware tasks in this repo already attach safety settings).
Changes:
- Updated the Pruna Animate video workflow to include a Runware Safety Inputs node wired into the
safetyInputsinput of Runware Video Inference. - Updated
modules/videoInference.pyto pass the providedsafetyInputsdictionary through to the API payload asgenConfig[0]["safety"].
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| workflows/Runware_Video_Inference_Pruna_Animate.json | Adds and connects a Runware Safety Inputs node to the video inference node in the example workflow. |
| modules/videoInference.py | Sends the full safetyInputs dict in the video inference payload under the safety key. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.