Added support for P-video replace#160
Conversation
|
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 pull request adds a new Pruna “P-Video Replace” model option across the Video Model Search node and UI, introduces additional video inference settings toggles, and provides a ready-to-use workflow JSON demonstrating P-Video Replace usage.
Changes:
- Added
prunaai:p-video@replace (P-Video Replace)to model selection and default resolution/dimensions mappings (Python + UI). - Added
sourceAudioSyncandturbosettings (with corresponding UI toggle behavior) to Video Inference Settings. - Added a new minified workflow:
Runware_Video_Inference_P_Video_Replace.json.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| workflows/Runware_Video_Inference_P_Video_Replace.json | New example workflow wiring Media Upload + inputs/settings for the P-Video Replace model. |
| modules/videoSettings.py | Adds useSourceAudioSync/sourceAudioSync and useTurbo/turbo to the settings node and includes them in the settings payload when enabled. |
| modules/videoModelSearch.py | Registers the new P-Video Replace model and its default dimensions/resolution. |
| modules/videoInference.py | Changes defaults for useDuration/useFps/useSeed from true to false (affects default payload behavior for new nodes). |
| clientlibs/utils.js | Updates UI logic to toggle the new settings widgets and includes the new model in client-side model lists/mappings. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.