Lev Novitskiy
4450265bf7
Update src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py
...
Co-authored-by: YiYi Xu <yixu310@gmail.com >
2025-10-16 10:19:26 +03:00
leffff
cd3cc6156e
moved template to __init__
2025-10-16 07:14:47 +00:00
leffff
e7b91ed787
merge suggestions
2025-10-16 06:58:53 +00:00
Lev Novitskiy
28458d0caf
Update src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py
...
Co-authored-by: YiYi Xu <yixu310@gmail.com >
2025-10-16 09:57:56 +03:00
leffff
8fd22c0c5d
merge
2025-10-16 06:55:30 +00:00
Lev Novitskiy
9b06afba6b
Update src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py
...
Co-authored-by: YiYi Xu <yixu310@gmail.com >
2025-10-16 09:54:00 +03:00
leffff
327ab84d19
remove no_grad and simplified prompt paddings
2025-10-16 06:50:57 +00:00
Lev Novitskiy
588c12ab98
Update src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py
...
Co-authored-by: YiYi Xu <yixu310@gmail.com >
2025-10-16 09:38:02 +03:00
leffff
6a0233eb7a
Merge branch 'main' of https://github.com/leffff/diffusers
2025-10-15 18:12:03 +00:00
leffff
b615d5cb13
add 10 second models support
2025-10-15 18:09:23 +00:00
Lev Novitskiy
d5dcd94500
Merge branch 'huggingface:main' into main
2025-10-15 15:47:28 +03:00
Sayak Paul
aed636f5f0
[tests] fix clapconfig for text backbone in audioldm2 ( #12490 )
...
fix clapconfig for text backbone in audioldm2
2025-10-15 10:57:09 +05:30
Sayak Paul
53a10518b9
remove unneeded checkpoint imports. ( #12488 )
2025-10-15 09:51:18 +05:30
Steven Liu
b4e6dc3037
[docs] Fix broken links ( #12487 )
...
fix broken links
2025-10-15 06:42:10 +05:30
Steven Liu
3eb40786ca
[docs] Prompting ( #12312 )
...
* init
* fix
* batch inf
* feedback
* update
2025-10-14 13:53:56 -07:00
leffff
7084106eaa
remove unused imports
2025-10-14 20:38:40 +00:00
Lev Novitskiy
d62dffcb21
Update src/diffusers/models/transformers/transformer_kandinsky.py
...
Co-authored-by: Álvaro Somoza <asomoza@users.noreply.github.com >
2025-10-14 23:25:14 +03:00
Lev Novitskiy
0190e55641
Update src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py
...
Co-authored-by: Álvaro Somoza <asomoza@users.noreply.github.com >
2025-10-14 21:54:21 +03:00
Lev Novitskiy
f52f3b45b7
Update src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py
...
Co-authored-by: Álvaro Somoza <asomoza@users.noreply.github.com >
2025-10-14 21:54:10 +03:00
Lev Novitskiy
88a8eea096
Update src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py
...
Co-authored-by: Álvaro Somoza <asomoza@users.noreply.github.com >
2025-10-14 21:53:47 +03:00
Lev Novitskiy
235f0d5df8
Update src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py
...
Co-authored-by: Álvaro Somoza <asomoza@users.noreply.github.com >
2025-10-14 21:53:32 +03:00
Lev Novitskiy
4aa22f3abe
Merge branch 'main' into main
2025-10-14 21:49:46 +03:00
Meatfucker
a4bc845478
Fix missing load_video documentation and load_video import in WanVideoToVideoPipeline example code ( #12472 )
...
* Update utilities.md
Update missing load_video documentation
* Update pipeline_wan_video2video.py
Fix missing load_video import in example code
2025-10-14 10:43:21 -07:00
leffff
04efb19b1a
add usage example
2025-10-14 12:14:37 +00:00
leffff
7af80e9ffc
add gradient checkpointing and peft support
2025-10-14 11:24:24 +00:00
leffff
e3a3e9d1b6
Merge branch 'main' of https://github.com/leffff/diffusers
2025-10-13 22:38:33 +00:00
leffff
149fd53df8
fix prompt type
2025-10-13 22:38:03 +00:00
Lev Novitskiy
f35c279439
Merge branch 'huggingface:main' into main
2025-10-13 19:53:35 +03:00
Manith Ratnayake
fa468c5d57
docs: api-pipelines-qwenimage typo fix ( #12461 )
2025-10-13 08:57:46 -07:00
leffff
43bd1e81d2
fix license
2025-10-13 14:41:50 +00:00
leffff
45240a7317
Wrap Transformer in Diffusers style
2025-10-13 12:27:03 +00:00
Lev Novitskiy
07e11b270f
Merge branch 'huggingface:main' into main
2025-10-13 01:00:03 +03:00
leffff
70fa62baea
add nabla attention
2025-10-12 21:59:23 +00:00
Steven Liu
8abc7aeb71
[docs] Fix syntax ( #12464 )
...
* fix syntax
* fix
* style
* fix
2025-10-11 08:13:30 +05:30
leffff
22e14bdac8
remove prints in pipeline
2025-10-10 17:03:09 +00:00
leffff
723d149dc1
add multiprompt support
2025-10-10 17:00:23 +00:00
Lev Novitskiy
86b6c2b686
Merge branch 'huggingface:main' into main
2025-10-10 17:41:14 +03:00
leffff
c8f3a36fba
rewrite Kandinsky5T2VPipeline to diffusers style
2025-10-10 14:39:59 +00:00
Sayak Paul
693d8a3a52
[modular] i2i and t2i support for kontext modular ( #12454 )
...
* up
* get ready
* fix import
* up
* up
2025-10-10 18:10:17 +05:30
Lev Novitskiy
0bd738f52b
Merge branch 'huggingface:main' into main
2025-10-09 18:12:09 +03:00
leffff
a0cf07f7e0
fix 5sec generation
2025-10-09 15:09:50 +00:00
Sayak Paul
a9df12ab45
Update Dockerfile to include zip wget for doc-builder ( #12451 )
2025-10-09 15:25:03 +05:30
Sayak Paul
a519272d97
[ci] revisit the installations in CI. ( #12450 )
...
* revisit the installations in CI.
* up
* up
* up
* empty
* up
* up
* up
2025-10-08 19:21:24 +05:30
Sayak Paul
345864eb85
fix more torch.distributed imports ( #12425 )
...
* up
* unguard.
2025-10-08 10:45:39 +05:30
Sayak Paul
35e538d46a
fix dockerfile definitions. ( #12424 )
...
* fix dockerfile definitions.
* python 3.10 slim.
* up
* up
* up
* up
* up
* revert pr_tests.yml changes
* up
* up
* reduce python version for torch 2.1.0
2025-10-08 09:46:18 +05:30
Sayak Paul
2dc31677e1
Align Flux modular more and more with Qwen modular ( #12445 )
...
* start
* fix
* up
2025-10-08 09:22:34 +05:30
Linoy Tsaban
1066de8c69
[Qwen LoRA training] fix bug when offloading ( #12440 )
...
* fix bug when offload and cache_latents both enabled
* fix bug when offload and cache_latents both enabled
* fix bug when offload and cache_latents both enabled
* fix bug when offload and cache_latents both enabled
* fix bug when offload and cache_latents both enabled
* fix bug when offload and cache_latents both enabled
* fix bug when offload and cache_latents both enabled
* fix bug when offload and cache_latents both enabled
* fix bug when offload and cache_latents both enabled
2025-10-07 18:27:15 +03:00
Sayak Paul
2d69bacb00
handle offload_state_dict when initing transformers models ( #12438 )
2025-10-07 13:51:20 +05:30
Changseop Yeom
0974b4c606
[i18n-KO] Fix typo and update translation in ethical_guidelines.md ( #12435 )
2025-10-06 14:24:05 -07:00
Charles
cf4b97b233
[perf] Cache version checks ( #12399 )
2025-10-06 17:45:34 +02:00