8 Commits

Author SHA1 Message Date
thorsten
fa71acd443 ruff fix 2025-08-15 13:42:41 +12:00
thorsten
0517eeec4b Merge commit 'f4231a80b1b904b45ade0def9b37320c4adfe71b' into node-params-update
* commit 'f4231a80b1b904b45ade0def9b37320c4adfe71b':
  fix(Kling Image API Node): do not pass "image_type" when no image (#9271)
  Support SimpleTuner lycoris lora for Qwen-Image (#9280)
  Update template & embedded docs (#9283)
  remove creation of non-used asyncio_loop (#9284)
  Only show feature flags log when verbose. (#9281)
  Bump pytorch cuda and rocm versions in readme instructions. (#9273)
  Not sure if AMD actually support fp16 acc but it doesn't crash. (#9258)
  Users report gfx1201 is buggy on flux with pytorch attention. (#9244)
  async API nodes  (#9129)
  _ui.py import torchaudio safety check (#9234)
  Fix RepeatLatentBatch not working on multi dim latents. (#9227)
  Update frontend to v1.24.3 (#9175)
  Update template to 0.1.52 (#9206)
  Fixed an issue where qwenLora could not be loaded properly. (#9208)
2025-08-12 10:48:57 +12:00
thorsten
e9566a074c no message 2025-08-12 10:48:42 +12: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
thorsten
3b804e2448 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.
2025-08-06 22:38:58 +12: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