Open-Generative-AI/packages/studio
Anil Matcha aa4a4202b5 fix(video-studio): support kling motion-control + correct higgsfield endpoints
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>
2026-05-06 20:37:55 +05:30
..
src fix(video-studio): support kling motion-control + correct higgsfield endpoints 2026-05-06 20:37:55 +05:30
babel.config.json Convert to Next.js monorepo with shared studio component library 2026-03-21 10:47:00 +05:30
package-lock.json Convert to Next.js monorepo with shared studio component library 2026-03-21 10:47:00 +05:30
package.json refactor: sync with public monorepos and add as submodules 2026-04-23 16:08:38 +05:30
postcss.config.js Convert to Next.js monorepo with shared studio component library 2026-03-21 10:47:00 +05:30
tailwind.config.js Add missing muted/secondary colors to studio tailwind config 2026-03-21 16:01:46 +05:30