"vscode:/vscode.git/clone" did not exist on "1dbe60219f9eb1619ce1465af2d3bbef3f1ed9a5"
  1. 21 Oct, 2025 1 commit
  2. 20 Oct, 2025 2 commits
  3. 18 Oct, 2025 1 commit
  4. 17 Oct, 2025 1 commit
  5. 15 Oct, 2025 2 commits
  6. 14 Oct, 2025 1 commit
    • Meatfucker's avatar
      Fix missing load_video documentation and load_video import in... · a4bc8454
      Meatfucker authored
      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
      a4bc8454
  7. 11 Oct, 2025 1 commit
  8. 10 Oct, 2025 1 commit
  9. 08 Oct, 2025 3 commits
  10. 07 Oct, 2025 1 commit
  11. 06 Oct, 2025 2 commits
  12. 05 Oct, 2025 2 commits
  13. 02 Oct, 2025 1 commit
  14. 30 Sep, 2025 1 commit
  15. 29 Sep, 2025 3 commits
  16. 26 Sep, 2025 1 commit
  17. 25 Sep, 2025 1 commit
  18. 24 Sep, 2025 4 commits
    • Aryan's avatar
      Context Parallel w/ Ring & Ulysses & Unified Attention (#11941) · dcb6dd9b
      Aryan authored
      
      
      * update
      
      * update
      
      * add coauthor
      Co-Authored-By: default avatarDhruv Nair <dhruv.nair@gmail.com>
      
      * improve test
      
      * handle ip adapter params correctly
      
      * fix chroma qkv fusion test
      
      * fix fastercache implementation
      
      * fix more tests
      
      * fight more tests
      
      * add back set_attention_backend
      
      * update
      
      * update
      
      * make style
      
      * make fix-copies
      
      * make ip adapter processor compatible with attention dispatcher
      
      * refactor chroma as well
      
      * remove rmsnorm assert
      
      * minify and deprecate npu/xla processors
      
      * update
      
      * refactor
      
      * refactor; support flash attention 2 with cp
      
      * fix
      
      * support sage attention with cp
      
      * make torch compile compatible
      
      * update
      
      * refactor
      
      * update
      
      * refactor
      
      * refactor
      
      * add ulysses backward
      
      * try to make dreambooth script work; accelerator backward not playing well
      
      * Revert "try to make dreambooth script work; accelerator backward not playing well"
      
      This reverts commit 768d0ea6fa6a305d12df1feda2afae3ec80aa449.
      
      * workaround compilation problems with triton when doing all-to-all
      
      * support wan
      
      * handle backward correctly
      
      * support qwen
      
      * support ltx
      
      * make fix-copies
      
      * Update src/diffusers/models/modeling_utils.py
      Co-authored-by: default avatarDhruv Nair <dhruv.nair@gmail.com>
      
      * apply review suggestions
      
      * update docs
      
      * add explanation
      
      * make fix-copies
      
      * add docstrings
      
      * support passing parallel_config to from_pretrained
      
      * apply review suggestions
      
      * make style
      
      * update
      
      * Update docs/source/en/api/parallel.md
      Co-authored-by: default avatarAryan <aryan@huggingface.co>
      
      * up
      
      ---------
      Co-authored-by: default avatarDhruv Nair <dhruv.nair@gmail.com>
      Co-authored-by: default avatarsayakpaul <spsayakpaul@gmail.com>
      dcb6dd9b
    • Alberto Chimenti's avatar
      Fix WanVACEPipeline to allow prompt to be None and skip encoding step (#12251) · 043ab252
      Alberto Chimenti authored
      Fixed WanVACEPipeline to allow prompt to be None and skip encoding step
      043ab252
    • Yao Matrix's avatar
      xpu enabling for 4 cases (#12345) · 7a587349
      Yao Matrix authored
      
      Signed-off-by: default avatarYao, Matrix <matrix.yao@intel.com>
      7a587349
    • Dhruv Nair's avatar
      Fix Custom Code loading (#12378) · 7c54a7b3
      Dhruv Nair authored
      * update
      
      * update
      
      * update
      7c54a7b3
  19. 23 Sep, 2025 1 commit
  20. 22 Sep, 2025 5 commits
  21. 21 Sep, 2025 1 commit
  22. 20 Sep, 2025 1 commit
  23. 18 Sep, 2025 1 commit
  24. 17 Sep, 2025 1 commit
    • DefTruth's avatar
      Fix many type hint errors (#12289) · efb7a299
      DefTruth authored
      * fix hidream type hint
      
      * fix hunyuan-video type hint
      
      * fix many type hint
      
      * fix many type hint errors
      
      * fix many type hint errors
      
      * fix many type hint errors
      
      * make stype & make quality
      efb7a299
  25. 16 Sep, 2025 1 commit
    • Zijian Zhou's avatar
      Fix autoencoder_kl_wan.py bugs for Wan2.2 VAE (#12335) · d06750a5
      Zijian Zhou authored
      * Update autoencoder_kl_wan.py
      
      When using the Wan2.2 VAE, the spatial compression ratio calculated here is incorrect. It should be 16 instead of 8. Pass it in directly via the config to ensure it’s correct here.
      
      * Update autoencoder_kl_wan.py
      d06750a5