"vscode:/vscode.git/clone" did not exist on "6a9d57f6cc7a95952ea7b396c75630c0265931e2"
  1. 08 Feb, 2024 1 commit
    • Sayak Paul's avatar
      [IP Adapters] introduce `ip_adapter_image_embeds` in the SD pipeline call (#6868) · aa82df52
      Sayak Paul authored
      
      
      * add: support for passing ip adapter image embeddings
      
      * debugging
      
      * make feature_extractor unloading conditioned on safety_checker
      
      * better condition
      
      * type annotation
      
      * index to look into value slices
      
      * more debugging
      
      * debugging
      
      * serialize embeddings dict
      
      * better conditioning
      
      * remove unnecessary prints.
      
      * Update src/diffusers/loaders/ip_adapter.py
      Co-authored-by: default avatarYiYi Xu <yixu310@gmail.com>
      
      * make fix-copies and styling.
      
      * styling and further copy fixing.
      
      * fix: check_inputs call in controlnet sdxl img2img pipeline
      
      ---------
      Co-authored-by: default avatarYiYi Xu <yixu310@gmail.com>
      aa82df52
  2. 01 Feb, 2024 1 commit
  3. 31 Jan, 2024 1 commit
  4. 29 Jan, 2024 1 commit
  5. 23 Jan, 2024 1 commit
    • 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
  6. 19 Jan, 2024 1 commit
    • elucida's avatar
      refactor: extract init/forward function in UNet2DConditionModel (#6478) · c5441965
      elucida authored
      * - extract function for stage in UNet2DConditionModel init & forward
      - Add new function get_mid_block() to unet_2d_blocks.py
      
      * add type hint to get_mid_block aligned with get_up_block and get_down_block; rename _set_xxx function
      
      * add type hint and  use keyword arguments
      
      * remove `copy from` in versatile diffusion
      c5441965
  7. 10 Jan, 2024 1 commit
  8. 05 Jan, 2024 1 commit
  9. 03 Jan, 2024 1 commit
  10. 28 Dec, 2023 1 commit
  11. 19 Dec, 2023 1 commit
  12. 18 Dec, 2023 1 commit
    • Dhruv Nair's avatar
      Deprecate Pipelines (#6169) · a0c54828
      Dhruv Nair authored
      
      
      * deprecate pipe
      
      * make style
      
      * update
      
      * add deprecation message
      
      * format
      
      * remove tests for deprecated pipelines
      
      * remove deprecation message
      
      * make style
      
      * fix copies
      
      * clean up
      
      * clean
      
      * clean
      
      * clean
      
      * clean up
      
      * clean up
      
      * clean up toctree
      
      * clean up
      
      ---------
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      a0c54828