1. 03 Mar, 2024 2 commits
  2. 01 Mar, 2024 1 commit
  3. 28 Feb, 2024 1 commit
  4. 27 Feb, 2024 2 commits
  5. 25 Feb, 2024 1 commit
  6. 23 Feb, 2024 2 commits
  7. 22 Feb, 2024 1 commit
  8. 19 Feb, 2024 3 commits
  9. 18 Feb, 2024 3 commits
  10. 16 Feb, 2024 1 commit
  11. 12 Feb, 2024 2 commits
  12. 10 Feb, 2024 1 commit
  13. 09 Feb, 2024 1 commit
  14. 08 Feb, 2024 6 commits
  15. 06 Feb, 2024 1 commit
    • Sayak Paul's avatar
      [I2vGenXL] clean up things (#6845) · e6fd9ada
      Sayak Paul authored
      * remove _to_tensor
      
      * remove _to_tensor definition
      
      * remove _collapse_frames_into_batch
      
      * remove lora for not bloating the code.
      
      * remove sample_size.
      
      * simplify code a bit more
      
      * ensure timesteps are always in tensor.
      e6fd9ada
  16. 05 Feb, 2024 2 commits
  17. 01 Feb, 2024 1 commit
  18. 31 Jan, 2024 4 commits
  19. 29 Jan, 2024 1 commit
  20. 28 Jan, 2024 1 commit
  21. 26 Jan, 2024 1 commit
  22. 24 Jan, 2024 2 commits
    • Aryan V S's avatar
      AnimateDiff Video to Video (#6328) · a517f665
      Aryan V S authored
      
      
      * begin animatediff img2video and video2video
      
      * revert animatediff to original implementation
      
      * add img2video as pipeline
      
      * update
      
      * add vid2vid pipeline
      
      * update imports
      
      * update
      
      * remove copied from line for check_inputs
      
      * update
      
      * update examples
      
      * add multi-batch support
      
      * fix __init__.py files
      
      * move img2vid to community
      
      * update community readme and examples
      
      * fix
      
      * make fix-copies
      
      * add vid2vid batch params
      
      * apply suggestions from review
      Co-Authored-By: default avatarDhruv Nair <dhruv.nair@gmail.com>
      
      * add test for animatediff vid2vid
      
      * torch.stack -> torch.cat
      Co-Authored-By: default avatarDhruv Nair <dhruv.nair@gmail.com>
      
      * make style
      
      * docs for vid2vid
      
      * update
      
      * fix prepare_latents
      
      * fix docs
      
      * remove img2vid
      
      * update README to :main
      
      * remove slow test
      
      * refactor pipeline output
      
      * update docs
      
      * update docs
      
      * merge community readme from :main
      
      * final fix i promise
      
      * add support for url in animatediff example
      
      * update example
      
      * update callbacks to latest implementation
      
      * Update src/diffusers/pipelines/animatediff/pipeline_animatediff_video2video.py
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      
      * Update src/diffusers/pipelines/animatediff/pipeline_animatediff_video2video.py
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      
      * fix merge
      
      * Apply suggestions from code review
      
      * remove callback and callback_steps as suggested in review
      
      * Update tests/pipelines/animatediff/test_animatediff_video2video.py
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      
      * fix import error caused due to unet refactor in #6630
      
      * fix numpy import error after tensor2vid refactor in #6626
      
      * make fix-copies
      
      * fix numpy error
      
      * fix progress bar test
      
      ---------
      Co-authored-by: default avatarDhruv Nair <dhruv.nair@gmail.com>
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      a517f665
    • Haofan Wang's avatar
      [Fix bugs] pipeline_controlnet_sd_xl.py (#6653) · c9081a8a
      Haofan Wang authored
      * Update pipeline_controlnet_sd_xl.py
      
      * Update pipeline_controlnet_xs_sd_xl.py
      c9081a8a