mirror of
https://github.com/Anil-matcha/Open-Generative-AI.git
synced 2026-05-07 01:17:18 +00:00
Kling motion-control models (kling-v2.6-std, kling-v3.0-std/pro) require
image_url + video_url (and prompt for v2.6), but the v2v flow assumed a
single video upload (watermark-remover style) and called processV2V with
only video_url, getting 422 back from muapi.
- VideoStudio (vanilla + React studio): when a motion-control v2v model
is selected, keep the image upload picker active alongside the video
upload, keep the prompt textarea editable, and validate all required
inputs before generating
- processV2V (both clients): forward image_url + prompt when the model
declares imageField / hasPrompt; packages/studio adds a dedicated
processV2V export so the React studio uses it instead of generateVideo
- v2.6 motion-control marked promptRequired so the UI surfaces it
- Higgsfield Soul / Dop endpoints corrected from
higgsfield-{soul,dop}-* to hf-{soul,dop}-* (matches muapi routes)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| src | ||
| babel.config.json | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.js | ||