1. 16 Jan, 2024 4 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
    • Yondon Fu's avatar
      [SVD] Return np.ndarray when output_type="np" (#6507) · 8842bcad
      Yondon Fu authored
      [SVD] Fix output_type="np"
      8842bcad
    • 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
    • SangKim's avatar
      Enable image resizing to adjust its height and width in... · 96d6e165
      SangKim authored
      Enable image resizing to adjust its height and width in StableDiffusionXLInstructPix2PixPipeline (#6581)
      
      * Enable image resizing to adjust its height and width in StableDiffusionXLInstructPix2PixPipeline
      
      * Ensure that validation is performed at every 'validation_step', not at every step
      96d6e165
  2. 15 Jan, 2024 1 commit
    • Sayak Paul's avatar
      [OmegaConf] replace it with `yaml` (#6488) · cb4b3f0b
      Sayak Paul authored
      * remove omegaconf from convert_from_ckpt.
      
      * remove from single_file.
      
      * change to string based ubscription.
      
      * style
      
      * okay
      
      * fix: vae_param
      
      * no . indexing.
      
      * style
      
      * style
      
      * turn getattrs into explicit if/else
      
      * style
      
      * propagate changes to ldm_uncond.
      
      * propagate to gligen
      
      * propagate to if.
      
      * fix: quotes.
      
      * propagate to audioldm.
      
      * propagate to audioldm2
      
      * propagate to musicldm.
      
      * propagate to vq_diffusion
      
      * propagate to zero123.
      
      * remove omegaconf from diffusers codebase.
      cb4b3f0b
  3. 11 Jan, 2024 2 commits
  4. 10 Jan, 2024 3 commits
  5. 09 Jan, 2024 2 commits
  6. 05 Jan, 2024 3 commits
  7. 04 Jan, 2024 1 commit
  8. 03 Jan, 2024 1 commit
  9. 02 Jan, 2024 2 commits
  10. 28 Dec, 2023 1 commit
  11. 27 Dec, 2023 1 commit
  12. 26 Dec, 2023 4 commits
  13. 24 Dec, 2023 1 commit
  14. 21 Dec, 2023 11 commits
  15. 19 Dec, 2023 2 commits
  16. 18 Dec, 2023 1 commit