comfyanonymous and GitHub
3412d53b1d
USO style reference. ( #9677 )
...
Load the projector.safetensors file with the ModelPatchLoader node and use
the siglip_vision_patch14_384.safetensors "clip vision" model and the
USOStyleReferenceNode.
2025-09-02 15:36:22 -04:00
comfyanonymous and GitHub
27e067ce50
Implement the USO subject identity lora. ( #9674 )
...
Use the lora with FluxContextMultiReferenceLatentMethod node set to "uso"
and a ReferenceLatent node with the reference image.
2025-09-01 18:54:02 -04:00
comfyanonymous and GitHub
9b15155972
Probably not necessary anymore. ( #9646 )
2025-08-31 01:32:10 -04:00
comfyanonymous and GitHub
885015eecf
Lower ram usage on windows. ( #9628 )
2025-08-29 23:06:04 -04:00
comfyanonymous and GitHub
15aa9222c4
Trim audio to video when saving video. ( #9617 )
2025-08-29 04:12:00 -04:00
comfyanonymous and GitHub
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
comfyanonymous and GitHub
e80a14ad50
Support wan2.2 5B fun control model. ( #9611 )
...
Use the Wan22FunControlToVideo node.
2025-08-28 22:13:07 -04:00
comfyanonymous and GitHub
d28b39d93d
Add a LatentCut node to cut latents. ( #9609 )
2025-08-28 19:38:28 -04:00
comfyanonymous and GitHub
1c184c29eb
Fix issue with s2v node when extending past audio length. ( #9608 )
2025-08-28 18:34:01 -04:00
comfyanonymous and GitHub
edde0b5043
WanSoundImageToVideoExtend node to manually extend s2v video. ( #9606 )
2025-08-28 17:59:48 -04:00
comfyanonymous and GitHub
ce0052c087
Fix diffsynth controlnet regression. ( #9597 )
2025-08-28 10:37:42 -04:00
comfyanonymous and GitHub
4aa79dbf2c
Adjust flux mem usage factor a bit. ( #9588 )
2025-08-27 23:08:17 -04:00
comfyanonymous and GitHub
38f697d953
Add a LatentConcat node. ( #9587 )
2025-08-27 22:28:10 -04:00
comfyanonymous and GitHub
491755325c
Better s2v memory estimation. ( #9584 )
2025-08-27 19:02:42 -04:00
comfyanonymous and GitHub
496888fd68
Improve s2v performance when generating videos longer than 120 frames. ( #9582 )
2025-08-27 16:06:40 -04:00
comfyanonymous and GitHub
b5ac6ed7ce
Fixes to make controlnet type models work on qwen edit and kontext. ( #9581 )
2025-08-27 15:26:28 -04:00
comfyanonymous and GitHub
31a37686d0
Negative audio in s2v should be zeros. ( #9578 )
2025-08-27 12:44:29 -04:00
comfyanonymous and GitHub
88aee596a3
WIP Wan 2.2 S2V model. ( #9568 )
2025-08-27 01:10:34 -04:00
comfyanonymous and GitHub
39aa06bd5d
Make AudioEncoderOutput usable in v3 node schema. ( #9554 )
2025-08-26 12:50:46 -04:00
comfyanonymous and GitHub
914c2a2973
Implement wav2vec2 as an audio encoder model. ( #9549 )
...
This is useless on its own but there are multiple models that use it.
2025-08-25 23:26:47 -04:00
comfyanonymous and GitHub
e633a47ad1
Add models/audio_encoders directory. ( #9548 )
2025-08-25 20:13:54 -04:00
comfyanonymous and GitHub
f6b93d41a0
Remove models from readme that are not fully implemented. ( #9535 )
...
Cosmos model implementations are currently missing the safety part so it is technically not fully implemented and should not be advertised as such.
2025-08-24 15:40:32 -04:00
comfyanonymous and GitHub
8be0d22ab7
Don't use the annoying new navigation mode by default. ( #9518 )
2025-08-23 13:56:17 -04:00
comfyanonymous and GitHub
59eddda900
Python 3.13 is well supported. ( #9511 )
2025-08-23 01:36:44 -04:00
comfyanonymous and GitHub
41048c69b4
Fix Conditioning masks on 3d latents. ( #9506 )
2025-08-22 23:15:44 -04:00
comfyanonymous and GitHub
ff57793659
Support InstantX Qwen controlnet. ( #9488 )
2025-08-22 00:53:11 -04:00
comfyanonymous and GitHub
f7bd5e58dd
Make it easier to implement future qwen controlnets. ( #9485 )
2025-08-21 23:18:04 -04:00
comfyanonymous and GitHub
1b2de2642d
Support diffsynth inpaint controlnet (model patch). ( #9471 )
2025-08-21 00:33:49 -04:00
comfyanonymous and GitHub
9fa1036f60
Forgot this. ( #9470 )
2025-08-20 23:09:35 -04:00
comfyanonymous and GitHub
0963493a9c
Support for Qwen Diffsynth Controlnets canny and depth. ( #9465 )
...
These are not real controlnets but actually a patch on the model so they
will be treated as such.
Put them in the models/model_patches/ folder.
Use the new ModelPatchLoader and QwenImageDiffsynthControlnet nodes.
2025-08-20 22:26:37 -04:00
comfyanonymous and GitHub
e73a9dbe30
Add that qwen edit model is supported to readme. ( #9463 )
2025-08-20 17:34:13 -04:00
comfyanonymous and GitHub
8d38ea3bbf
Fix bf16 precision issue with qwen image embeddings. ( #9441 )
2025-08-20 02:58:54 -04:00
comfyanonymous and GitHub
5a8f502db5
Disable prompt weights for qwen. ( #9438 )
2025-08-20 01:08:11 -04:00
comfyanonymous and GitHub
7cd2c4bd6a
Qwen rotary embeddings should now match reference code. ( #9437 )
2025-08-20 00:45:27 -04:00
comfyanonymous and GitHub
dfa791eb4b
Rope fix for qwen vl. ( #9435 )
2025-08-19 20:47:42 -04:00
comfyanonymous and GitHub
bddd69618b
Change the TextEncodeQwenImageEdit node to use logic closer to reference. ( #9432 )
2025-08-19 16:49:01 -04:00
comfyanonymous and GitHub
4977f203fa
P2 of qwen edit model. ( #9412 )
...
* P2 of qwen edit model.
* Typo.
* Fix normal qwen.
* Fix.
* Make the TextEncodeQwenImageEdit also set the ref latent.
If you don't want it to set the ref latent and want to use the
ReferenceLatent node with your custom latent instead just disconnect the
VAE.
2025-08-18 22:38:34 -04:00
comfyanonymous and GitHub
ed43784b0d
WIP Qwen edit model: The diffusion model part. ( #9383 )
2025-08-17 16:45:39 -04:00
comfyanonymous and GitHub
0f2b8525bc
Qwen image model refactor. ( #9375 )
2025-08-16 17:51:28 -04:00
comfyanonymous and GitHub
1702e6df16
Implement wan2.2 camera model. ( #9357 )
...
Use the old WanCameraImageToVideo node.
2025-08-15 17:29:58 -04:00
comfyanonymous and GitHub
c308a8840a
Add FluxKontextMultiReferenceLatentMethod node. ( #9356 )
...
This node is only useful if someone trains the kontext model to properly
use multiple reference images via the index method.
The default is the offset method which feeds the multiple images like if
they were stitched together as one. This method works with the current
flux kontext model.
2025-08-15 15:50:39 -04:00
comfyanonymous and GitHub
e08ecfbd8a
Add warning when using old pytorch. ( #9347 )
2025-08-15 00:22:26 -04:00
comfyanonymous and GitHub
4e5c230f6a
Fix last commit not working on older pytorch. ( #9346 )
2025-08-14 23:44:02 -04:00
comfyanonymous and GitHub
ad19a069f6
Make SLG nodes work on Qwen Image model. ( #9345 )
2025-08-14 23:16:01 -04:00
comfyanonymous and GitHub
72fd4d22b6
av is an essential dependency. ( #9341 )
2025-08-14 16:03:21 -04:00
comfyanonymous and GitHub
9df8792d4b
Make last PR not crash comfy on old pytorch. ( #9324 )
2025-08-13 15:12:41 -04:00
comfyanonymous and GitHub
afa0a45206
Reduce portable size again. ( #9323 )
...
* compress more
* test
* not needed
2025-08-13 14:42:08 -04:00
comfyanonymous and GitHub
615eb52049
Put back frontend version. ( #9317 )
2025-08-13 03:48:06 -04:00
comfyanonymous and GitHub
e400f26c8f
Downgrade frontend for release. ( #9316 )
2025-08-13 03:44:54 -04:00
comfyanonymous and GitHub
5ca8e2fac3
Update release workflow to python3.13 pytorch cu129 ( #9315 )
...
* Try to reduce size of portable even more.
* Update stable release workflow to python 3.13 cu129
* Update dependencies workflow to python3.13 cu129
2025-08-13 03:01:12 -04:00
comfyanonymous and GitHub
560d38f34c
Wan2.2 fun control support. ( #9292 )
2025-08-12 23:26:33 -04:00
comfyanonymous and GitHub
e1d4f36d8d
Update test release package workflow with python 3.13 cu129. ( #9306 )
2025-08-12 20:13:04 -04:00
comfyanonymous and GitHub
966f3a5206
Only show feature flags log when verbose. ( #9281 )
2025-08-11 05:53:01 -04:00
comfyanonymous and GitHub
0552de7c7d
Bump pytorch cuda and rocm versions in readme instructions. ( #9273 )
2025-08-10 05:03:47 -04:00
comfyanonymous and GitHub
5828607ccf
Not sure if AMD actually support fp16 acc but it doesn't crash. ( #9258 )
2025-08-09 12:49:25 -04:00
comfyanonymous and GitHub
735bb4bdb1
Users report gfx1201 is buggy on flux with pytorch attention. ( #9244 )
2025-08-08 04:21:00 -04:00
comfyanonymous and GitHub
05df2df489
Fix RepeatLatentBatch not working on multi dim latents. ( #9227 )
2025-08-07 11:20:40 -04:00
comfyanonymous and GitHub
9126c0cfe4
Qwen Image model merging node. ( #9202 )
2025-08-06 04:07:04 -04:00
comfyanonymous and GitHub
d8c51ba15a
Add Qwen Image model to readme. ( #9191 )
2025-08-05 07:41:18 -04:00
comfyanonymous and GitHub
d044a24398
Fix default shift and any latent size for qwen image model. ( #9186 )
2025-08-05 06:12:27 -04:00
comfyanonymous and GitHub
c012400240
Initial support for qwen image model. ( #9179 )
2025-08-04 22:53:25 -04:00
comfyanonymous and GitHub
03895dea7c
Fix another issue with the PR. ( #9170 )
2025-08-04 04:33:04 -04:00
comfyanonymous and GitHub
84f9759424
Add some warnings and prevent crash when cond devices don't match. ( #9169 )
2025-08-04 04:20:12 -04:00
comfyanonymous and GitHub
7991341e89
Various fixes for broken things from earlier PR. ( #9168 )
2025-08-04 04:02:40 -04:00
comfyanonymous and GitHub
140ffc7fdc
Fix broken controlnet from last PR. ( #9167 )
2025-08-04 03:28:12 -04:00
comfyanonymous and GitHub
182f90b5ec
Lower cond vram use by casting at the same time as device transfer. ( #9159 )
2025-08-04 03:11:53 -04:00
comfyanonymous and GitHub
aebac22193
Cleanup. ( #9160 )
2025-08-03 07:08:11 -04:00
comfyanonymous and GitHub
13aaa66ec2
Make sure context is on the right device. ( #9154 )
2025-08-02 15:09:23 -04:00
comfyanonymous and GitHub
5f582a9757
Make sure all the conds are on the right device. ( #9151 )
2025-08-02 15:00:13 -04:00
comfyanonymous and GitHub
1e638a140b
Tiny wan vae optimizations. ( #9136 )
2025-08-01 05:25:38 -04:00
comfyanonymous and GitHub
5ee381c058
Fix WanFirstLastFrameToVideo node when no clip vision. ( #9134 )
2025-07-31 23:33:27 -04:00
comfyanonymous and GitHub
97b8a2c26a
More accurate explanation of release process. ( #9126 )
2025-07-31 05:46:23 -04:00
comfyanonymous and GitHub
da9dab7edd
Small wan camera memory optimization. ( #9111 )
2025-07-30 05:55:26 -04:00
comfyanonymous and GitHub
dca6bdd4fa
Make wan2.2 5B i2v take a lot less memory. ( #9102 )
2025-07-29 19:44:18 -04:00
comfyanonymous and GitHub
7d593baf91
Extra reserved vram on large cards on windows. ( #9093 )
2025-07-29 04:07:45 -04:00
comfyanonymous and GitHub
c60dc4177c
Remove unecessary clones in the wan2.2 VAE. ( #9083 )
2025-07-28 14:48:19 -04:00
comfyanonymous and GitHub
9f1388c0a3
Add wan2.2 to readme. ( #9081 )
2025-07-28 08:01:53 -04:00
comfyanonymous and GitHub
a88788dce6
Wan 2.2 support. ( #9080 )
2025-07-28 08:00:23 -04:00
comfyanonymous and GitHub
78672d0ee6
Small readme update. ( #9071 )
2025-07-27 07:42:58 -04:00
comfyanonymous and GitHub
0621d73a9c
Remove useless code. ( #9059 )
2025-07-26 04:44:19 -04:00
comfyanonymous and GitHub
b850d9a8bb
Add map_function to get_history. ( #9056 )
2025-07-25 21:25:45 -04:00
comfyanonymous and GitHub
c0207b473f
Fix issue with line endings github workflow. ( #9053 )
2025-07-25 17:25:08 -04:00
comfyanonymous and GitHub
e6e5d33b35
Remove useless code. ( #9041 )
...
This is only needed on old pytorch 2.0 and older.
2025-07-25 04:58:28 -04:00
comfyanonymous and GitHub
69cb57b342
Print xpu device name. ( #9035 )
2025-07-24 15:06:25 -04:00
comfyanonymous and GitHub
e78d230496
Only enable cuda malloc on cuda torch. ( #9031 )
2025-07-23 19:37:43 -04:00
comfyanonymous and GitHub
d3504e1778
Enable pytorch attention by default for gfx1201 on torch 2.8 ( #9029 )
2025-07-23 19:21:29 -04:00
comfyanonymous and GitHub
a86a58c308
Fix xpu function not implemented p2. ( #9027 )
2025-07-23 18:18:20 -04:00
comfyanonymous and GitHub
39dda1d40d
Fix xpu function not implemented. ( #9026 )
2025-07-23 18:10:59 -04:00
comfyanonymous and GitHub
5ad33787de
Add default device argument. ( #9023 )
2025-07-23 14:20:49 -04:00
comfyanonymous and GitHub
5ac9ec214b
Try to fix line endings workflow. ( #9001 )
2025-07-22 04:07:51 -04:00
comfyanonymous and GitHub
0aa1c58b04
This is not needed. ( #8991 )
2025-07-21 16:48:25 -04:00
comfyanonymous and GitHub
5249e45a1c
Add hidream e1.1 example to readme. ( #8990 )
2025-07-21 15:23:41 -04:00
comfyanonymous and GitHub
54a45b9967
Replace torchaudio.load with pyav. ( #8989 )
2025-07-21 14:19:14 -04:00
comfyanonymous and GitHub
a0c0785635
Document what the fast_fp16_accumulation is in the portable. ( #8973 )
2025-07-20 01:24:09 -04:00
comfyanonymous and GitHub
1b96fae1d4
Add nested style of dual cfg to DualCFGGuider node. ( #8965 )
2025-07-19 04:55:23 -04:00
comfyanonymous and GitHub
7f492522b6
Forgot this ( #8957 )
2025-07-18 05:43:02 -04:00
comfyanonymous and GitHub
650838fd6f
Experimental CFGNorm node. ( #8942 )
...
This is from the new hidream e1 1 model code. Figured it might be useful as a generic cfg trick.
2025-07-17 04:11:07 -04:00
comfyanonymous and GitHub
491fafbd64
Silence clip tokenizer warning. ( #8934 )
2025-07-16 14:42:07 -04:00
comfyanonymous and GitHub
50afba747c
Add attempt to work around the safetensors mmap issue. ( #8928 )
2025-07-16 03:42:17 -04:00
comfyanonymous and GitHub
b1ae4126c3
Add action to detect windows line endings. ( #8917 )
2025-07-15 02:27:18 -04:00