1. 14 Feb, 2024 1 commit
  2. 12 Feb, 2024 1 commit
  3. 08 Feb, 2024 1 commit
  4. 06 Feb, 2024 1 commit
    • Félix Sanz's avatar
      fix: typo in callback function name and property (#6834) · 17612de4
      Félix Sanz authored
      * fix: callback function name is incorrect
      
      On this tutorial there is a function defined and then used inside `callback_on_step_end` argument, but the name was not correct (mismatch)
      
      * fix: typo in num_timestep (correct is num_timesteps)
      
      fixed property name
      17612de4
  5. 05 Feb, 2024 1 commit
  6. 31 Jan, 2024 4 commits
  7. 29 Jan, 2024 2 commits
  8. 26 Jan, 2024 1 commit
  9. 25 Jan, 2024 1 commit
  10. 24 Jan, 2024 1 commit
    • 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
  11. 23 Jan, 2024 3 commits
    • Yasuna's avatar
      [Docs] update: tutorials ja | AUTOPIPELINE.md (#6629) · 0eb68d9d
      Yasuna authored
      * add en file
      
      * translate 1-118 lines
      
      * add text
      
      * add toctree
      
      * fix
      
      * fix typo
      
      * fix link
      0eb68d9d
    • Dhruv Nair's avatar
      [Refactor] Update from single file (#6428) · fee93c81
      Dhruv Nair authored
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update'
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * up
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * up
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update'
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * clean
      
      * update
      
      * update
      
      * clean up
      
      * clean up
      
      * update
      
      * clean
      
      * clean
      
      * update
      
      * updaet
      
      * clean up
      
      * fix docs
      
      * update
      
      * update
      
      * Revert "update"
      
      This reverts commit dbfb8f1ea9c61a2b4e02f926245be2b3d387e577.
      
      * update
      
      * update
      
      * update
      
      * update
      
      * fix controlnet
      
      * fix scheduler
      
      * fix controlnet tests
      fee93c81
    • Sayak Paul's avatar
      [Big refactor] move unets to `unets` module 🦋 (#6630) · 1f0705ad
      Sayak Paul authored
      * move unets to  module 🦋
      
      * parameterize unet-level import.
      
      * fix flax unet2dcondition model import
      
      * models __init__
      
      * mildly depcrecating models.unet_2d_blocks in favor of models.unets.unet_2d_blocks.
      
      * noqa
      
      * correct depcrecation behaviour
      
      * inherit from the actual classes.
      
      * Empty-Commit
      
      * backwards compatibility for unet_2d.py
      
      * backward compatibility for unet_2d_condition
      
      * bc for unet_1d
      
      * bc for unet_1d_blocks
      1f0705ad
  12. 17 Jan, 2024 2 commits
  13. 16 Jan, 2024 3 commits
  14. 15 Jan, 2024 1 commit
  15. 10 Jan, 2024 3 commits
  16. 09 Jan, 2024 3 commits
  17. 08 Jan, 2024 1 commit
    • Yasuna's avatar
      [Docs] update: tutorials ja | INDEX.md, TUTORIAL_OVERVIEW.md, TOCTREE.yml (#6338) · 6ae7e811
      Yasuna authored
      * add tutorials to toctree.yml
      
      * fix title
      
      * fix words
      
      * add overview ja
      
      * fix diffusion to 拡散
      
      * fix line 21
      
      * add space
      
      * delete supported pipline
      
      * fix tutorial_overview.md
      
      * fix space
      
      * fix typo
      
      * Delete docs/source/ja/tutorials/using_peft_for_inference.md
      
      this file is not translated
      
      * Delete docs/source/ja/tutorials/basic_training.md
      
      this file is not translated
      
      * Delete docs/source/ja/tutorials/autopipeline.md
      
      this file is not translated
      
      * fix toctree
      6ae7e811
  18. 06 Jan, 2024 1 commit
  19. 05 Jan, 2024 3 commits
  20. 04 Jan, 2024 2 commits
  21. 02 Jan, 2024 1 commit
  22. 31 Dec, 2023 1 commit
  23. 29 Dec, 2023 1 commit
  24. 28 Dec, 2023 1 commit