kijai
2952f5d9dd
Show T5 loading progress bar
2026-01-26 15:53:48 +02:00
kijai
339e0fec81
Make NAG inplace application optional
2026-01-23 18:35:30 +02:00
kijai
2c2a6e1889
RoPE frequency offset option for storymem
...
I'm not 100% sure on this, I initially tested this when I noticed the original code doesn't, but it's described in the paper... now I see the original code has added it too so it seems to be the intended way to use it.
2026-01-23 14:31:04 +02:00
kijai
8640bfad52
VRAM optimizations
...
Minor for almost everything, major for multitalk when using masks
2026-01-22 19:46:52 +02:00
kijai
3b4a711a40
Reduce NAG memory usage
2026-01-22 17:43:34 +02:00
kijai
9f9a8e71c2
Revert " Fix: Fix torch.arange bounds error in context window processing"
...
This reverts commit 707bbcd72b .
2026-01-17 20:13:43 +02:00
Jukka Seppänen
f2e2e2550a
Merge pull request #1877 from YFJack/patch-1
...
Fix: Fix torch.arange bounds error in context window processing
2026-01-15 17:06:31 +02:00
Yifu Wang
707bbcd72b
Fix: Fix torch.arange bounds error in context window processing
...
Fixed "upper bound and lower bound inconsistent with step sign" error
when using WanVideoContextOptions with pose latents. Changed end index
from c[-1] to c[-1] + 1 to properly include the last frame in the range.
2026-01-09 11:36:53 +08:00
Jukka Seppänen
855d103ee6
Merge pull request #1868 from vantagewithai/main
...
longcat avatar GGUF support.
2026-01-08 13:36:43 +02:00
kijai
64191921d4
Squashed commit of the following:
...
commit fdb23dec7d
Author: kijai <40791699+kijai@users.noreply.github.com >
Date: Mon Jan 5 22:11:04 2026 +0200
Update model.py
commit 07d7d8ca8e
Author: kijai <40791699+kijai@users.noreply.github.com >
Date: Mon Jan 5 22:10:02 2026 +0200
remove prints
commit 01869d4bf5
Merge: 55c6720 bf1d77f
Author: kijai <40791699+kijai@users.noreply.github.com >
Date: Mon Jan 5 18:47:48 2026 +0200
Merge branch 'main' into longvie2
commit 55c672028b
Merge: b551ec9 be41f67
Author: kijai <40791699+kijai@users.noreply.github.com >
Date: Mon Dec 29 15:39:43 2025 +0200
Merge branch 'main' into longvie2
commit b551ec9e31
Merge: 9f019d7 19bcee6
Author: kijai <40791699+kijai@users.noreply.github.com >
Date: Mon Dec 29 15:03:53 2025 +0200
Merge branch 'main' into longvie2
commit 9f019d7dfb
Merge: fc5322f c5d3fb4
Author: kijai <40791699+kijai@users.noreply.github.com >
Date: Tue Dec 23 23:40:25 2025 +0200
Merge branch 'main' into longvie2
commit fc5322fae4
Merge: 222fc70 e75f814
Author: kijai <40791699+kijai@users.noreply.github.com >
Date: Tue Dec 23 22:04:15 2025 +0200
Merge branch 'main' into longvie2
commit 222fc70eb7
Author: kijai <40791699+kijai@users.noreply.github.com >
Date: Tue Dec 23 17:18:55 2025 +0200
Update nodes.py
commit 8509236da1
Author: kijai <40791699+kijai@users.noreply.github.com >
Date: Tue Dec 23 14:20:18 2025 +0200
init
2026-01-05 22:11:20 +02:00
Vantage with AI
576f065073
Update tensor name condition for multitalk audio proj, to support longcat video avatar GGUF
2026-01-04 21:13:54 +05:30
kijai
bf1d77fe15
Update wan_video_vae.py
2025-12-31 15:56:10 +02:00
kijai
cced7fefbe
Make VAE memory reporting optional to reduce log spam, and other logging updates
2025-12-31 15:46:40 +02:00
kijai
36bb0c73ee
Correct infinite talk loop log entry
...
Just visual bug, no effect on anything else
2025-12-31 14:50:27 +02:00
kijai
b982b4ef0c
Update nodes_model_loading.py
2025-12-30 02:55:51 +02:00
kijai
3a7100bc39
Add node for UltraVico params
2025-12-30 02:53:38 +02:00
kijai
be41f67fae
Fix res_multistep steps
2025-12-29 15:39:27 +02:00
kijai
351829a2b6
Fix er_sde steps
2025-12-29 15:36:43 +02:00
kijai
19bcee67ed
remove print
2025-12-29 02:50:04 +02:00
kijai
2fe4834178
Adjust ultravico frame_tokens
2025-12-29 02:48:59 +02:00
kijai
486564060f
Add node to set attention mode per step and/or blocks
2025-12-29 01:35:32 +02:00
kijai
3730ccf603
Fix s2v
2025-12-28 10:34:13 +02:00
kijai
1eab022bb0
Update nodes.py
2025-12-28 02:35:42 +02:00
kijai
6fd4c6640c
Adjust scheduler graph drawing
2025-12-28 01:27:18 +02:00
kijai
7a6efc1456
Add node for SVI 2.0 Pro
2025-12-28 00:35:14 +02:00
kijai
e855726f10
Fix enhance-a-video
2025-12-26 23:12:18 +02:00
kijai
a896101ec8
I don't know why this suddenly errors
2025-12-26 22:28:04 +02:00
kijai
fd818faa08
Fix context window ref latent device
2025-12-26 16:09:01 +02:00
kijai
b132a82f7a
Fix LongCat-Avatar audio padding when not enough audio provided for given window
2025-12-26 15:57:30 +02:00
kijai
4b709a7a04
Cleanup example_workflows folder some
2025-12-26 15:44:08 +02:00
kijai
220aac2771
Update LongCatAvatar_audio_image_to_video_example_01.json
2025-12-26 13:52:27 +02:00
kijai
027bed8c3d
Cleanup
2025-12-26 13:51:05 +02:00
kijai
b2c520ca44
Fix s2v
2025-12-26 12:55:13 +02:00
kijai
20942b8fd9
Cleanup: Remove flowedit code, restructure some other code
...
Due to lack of use and code maintainability
2025-12-26 12:51:22 +02:00
kijai
74f337e06c
Adjust StoryMem lora scaling
...
This was probably too high afterall
2025-12-26 01:41:32 +02:00
kijai
264212dddb
Fix uncond variable name when using zero star or fresca
2025-12-26 01:27:48 +02:00
kijai
f988d19fdb
StoryMem latents are supposed to be encoded one by one
2025-12-25 20:44:37 +02:00
kijai
95255c7ffa
Add node to add story memory latents
2025-12-24 18:44:05 +02:00
kijai
c42bf94b07
Automatically adjust LoRA alpha for Peft rs_lora weights
...
At least the original StoryMem -LoRAs need this
2025-12-24 17:58:30 +02:00
kijai
dcae850b96
Allow higher lora scale
2025-12-24 17:07:59 +02:00
kijai
c5d3fb450c
Allow loading StoryMem -LoRAs
...
https://huggingface.co/Kevin-thu/StoryMem
2025-12-23 22:26:37 +02:00
kijai
f28e7da442
version 1.4.5
2025-12-23 22:16:03 +02:00
kijai
ac7d8cab98
Update LongCatAvatar_audio_image_to_video_example_01.json
2025-12-23 22:05:02 +02:00
kijai
e75f814312
LongCat-Avatar example
2025-12-23 20:43:10 +02:00
kijai
1c24ef50f8
Remove print
2025-12-23 12:25:55 +02:00
kijai
5360eeb345
Squashed commit of the following:
...
commit fd32b14fdc
Author: kijai <40791699+kijai@users.noreply.github.com >
Date: Tue Dec 23 02:02:31 2025 +0200
Clean prints
commit 1776695e26
Author: kijai <40791699+kijai@users.noreply.github.com >
Date: Tue Dec 23 01:48:12 2025 +0200
Update nodes_model_loading.py
commit ef36204fa8
Author: kijai <40791699+kijai@users.noreply.github.com >
Date: Tue Dec 23 01:35:08 2025 +0200
Reduce peak VRAM use
commit c6f32c1424
Author: kijai <40791699+kijai@users.noreply.github.com >
Date: Mon Dec 22 23:53:41 2025 +0200
Norm dtype
commit 6d4a0f6e53
Merge: e7e0006 3e45021
Author: kijai <40791699+kijai@users.noreply.github.com >
Date: Mon Dec 22 22:11:38 2025 +0200
Merge branch 'main' into longcat_avatar
commit e7e00061e5
Author: kijai <40791699+kijai@users.noreply.github.com >
Date: Mon Dec 22 00:43:01 2025 +0200
Update nodes_sampler.py
commit eb5ec262a0
Merge: 7c0ba84 fed3b22
Author: kijai <40791699+kijai@users.noreply.github.com >
Date: Mon Dec 22 00:42:53 2025 +0200
Merge branch 'main' into longcat_avatar
commit 7c0ba84a26
Author: kijai <40791699+kijai@users.noreply.github.com >
Date: Sun Dec 21 23:00:43 2025 +0200
remove prints
commit 06a86923e7
Author: kijai <40791699+kijai@users.noreply.github.com >
Date: Sun Dec 21 22:53:25 2025 +0200
Fix ref latent
oops
commit dca3106f10
Author: kijai <40791699+kijai@users.noreply.github.com >
Date: Sat Dec 20 18:46:32 2025 +0200
Expose more options, make vid2vid easier
commit 175418b8d2
Author: kijai <40791699+kijai@users.noreply.github.com >
Date: Sat Dec 20 03:15:24 2025 +0200
Create LongCatAvatar_testing_wip.json
commit 4a6e2d3c6c
Author: kijai <40791699+kijai@users.noreply.github.com >
Date: Sat Dec 20 03:14:49 2025 +0200
Init
2025-12-23 12:17:07 +02:00
kijai
3e45021422
Support mixed precision fp8 scaled models
2025-12-22 21:40:14 +02:00
kijai
41683a0423
Possibly fix uni3c + multitalk
2025-12-22 19:44:53 +02:00
kijai
0ac7401271
Stand-in RoPE adjustments
...
The offset was a bit wrong
2025-12-22 18:56:04 +02:00
kijai
fed3b22bc9
Update nodes_sampler.py
2025-12-21 15:06:46 +02:00