1. 13 Mar, 2024 1 commit
  2. 09 Mar, 2024 2 commits
  3. 03 Mar, 2024 1 commit
  4. 01 Mar, 2024 1 commit
  5. 28 Feb, 2024 1 commit
  6. 25 Feb, 2024 1 commit
  7. 23 Feb, 2024 1 commit
  8. 19 Feb, 2024 2 commits
  9. 18 Feb, 2024 1 commit
  10. 16 Feb, 2024 1 commit
  11. 08 Feb, 2024 2 commits
  12. 01 Feb, 2024 1 commit
  13. 31 Jan, 2024 1 commit
  14. 24 Jan, 2024 1 commit
  15. 22 Jan, 2024 1 commit
  16. 16 Jan, 2024 2 commits
    • 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
    • Dong's avatar
      🐛 fix ip-adapter controlnet img2img missing code (#6528) · 814f56d2
      Dong authored
      * 🐛 fix ip-adapter controlnet img2img missing code
      
      * 📝 edit test
      
      * 📝 edit test
      
      * 📝 run make style and quality
      
      * 🎨 remove slow tests
      814f56d2
  17. 10 Jan, 2024 1 commit
  18. 24 Dec, 2023 1 commit
  19. 19 Dec, 2023 1 commit
  20. 14 Dec, 2023 1 commit
  21. 09 Dec, 2023 1 commit
  22. 04 Dec, 2023 1 commit
    • takuoko's avatar
      [Feature] Support IP-Adapter Plus (#5915) · 0a08d419
      takuoko authored
      
      
      * Support IP-Adapter Plus
      
      * fix format
      
      * restore before black format
      
      * restore before black format
      
      * generic
      
      * Refactor PerceiverAttention
      
      * format
      
      * fix test and refactor PerceiverAttention
      
      * generic encode_image
      
      * keep attention implementation
      
      * merge tests
      
      * encode_image backward compatible
      
      * code quality
      
      * fix controlnet inpaint pipeline
      
      * refactor FFN
      
      * refactor FFN
      
      ---------
      Co-authored-by: default avatarYiYi Xu <yixu310@gmail.com>
      0a08d419
  23. 29 Nov, 2023 1 commit
  24. 27 Nov, 2023 2 commits
    • Patrick von Platen's avatar
      [Vae] Make sure all vae's work with latent diffusion models (#5880) · e550163b
      Patrick von Platen authored
      * add comments to explain the code better
      
      * add comments to explain the code better
      
      * add comments to explain the code better
      
      * add comments to explain the code better
      
      * add comments to explain the code better
      
      * fix more
      
      * fix more
      
      * fix more
      
      * fix more
      
      * fix more
      
      * fix more
      e550163b
    • dg845's avatar
      Add Custom Timesteps Support to LCMScheduler and Supported Pipelines (#5874) · 67d07074
      dg845 authored
      * Add custom timesteps support to LCMScheduler.
      
      * Add custom timesteps support to StableDiffusionPipeline.
      
      * Add custom timesteps support to StableDiffusionXLPipeline.
      
      * Add custom timesteps support to remaining Stable Diffusion pipelines which support LCMScheduler (img2img, inpaint).
      
      * Add custom timesteps support to remaining Stable Diffusion XL pipelines which support LCMScheduler (img2img, inpaint).
      
      * Add custom timesteps support to StableDiffusionControlNetPipeline.
      
      * Add custom timesteps support to T21 Stable Diffusion (XL) Adapters.
      
      * Clean up Stable Diffusion inpaint tests.
      
      * Manually add support for custom timesteps to AltDiffusion pipelines since make fix-copies doesn't appear to work correctly (it deletes the whole pipeline).
      
      * make style
      
      * Refactor pipeline timestep handling into the retrieve_timesteps function.
      67d07074
  25. 21 Nov, 2023 2 commits
  26. 20 Nov, 2023 1 commit
  27. 16 Nov, 2023 1 commit
  28. 10 Nov, 2023 1 commit
  29. 09 Nov, 2023 1 commit
  30. 03 Nov, 2023 1 commit
  31. 01 Nov, 2023 1 commit
  32. 25 Oct, 2023 2 commits
  33. 23 Oct, 2023 1 commit