Added support for Grok Imagine Video 1.5 Preview#159
Conversation
Sirsho1997
commented
Jun 3, 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 adds a new xAI video model option (“Grok Imagine Video 1.5 Preview”) to the Runware video model search lists/mappings (backend + UI), and includes a ComfyUI workflow demonstrating how to run video inference with that model.
Changes:
- Added a new example workflow for “Grok Imagine Video 1.5 Preview”.
- Registered the new model in the Python
videoModelSearchmodel list, default dimensions, and resolution mappings. - Registered the same model in the client-side
videoModelSearchFilterHandlerlists/mappings.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| workflows/Runware_Video_Inference_Grok_Imagine_1_5_Preview.json | Adds a new workflow JSON preset for the Grok Imagine Video 1.5 Preview model. |
| modules/videoModelSearch.py | Adds the new xAI preview model to backend model dropdown + dimensions/resolution defaults. |
| clientlibs/utils.js | Adds the new xAI preview model to the frontend model dropdown + dimensions/resolution defaults. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.