Commit Graph

3894 Commits

Author SHA1 Message Date
d4a8752c8c some exploration of sortblock as more things from paper/source code need to be added 2025-09-01 09:39:40 -07:00
cf26d3d58e More progress on Sortblock 2025-08-31 20:26:49 -07:00
f655fcc5ce Progress on scaffolding for an EasyCache style implementation of Sortblock 2025-08-31 00:59:01 -07:00
e2491f44e8 Merge branch 'attention-select' into sortblock 2025-08-30 20:04:48 -07:00
66c4eb006b Remove AttentionOverrideTest node, that's something to cook up for later 2025-08-30 15:19:36 -07:00
dd0a5093f6 Satisfy ruff 2025-08-30 14:58:30 -07:00
c092b8a4ac Remove _register_core_attention_functions, as we wouldn't want someone to call that, just in case 2025-08-30 14:49:04 -07:00
eaa9433ff8 Remove attention logging code 2025-08-30 14:45:12 -07:00
4449e14769 ComfyUI version 0.3.56 v0.3.56 2025-08-30 06:31:19 -04:00
720d0a88e6 Disable attention logs for now 2025-08-30 01:11:34 -07:00
d9bb4530b0 Merge branch 'master' into attention-select 2025-08-29 23:35:38 -07:00
cb959f9669 Add optimized to get_attention_function 2025-08-29 21:48:36 -07:00
885015eecf Lower ram usage on windows. (#9628) 2025-08-29 23:06:04 -04:00
d553073a1e Fixed WAN 2.1 VACE transformer_options passthrough 2025-08-29 13:20:43 -07:00
af288b9946 Fixed Wan2.1 Fun Camera transformer_options passthrough 2025-08-29 13:06:37 -07:00
a86aaa4301 ComfyUI v0.3.55 v0.3.55 2025-08-29 06:03:41 -04:00
2efb2cbc38 Update template to 0.1.70 (#9620) 2025-08-29 06:03:25 -04:00
1ae6fe14a7 Fix WanI2VCrossAttention so that it expects to receive transformer_options 2025-08-29 02:31:16 -07:00
15aa9222c4 Trim audio to video when saving video. (#9617) 2025-08-29 04:12:00 -04:00
2d13bf1c7a Made SVD work with optimized_attention_override 2025-08-28 22:45:45 -07:00
8be3edb606 Made Chroma work with optimized_attention_override 2025-08-28 22:45:31 -07:00
d644aba6bc Made Lumina work with optimized_attention_override 2025-08-28 22:00:44 -07:00
17090c56be Made AuraFlow work with optimized_attention_override 2025-08-28 21:46:56 -07:00
034d6c12e6 Made StableCascade work with optimized_attention_override 2025-08-28 21:42:08 -07:00
09c84b31a2 Made Omnigen 2 work with optimized_attention_override 2025-08-28 21:30:18 -07:00
8fe2dea297 Made CosmosVideo work with optimized_attention_override 2025-08-28 21:23:03 -07:00
4a44ed4a76 Make CosmosPredict2 work with optimized_attention_override 2025-08-28 21:18:34 -07:00
8b9b4bbb62 Made Hunyuan3D work with optimized_attention_override 2025-08-28 21:06:44 -07:00
27ebd312ae Made optimized_attention_override work with ACE Step 2025-08-28 21:03:28 -07:00
9461f30387 Made StableAudio work with optimized_attention_override 2025-08-28 20:56:56 -07:00
2cda45d1b4 Made LTX work with optimized_attention_override 2025-08-28 20:42:22 -07:00
61b5c5fc75 Made Mochi work with optimized_attention_override 2025-08-28 20:34:06 -07:00
ef894cdf08 Made HunyuanVideo work with optimized_attention_override 2025-08-28 20:26:53 -07:00
0ac5c6344f Made SD3 work with optimized_attention_override 2025-08-28 20:21:14 -07:00
1ddfb5bb14 Made wan patches_replace work with optimized_attention_override 2025-08-28 20:13:51 -07:00
4cafd58f71 Made hidream work with optimized_attention_override 2025-08-28 20:10:50 -07:00
f752715aac Make Qwen work with optimized_attention_override 2025-08-28 19:52:52 -07:00
c7bb3e2bce Support the 5B fun inpaint model. (#9614)
Use the WanFunInpaintToVideo node without the clip_vision_output.
2025-08-28 22:46:57 -04:00
48ed71caf8 Add logs to verify optimized_attention_override is passed all the way into attention function 2025-08-28 19:43:39 -07:00
a7d70e42a0 Make flux work with optimized_attention_override 2025-08-28 19:33:02 -07:00
e80a14ad50 Support wan2.2 5B fun control model. (#9611)
Use the Wan22FunControlToVideo node.
2025-08-28 22:13:07 -04:00
1f499f0794 Turn off attention logging for now, make AttentionOverrideTestNode have a dropdown with available attention (this is a test node only) 2025-08-28 18:54:22 -07:00
51a30c2ad7 Make sure wrap_attn doesn't make itself recurse infinitely, attempt to load SageAttention and FlashAttention if not enabled so that they can be marked as available or not, create registry for available attention 2025-08-28 18:53:20 -07:00
d28b39d93d Add a LatentCut node to cut latents. (#9609) 2025-08-28 19:38:28 -04:00
1c184c29eb Fix issue with s2v node when extending past audio length. (#9608) 2025-08-28 18:34:01 -04:00
edde0b5043 WanSoundImageToVideoExtend node to manually extend s2v video. (#9606) 2025-08-28 17:59:48 -04:00
669b9ef8e6 Added **kwargs to all attention functions so transformer_options could potentially be passed through 2025-08-28 13:14:41 -07:00
0063610177 ComfyUI version 0.3.54 v0.3.54 2025-08-28 10:44:57 -04:00
ce0052c087 Fix diffsynth controlnet regression. (#9597) 2025-08-28 10:37:42 -04:00
0eb821a7b6 ComfyUI 0.3.53 v0.3.53 2025-08-27 23:09:06 -04:00