ComfyUI/comfy_api/input
Christian Byrne e6d9f62744
Add Moonvalley Marey V2V node with updated input validation (#9069)
* [moonvalley] Update V2V node to match API specification

- Add exact resolution validation for supported resolutions (1920x1080, 1080x1920, 1152x1152, 1536x1152, 1152x1536)
- Change frame count validation from divisible by 32 to 16
- Add MP4 container format validation
- Remove internal parameters (steps, guidance_scale) from V2V inference params
- Update video duration handling to support only 5 seconds (auto-trim if longer)
- Add motion_intensity parameter (0-100) for Motion Transfer control type
- Add get_container_format() method to VideoInput classes

* update negative prompt
2025-07-27 19:51:36 -04:00
..
__init__.py Add support for VIDEO as a built-in type (#7844) 2025-04-29 05:58:00 -04:00
basic_types.py Add support for VIDEO as a built-in type (#7844) 2025-04-29 05:58:00 -04:00
video_types.py Add Moonvalley Marey V2V node with updated input validation (#9069) 2025-07-27 19:51:36 -04:00