3762 Commits

Author SHA1 Message Date
Jedrzej Kosinski
19db0422f0 Fix typo 2025-08-13 18:19:50 -07:00
Jedrzej Kosinski
e7ead85cdb Make get_resized_cond more robust for various dim sizes 2025-08-13 18:18:49 -07:00
Jedrzej Kosinski
30b1b75ced Merge branch 'master' into context-windows 2025-08-07 18:15:29 -07:00
Jedrzej Kosinski
0855d85057 Adjusted default values for context_length and context_overlap, made schema.inputs definition for WAN Context Windows less annoying 2025-08-07 17:59:38 -07:00
Jedrzej Kosinski
48fecae383 Added callbacks to IndexListContexHandler 2025-08-07 17:42:01 -07:00
Jedrzej Kosinski
1cc8acadc6 Change manual context window nodes names/ids 2025-08-07 17:41:27 -07:00
Jedrzej Kosinski
3a8be588a6 Moved some code around between node_context_windows.py and context_windows.py 2025-08-07 16:51:51 -07:00
Jedrzej Kosinski
b38d13d9c8 Made context schedule and fuse method functions be stored on the handler instead of needing to be registered in core code to be found 2025-08-07 16:31:11 -07:00
Jedrzej Kosinski
42974a448c
_ui.py import torchaudio safety check (#9234)
* Added safety around torchaudio import in _ui.py

* Trusted cursor too much, fixed torchaudio bool
2025-08-07 17:54:09 -04:00
comfyanonymous
05df2df489
Fix RepeatLatentBatch not working on multi dim latents. (#9227) 2025-08-07 11:20:40 -04:00
Jedrzej Kosinski
1e3bd926f5 Add Wan Context WIndows node for testing 2025-08-06 19:55:43 -07:00
Christian Byrne
37d620a6b8
Update frontend to v1.24.3 (#9175) 2025-08-06 19:52:39 -04:00
Jedrzej Kosinski
8a3b8f77f3 Made dim slicing cleaner 2025-08-06 14:15:29 -07:00
ComfyUI Wiki
32691b16f4
Update template to 0.1.52 (#9206) 2025-08-06 13:26:29 -04:00
flybirdxx
4c3e57b0ae
Fixed an issue where qwenLora could not be loaded properly. (#9208) 2025-08-06 13:23:11 -04:00
comfyanonymous
9126c0cfe4
Qwen Image model merging node. (#9202) 2025-08-06 04:07:04 -04:00
Jedrzej Kosinski
af74959150 Considering adding some callbacks to context window code to allow extensions of behavior without the need to rewrite code 2025-08-05 22:22:52 -07:00
Jedrzej Kosinski
e4c8078744 Fix comfy.patcher_extension.merge_nested_dicts calls in prepare_model_patcher in sampler_helpers.py 2025-08-05 20:47:44 -07:00
Jedrzej Kosinski
b114b5dc6b Made context windows compatible with different dimensions; works for WAN, but results are bad 2025-08-05 18:02:46 -07:00
Jedrzej Kosinski
c0ff26bd16 Merge branch 'master' into context-windows 2025-08-05 14:24:38 -07:00
comfyanonymous
d8c51ba15a
Add Qwen Image model to readme. (#9191) 2025-08-05 07:41:18 -04:00
comfyanonymous
32a95bba8a ComfyUI version 0.3.49 v0.3.49 2025-08-05 07:33:02 -04:00
ComfyUI Wiki
da1ad9b516
Update template to 0.1.51 (#9187) 2025-08-05 07:24:12 -04:00
comfyanonymous
d044a24398
Fix default shift and any latent size for qwen image model. (#9186) 2025-08-05 06:12:27 -04:00
Jedrzej Kosinski
58152b5606 Add prepare_sampling wrapper for context window to more accurately estimate latent memory requirements, fixed merging wrappers/callbacks dicts in prepare_model_patcher 2025-08-05 00:54:22 -07:00
ComfyUI Wiki
5be6fd09ff
Update template to 0.1.48 (#9182) 2025-08-05 03:48:56 -04:00
Christian Byrne
f69609bbd6
Add Veo3 video generation node with audio support (#9110)
- 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
2025-08-05 01:52:25 -04:00
Jedrzej Kosinski
c5c5824daf Merge branch 'master' into context-windows 2025-08-04 21:19:44 -07:00
Jedrzej Kosinski
b14b4a64ae Added initial support for basic context windows - in progress 2025-08-04 20:22:30 -07:00
comfyanonymous
c012400240
Initial support for qwen image model. (#9179) 2025-08-04 22:53:25 -04:00
comfyanonymous
03895dea7c
Fix another issue with the PR. (#9170) 2025-08-04 04:33:04 -04:00
comfyanonymous
84f9759424
Add some warnings and prevent crash when cond devices don't match. (#9169) 2025-08-04 04:20:12 -04:00
comfyanonymous
7991341e89
Various fixes for broken things from earlier PR. (#9168) 2025-08-04 04:02:40 -04:00
comfyanonymous
140ffc7fdc
Fix broken controlnet from last PR. (#9167) 2025-08-04 03:28:12 -04:00
comfyanonymous
182f90b5ec
Lower cond vram use by casting at the same time as device transfer. (#9159) 2025-08-04 03:11:53 -04:00
comfyanonymous
aebac22193
Cleanup. (#9160) 2025-08-03 07:08:11 -04:00
comfyanonymous
13aaa66ec2
Make sure context is on the right device. (#9154) 2025-08-02 15:09:23 -04:00
comfyanonymous
5f582a9757
Make sure all the conds are on the right device. (#9151) 2025-08-02 15:00:13 -04:00
ComfyUI Wiki
fbcc23945d
Update template to 0.1.47 (#9153) 2025-08-02 14:15:29 -04:00
Johnpaul Chiwetelu
3dfefc88d0
API for Recently Used Items (#8792)
* feat: add file creation time to model file metadata and user file info

* fix linting
2025-08-01 22:02:06 -04:00
comfyanonymous
bff60b5cfc ComfyUI version 0.3.48 v0.3.48 2025-08-01 20:03:22 -04:00
comfyanonymous
1e638a140b
Tiny wan vae optimizations. (#9136) 2025-08-01 05:25:38 -04:00
ComfyUI Wiki
4696d74305
update template to 0.1.45 (#9135) 2025-08-01 03:06:18 -04:00
comfyanonymous
5ee381c058
Fix WanFirstLastFrameToVideo node when no clip vision. (#9134) 2025-07-31 23:33:27 -04:00
Jedrzej Kosinski
4887743a2a
V3 Node Schema Definition - initial (#8656) 2025-07-31 18:02:12 -04:00
comfyanonymous
97b8a2c26a
More accurate explanation of release process. (#9126) 2025-07-31 05:46:23 -04:00
guill
97eb256a35
Add support for partial execution in backend (#9123)
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.
2025-07-30 22:55:28 -04:00
chaObserv
61b08d4ba6
Replace manual x * sigmoid(x) with torch silu in VAE nonlinearity (#9057) 2025-07-30 19:25:56 -04:00
comfyanonymous
da9dab7edd
Small wan camera memory optimization. (#9111) 2025-07-30 05:55:26 -04:00
ComfyUI Wiki
d2aaef029c
Update template to 0.1.44 (#9104) 2025-07-29 22:50:49 -04:00