diffusers
Kandinsky 5.0 Video Pro and Image Lite
#12664
Merged

Kandinsky 5.0 Video Pro and Image Lite #12664

yiyixuxu merged 170 commits into huggingface:main from leffff:main
leffff
leffff add transformer pipeline first version
d53f8487
leffff updates
7db6093c
leffff fix 5sec generation
a0cf07f7
leffff Merge branch 'huggingface:main' into main
0bd738f5
leffff rewrite Kandinsky5T2VPipeline to diffusers style
c8f3a36f
leffff Merge branch 'huggingface:main' into main
86b6c2b6
leffff add multiprompt support
723d149d
leffff remove prints in pipeline
22e14bda
leffff add nabla attention
70fa62ba
leffff Merge branch 'huggingface:main' into main
07e11b27
leffff Wrap Transformer in Diffusers style
45240a73
leffff fix license
43bd1e81
leffff Merge branch 'huggingface:main' into main
f35c2794
leffff fix prompt type
149fd53d
leffff Merge branch 'main' of https://github.com/leffff/diffusers
e3a3e9d1
leffff add gradient checkpointing and peft support
7af80e9f
leffff add usage example
04efb19b
leffff Merge branch 'main' into main
4aa22f3a
leffff Update src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py
235f0d5d
leffff Update src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py
88a8eea0
leffff Update src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py
f52f3b45
leffff Update src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py
0190e556
leffff Update src/diffusers/models/transformers/transformer_kandinsky.py
d62dffcb
leffff remove unused imports
7084106e
leffff Merge branch 'huggingface:main' into main
d5dcd945
leffff add 10 second models support
b615d5cb
leffff Merge branch 'main' of https://github.com/leffff/diffusers
6a0233eb
leffff Update src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py
588c12ab
leffff remove no_grad and simplified prompt paddings
327ab84d
leffff Update src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py
9b06afba
leffff merge
8fd22c0c
leffff Update src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py
28458d0c
leffff merge suggestions
e7b91ed7
leffff moved template to __init__
cd3cc615
leffff Update src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py
4450265b
leffff Update src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py
b9a3be2a
leffff Update src/diffusers/models/transformers/transformer_kandinsky.py
78a23b9d
leffff moved sdps inside processor
56b90b10
leffff Merge branch 'main' of https://github.com/leffff/diffusers
600e9d6b
leffff remove oneline function
31a14743
leffff remove reset_dtype methods
894aa98a
leffff Transformer: move all methods to forward
c8be0814
leffff separated prompt encoding
3ffdf7f1
leffff Merge branch 'main' into main
b0e1b866
leffff Update src/diffusers/models/transformers/transformer_kandinsky.py
9f523352
leffff refactoring
cc46e2d2
leffff Merge branch 'main' of https://github.com/leffff/diffusers
573b966b
leffff Update src/diffusers/models/transformers/transformer_kandinsky.py
9672c6bd
leffff Merge branch 'main' of https://github.com/leffff/diffusers
1e597cbd
leffff refactoring acording to https://github.com/huggingface/diffusers/comm…
900feba4
yiyixuxu Merge branch 'main' into main
3839f5e7
leffff Update src/diffusers/models/transformers/transformer_kandinsky.py
226bbf8e
leffff Update src/diffusers/models/transformers/transformer_kandinsky.py
9504fb0d
leffff Update src/diffusers/models/transformers/transformer_kandinsky.py
f0eca084
leffff Update src/diffusers/models/transformers/transformer_kandinsky.py
cc74c1e4
leffff Update src/diffusers/models/transformers/transformer_kandinsky.py
cb915d71
leffff Update src/diffusers/models/transformers/transformer_kandinsky.py
9aa3c2eb
leffff Update src/diffusers/models/transformers/transformer_kandinsky.py
feac8f09
leffff Update src/diffusers/models/transformers/transformer_kandinsky.py
d3b95975
leffff Update src/diffusers/models/transformers/transformer_kandinsky.py
693b9aa9
leffff Update src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py
e2ed6ec9
leffff Update src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py
2925447e
leffff Update src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py
b02ad825
leffff Update src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py
dc67c2bb
leffff Update src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py
d0fc426a
leffff Update src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py
222ba4ca
leffff Update src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py
3a495058
leffff Update src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py
1e120170
leffff Update src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py
5a300798
leffff Update src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py
0d96ecfd
leffff Update src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py
aadafc14
leffff Update src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py
54cf03c7
leffff Update src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py
22c503fb
leffff Update src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py
211d3dd3
leffff Update src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py
70cfb9e9
leffff Update src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py
6e83133e
leffff Update src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py
7ad87f35
leffff Update src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py
bf229afa
leffff Update src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py
06afd9ba
leffff fixed
e1a635ec
leffff Merge branch 'main' into main
e4856e54
yiyixuxu style +copies
1bf19f09
yiyixuxu Update src/diffusers/models/transformers/transformer_kandinsky.py
1746f6d4
yiyixuxu more
5bb1657f
yiyixuxu Apply suggestions from code review
a26300f7
yiyixuxu add lora loader doc
ecbe5223
leffff Merge branch 'huggingface:main' into main
11200b4d
leffff add compiled Nabla Attention
b35445c6
leffff Merge branch 'huggingface:main' into main
51b078c9
sayakpaul Merge branch 'main' into main
4ed2f534
leffff all needed changes for 10 sec models are added!
54e77574
leffff Merge branch 'main' of https://github.com/leffff/diffusers
939f7d05
leffff Merge branch 'huggingface:main' into main
91133e0f
leffff add docs
25f2e9cc
leffff Merge branch 'huggingface:main' into main
e45c0361
github-actions[bot] Apply style fixes
3bbc2329
leffff Merge branch 'huggingface:main' into main
e181f138
leffff update docs
dd6bf398
yiyixuxu Merge branch 'main' into main
add757b8
leffff add kandinsky5 to toctree
5fb528bf
leffff Merge branch 'main' of https://github.com/leffff/diffusers
c9c11908
leffff Merge branch 'huggingface:main' into main
47dd246b
leffff add tests
d2a206ea
leffff fix tests
56c42386
github-actions[bot] Apply style fixes
dec0317d
yiyixuxu Merge branch 'main' into main
79598328
leffff Merge branch 'main' into main
0e1b7f60
yiyixuxu update tests
19a790d6
yiyixuxu Merge branch 'main' of github.com:leffff/diffusers into HEAD
861f787e
leffff minor docs refactoring
72468ed0
leffff Merge branch 'main' into main
ff0f7aff
leffff refactor Kandinsky 5.0 Vide docs
6fe9c64a
leffff Merge branch 'main' of https://github.com/leffff/diffusers
762daa98
yiyixuxu Update docs/source/en/_toctree.yml
6802d87b
yiyixuxu Merge branch 'main' into main
24328109
leffff Merge branch 'huggingface:main' into main
e8845498
leffff Merge branch 'huggingface:main' into main
bc12f4b0
leffff Merge branch 'huggingface:main' into main
597e40e9
leffff Merge branch 'huggingface:main' into main
5733e73d
leffff add code for Kandinsky 5.0 Video Pro
f75885f0
leffff Merge branch 'main' of https://github.com/leffff/diffusers
b0f690d0
leffff
leffff Update kandinsky5_video.md
04d8536f
leffff Update kandinsky5_video.md
7268800a
leffff Update kandinsky5_video.md
b38b02ae
leffff fix i2v
79d8deba
leffff update tests
42ae80fc
leffff
leffff fix low res generation
7b7aaaaf
leffff Merge branch 'huggingface:main' into main
bbc304af
leffff
dmitrienkoae add Kandinsky5T2IPipeline and Kandinsky5I2IPipeline
9dc0215d
HapKoM
HapKoM commented on 2025-11-18
HapKoM
HapKoM commented on 2025-11-18
leffff Merge branch 'huggingface:main' into main
fdad9f88
leffff fix i2v pipeline fir docs
246bc497
nvvaulin update kandinsky docs
fdcc1cf4
leffff
leffff Merge branch 'main' into main
4b09b994
nvvaulin Merge branch 'main' into kandinsky5_image_pipelines
797fcd38
dmitrienkoae add Kandinsky5T2IPipeline and Kandinsky5I2IPipeline
71efde3d
nvvaulin Merge branch 'kandinsky5_image_pipelines'
a7b99ac1
leffff
leffff leffff changed the title Kandinsky 5.0 Video Pro Kandinsky 5.0 Video Pro and Image Lite 217 days ago
nvvaulin text embedder image input fix
b06ea641
leffff Merge branch 'huggingface:main' into main
cec9a981
yiyixuxu
yiyixuxu commented on 2025-11-19
asomoza
asomoza commented on 2025-11-20
asomoza
leffff
leffff
sayakpaul
leffff Merge branch 'main' into main
5698004e
leffff
sayakpaul
leffff
sayakpaul
sayakpaul commented on 2025-11-21
leffff Merge branch 'huggingface:main' into main
9beffdfc
leffff fix Kandinsky 5.0 Video Pro offloading and memory consumption
e839be02
leffff
leffff
sayakpaul
leffff
leffff
sayakpaul
leffff Merge branch 'huggingface:main' into main
9a474dba
leffff fix Docs
2ea02280
leffff add sbs
2b25edcb
leffff add sbs
42cbeb9c
leffff Merge branch 'huggingface:main' into main
83872180
leffff Update kandinsky5_video.md
4ee05cea
nvvaulin fix comments, .md, show warning when crop prompt
6f2f9be4
leffff add copy remarks + fix i2v
69d804b0
leffff
leffff remove prints
e3c71d5a
leffff add more imports
21da590d
yiyixuxu
github-actions
yiyixuxu
yiyixuxu commented on 2025-11-24
yiyixuxu
yiyixuxu commented on 2025-11-24
yiyixuxu
yiyixuxu commented on 2025-11-24
yiyixuxu
yiyixuxu commented on 2025-11-24
yiyixuxu
yiyixuxu commented on 2025-11-24
yiyixuxu Apply suggestions from code review
df9346b6
yiyixuxu doc
27836013
yiyixuxu style
4cf19533
yiyixuxu copies
f2254f44
HuggingFaceDocBuilderDev
yiyixuxu
leffff Merge branch 'main' into main
aad50d16
leffff
leffff
yiyixuxu Merge branch 'main' into main
5bd634e8
yiyixuxu
leffff Merge branch 'huggingface:main' into main
be66e58a
leffff Merge branch 'huggingface:main' into main
055eaaf8
leffff Merge branch 'main' into main
d500f875
leffff add tests
dcd5a243
leffff merge tests
79c1c5ed
leffff
leffff fix i2v nan
9934ab2e
yiyixuxu
github-actions
leffff Merge branch 'huggingface:main' into main
fe3352ad
leffff
yiyixuxu style
bca5aab5
leffff Merge branch 'main' into main
22c2e756
yiyixuxu fix pipeline: pass generator to vae.encode & make resolutions pipelin…
5d0c2254
yiyixuxu fix tests
3d2ec4c0
yiyixuxu style
da170f5f
yiyixuxu Merge branch 'main' of github.com:leffff/diffusers into HEAD
7805aaeb
yiyixuxu
yiyixuxu approved these changes on 2025-12-03
yiyixuxu yiyixuxu merged d0c54e55 into main 203 days ago

Login to write a write a comment.

Login via GitHub

Assignees
No one assigned
Labels
Milestone