1. 26 Jan, 2024 6 commits
  2. 25 Jan, 2024 1 commit
  3. 24 Jan, 2024 3 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
    • Brandon Strong's avatar
      SD 1.5 Support For Advanced Lora Training (train_dreambooth_lora_sdxl_advanced.py) (#6449) · 16748d1e
      Brandon Strong authored
      
      
      * sd1.5 support in separate script
      
      A quick adaptation to support people interested in using this method on 1.5 models.
      
      * sd15 prompt text encoding and unet conversions
      
      as per @linoytsaban 's recommendations. Testing would be appreciated,
      
      * Readability and quality improvements
      
      Removed some mentions of SDXL, and some arguments that don't apply to sd 1.5, and cleaned up some comments.
      
      * make style/quality commands
      
      * tracker rename and run-it doc
      
      * Update examples/advanced_diffusion_training/train_dreambooth_lora_sd15_advanced.py
      
      * Update examples/advanced_diffusion_training/train_dreambooth_lora_sd15_advanced.py
      
      ---------
      Co-authored-by: default avatarLinoy Tsaban <57615435+linoytsaban@users.noreply.github.com>
      16748d1e
    • 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
  4. 23 Jan, 2024 8 commits
  5. 22 Jan, 2024 5 commits
  6. 20 Jan, 2024 1 commit
  7. 19 Jan, 2024 6 commits
  8. 18 Jan, 2024 1 commit
  9. 17 Jan, 2024 5 commits
  10. 16 Jan, 2024 4 commits
    • Bhavay Malhotra's avatar
      Update installation.md (#6438) · dd631683
      Bhavay Malhotra authored
      * Update installation.md
      
      * Update installation.md
      
      * Update installation.md
      dd631683
    • Celestial Phineas's avatar
      [Fix] Multiple image conditionings in a single batch for... · 1040dfd9
      Celestial Phineas authored
      
      [Fix] Multiple image conditionings in a single batch for `StableDiffusionControlNetPipeline` (#6334)
      
      * [Fix] Multiple image conditionings in a single batch for `StableDiffusionControlNetPipeline`.
      
      * Refactor `check_inputs` in `StableDiffusionControlNetPipeline` to avoid redundant codes.
      
      * Make the behavior of MultiControlNetModel to be the same to the original ControlNetModel
      
      * Keep the code change minimum for nested list support
      
      * Add fast test `test_inference_nested_image_input`
      
      * Remove redundant check for nested image condition in `check_inputs`
      
      Remove `len(image) == len(prompt)` check out of `check_image()`
      Co-authored-by: default avatarYiYi Xu <yixu310@gmail.com>
      
      * Better `ValueError` message for incompatible nested image list size
      Co-authored-by: default avatarYiYi Xu <yixu310@gmail.com>
      
      * Fix syntax error in `check_inputs`
      
      * Remove warning message for multi-ControlNets with multiple prompts
      
      * Fix a typo in test_controlnet.py
      Co-authored-by: default avatarYiYi Xu <yixu310@gmail.com>
      
      * Add test case for multiple prompts, single image conditioning in `StableDiffusionMultiControlNetPipelineFastTests`
      
      * Improved `ValueError` message for nested `controlnet_conditioning_scale`
      
      * Documenting the behavior of image list as `StableDiffusionControlNetPipeline` input
      
      ---------
      Co-authored-by: default avatarYiYi Xu <yixu310@gmail.com>
      1040dfd9
    • Sayak Paul's avatar
      remove omegaconf from the residues 👋 (#6600) · 49a4b377
      Sayak Paul authored
      remove omegaconf 👋
      49a4b377
    • JuanCarlosPi's avatar
      Change in ip-adapter docs. CLIPVisionModelWithProjection should be im… (#6597) · dff35a86
      JuanCarlosPi authored
      Change in ip-adapter docs. CLIPVisionModelWithProjection should be imported from transformers, not diffusers
      dff35a86