* 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)
* fix(Kling Image API Node): do not pass "image_type" when no image
* fix(Kling Image API Node): raise client-side error when kling_v1 is used with reference image
- 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.
- Create new Veo3VideoGenerationNode that extends VeoVideoGenerationNode
- Add support for generateAudio parameter (only for Veo3 models)
- Support new Veo3 models: veo-3.0-generate-001, veo-3.0-fast-generate-001
- Fix Veo3 duration constraint to 8 seconds only
- Update original node to be clearly Veo 2 only
- Update API paths to use model parameter: /proxy/veo/{model}/generate
- Regenerate API types from staging to include generateAudio parameter
- Fix TripoModelVersion enum reference after regeneration
- Mark generated API types file in .gitattributes
When a prompt is submitted, it can optionally include
`partial_execution_targets` as a list of ids. If it does, rather than
adding all outputs to the execution list, we add only those in the list.
* ComfyAPI Core v0.0.2
* Respond to PR feedback
* Fix Python 3.9 errors
* Fix missing backward compatibility proxy
* Reorganize types a bit
The input types, input impls, and utility types are now all available in
the versioned API. See the change in `comfy_extras/nodes_video.py` for
an example of their usage.
* Remove the need for `--generate-api-stubs`
* Fix generated stubs differing by Python version
* Fix ruff formatting issues