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