10 Commits

Author SHA1 Message Date
thorsten
7d8fe2808f set control_after_generate 2025-09-27 09:47:03 +12:00
thorsten
57be74574d Merge commit '2b7f9a8196304badb5fe58e5c734e4b182ad0fdf' into mvly/node-update
* commit '2b7f9a8196304badb5fe58e5c734e4b182ad0fdf': (91 commits)
  Fix the failing unit test. (#10037)
  Make LatentCompositeMasked work with basic video latents. (#10023)
  Fix memory leak by properly detaching model finalizer (#9979)
  Fix issue with .view() in HuMo. (#10014)
  Add new audio nodes (#9908)
  Rodin3D - add [Rodin3D Gen-2 generate] api-node (#9994)
  ComfyUI version 0.3.60
  feat(api-nodes): add wan t2i, t2v, i2v nodes (#9996)
  update template to 0.1.86 (#9998)
  Fix bug with WanAnimateToVideo. (#9990)
  Fix bug with WanAnimateToVideo node. (#9988)
  add offset param (#9977)
  Support for qwen edit plus model. Use the new TextEncodeQwenImageEditPlus. (#9986)
  Set some wan nodes as no longer experimental. (#9976)
  Lower wan memory estimation value a bit. (#9964)
  Fix LoRA Trainer bugs with FP8 models. (#9854)
  [Reviving #5709] Add strength input to Differential Diffusion (#9957)
  Add inputs for character replacement to the WanAnimateToVideo node. (#9960)
  Update WanAnimateToVideo to more easily extend videos. (#9959)
  fix(seedream4): add flag to ignore error on partial success (#9952)
  ...
2025-09-27 08:18:45 +12:00
Alexander Piskun
581bae2af3
convert Moonvalley API nodes to the V3 schema (#9698) 2025-09-12 17:41:26 -04:00
thorsten
c90c58d37e refactor: comment out unsupported resolution and adjust default values in video nodes 2025-08-20 20:09:13 +12:00
thorsten
6985cfcfc2 updated V2V node to allow for control image input
exposing steps in v2v
fixing guidance_scale as input parameter

TODO: allow for motion_intensity as input param.
2025-08-19 21:53:34 +12:00
guill
deebee4ff6
Update default parameters for Moonvalley video nodes (#9290)
* Update default parameters for Moonvalley video nodes

- Changed default negative prompts to a more extensive list for both BaseMoonvalleyVideoNode and MoonvalleyVideo2VideoNode.
- Updated default guidance scale values for both nodes to enhance prompt adherence.
- Set a fixed default seed value for consistency in video generation.

* no message

* ruff fix

---------

Co-authored-by: thorsten <thorsten@tripod-digital.co.nz>
2025-08-14 21:46:55 -04:00
Alexander Piskun
bf2a1b5b1e
async API nodes (#9129)
* converted API nodes to async

* converted BFL API nodes to async

* fixed client bug; converted gemini, ideogram, minimax

* fixed client bug; converted openai nodes

* fixed client bug; converted moonvalley, pika nodes

* fixed client bug; converted kling, luma nodes

* converted pixverse, rodin nodes

* converted tripo, veo2

* converted recraft nodes

* add lost log_request_response call
2025-08-07 23:37:50 -04:00
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
Thor-ATX
c60467a148
Update negative prompt for Moonvalley nodes (#9038)
Co-authored-by: thorsten <thorsten@tripod-digital.co.nz>
2025-07-25 17:27:03 -04:00
Christian Byrne
9fd0cd7cf7
Add Moonvalley nodes (#8832) 2025-07-08 08:54:30 -04:00