* commit '4f5812b93712e0f52ae8fe80a89e8b5e7d0fa309': (77 commits)
Update template to 0.1.73 (#9686)
ImageScaleToMaxDimension node. (#9689)
Accept prompt_id in interrupt handler (#9607)
uso -> uxo/uno as requested. (#9688)
USO style reference. (#9677)
Enable Convolution AutoTuning (#9301)
Implement the USO subject identity lora. (#9674)
Probably not necessary anymore. (#9646)
SEEDS: update noise decomposition and refactor (#9633)
convert Primitive nodes to V3 schema (#9372)
convert nodes_stability.py to V3 schema (#9497)
convert Video nodes to V3 schema (#9489)
convert Stable Cascade nodes to V3 schema (#9373)
ComfyUI version 0.3.56
Lower ram usage on windows. (#9628)
ComfyUI v0.3.55
Update template to 0.1.70 (#9620)
Trim audio to video when saving video. (#9617)
Support the 5B fun inpaint model. (#9614)
Support wan2.2 5B fun control model. (#9611)
...
Load the projector.safetensors file with the ModelPatchLoader node and use
the siglip_vision_patch14_384.safetensors "clip vision" model and the
USOStyleReferenceNode.
* bigcat88's progress on adding Google Gemini Image node
* Made Google Gemini Image node functional
* Bump frontend version to get static pricing badge on Gemini Image node
- Update comfyui-frontend-package from 1.25.9 to 1.25.10
- Revert forced legacy navigation mode from PR #9518
- Frontend v1.25.10 includes proper navigation mode fixes and improved display text
* Attempting a universal implementation of EasyCache, starting with flux as test; I screwed up the math a bit, but when I set it just right it works.
* Fixed math to make threshold work as expected, refactored code to use EasyCacheHolder instead of a dict wrapped by object
* Use sigmas from transformer_options instead of timesteps to be compatible with a greater amount of models, make end_percent work
* Make log statement when not skipping useful, preparing for per-cond caching
* Added DIFFUSION_MODEL wrapper around forward function for wan model
* Add subsampling for heuristic inputs
* Add subsampling to output_prev (output_prev_subsampled now)
* Properly consider conds in EasyCache logic
* Created SuperEasyCache to test what happens if caching and reuse is moved outside the scope of conds, added PREDICT_NOISE wrapper to facilitate this test
* Change max reuse_threshold to 3.0
* Mark EasyCache/SuperEasyCache as experimental (beta)
* Make Lumina2 compatible with EasyCache
* Add EasyCache support for Qwen Image
* Fix missing comma, curse you Cursor
* Add EasyCache support to AceStep
* Add EasyCache support to Chroma
* Added EasyCache support to Cosmos Predict t2i
* Make EasyCache not crash with Cosmos Predict ImagToVideo latents, but does not work well at all
* Add EasyCache support to hidream
* Added EasyCache support to hunyuan video
* Added EasyCache support to hunyuan3d
* Added EasyCache support to LTXV (not very good, but does not crash)
* Implemented EasyCache for aura_flow
* Renamed SuperEasyCache to LazyCache, hardcoded subsample_factor to 8 on nodes
* Eatra logging when verbose is true for EasyCache