ComfyUI/comfy_api
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
..
input Add Moonvalley Marey V2V node with updated input validation (#9069) 2025-07-27 19:51:36 -04:00
input_impl Add Moonvalley Marey V2V node with updated input validation (#9069) 2025-07-27 19:51:36 -04:00
torch_helpers Make torch.compile LoRA/key-compatible (#8213) 2025-05-21 04:56:56 -04:00
util Add support for VIDEO as a built-in type (#7844) 2025-04-29 05:58:00 -04:00
feature_flags.py Support for async node functions (#8830) 2025-07-10 14:46:19 -04:00