1. 03 Mar, 2025 4 commits
    • Teriks's avatar
      Fix SD2.X clip single file load projection_dim (#10770) · 9e910c46
      Teriks authored
      
      
      * Fix SD2.X clip single file load projection_dim
      
      Infer projection_dim from the checkpoint before loading
      from pretrained, override any incorrect hub config.
      
      Hub configuration for SD2.X specifies projection_dim=512
      which is incorrect for SD2.X checkpoints loaded from civitai
      and similar.
      
      Exception was previously thrown upon attempting to
      load_model_dict_into_meta for SD2.X single file checkpoints.
      
      Such LDM models usually require projection_dim=1024
      
      * convert_open_clip_checkpoint use hidden_size for text_proj_dim
      
      * convert_open_clip_checkpoint, revert checkpoint[text_proj_key].shape[1] -> [0]
      
      values are identical
      
      ---------
      Co-authored-by: default avatarTeriks <Teriks@users.noreply.github.com>
      Co-authored-by: default avatarDhruv Nair <dhruv.nair@gmail.com>
      9e910c46
    • Bubbliiiing's avatar
      Add EasyAnimateV5.1 text-to-video, image-to-video, control-to-video generation model (#10626) · 5e3b7d2d
      Bubbliiiing authored
      
      
      * Update EasyAnimate V5.1
      
      * Add docs && add tests && Fix comments problems in transformer3d and vae
      
      * delete comments and remove useless import
      
      * delete process
      
      * Update EXAMPLE_DOC_STRING
      
      * rename transformer file
      
      * make fix-copies
      
      * make style
      
      * refactor pt. 1
      
      * update toctree.yml
      
      * add model tests
      
      * Update layer_norm for norm_added_q and norm_added_k in Attention
      
      * Fix processor problem
      
      * refactor vae
      
      * Fix problem in comments
      
      * refactor tiling; remove einops dependency
      
      * fix docs path
      
      * make fix-copies
      
      * Update src/diffusers/pipelines/easyanimate/pipeline_easyanimate_control.py
      
      * update _toctree.yml
      
      * fix test
      
      * update
      
      * update
      
      * update
      
      * make fix-copies
      
      * fix tests
      
      ---------
      Co-authored-by: default avatarAryan <aryan@huggingface.co>
      Co-authored-by: default avatarAryan <contact.aryanvs@gmail.com>
      Co-authored-by: default avatarYiYi Xu <yixu310@gmail.com>
      Co-authored-by: default avatarDhruv Nair <dhruv.nair@gmail.com>
      5e3b7d2d
    • Sayak Paul's avatar
      [Tests] Remove more encode prompts tests (#10942) · 7513162b
      Sayak Paul authored
      * fix-copies went uncaught it seems.
      
      * remove more unneeded encode_prompt() tests
      
      * Revert "fix-copies went uncaught it seems."
      
      This reverts commit eefb302791172a4fb8ef008e400f94878de2c6c9.
      
      * empty
      7513162b
    • Sayak Paul's avatar
      [chore] fix-copies to flux pipelines (#10941) · 4aaa0d21
      Sayak Paul authored
      fix-copies went uncaught it seems.
      4aaa0d21
  2. 02 Mar, 2025 4 commits
  3. 01 Mar, 2025 1 commit
  4. 28 Feb, 2025 1 commit
  5. 27 Feb, 2025 3 commits
  6. 26 Feb, 2025 3 commits
  7. 25 Feb, 2025 5 commits
    • Yih-Dar's avatar
      Security fix (#10905) · f0ac7aaa
      Yih-Dar authored
      
      
      fix
      Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
      f0ac7aaa
    • CyberVy's avatar
      Fix Callback Tensor Inputs of the SDXL Controlnet Inpaint and Img2img... · 613e77f8
      CyberVy authored
      Fix Callback Tensor Inputs of the SDXL Controlnet Inpaint and Img2img Pipelines are missing "controlnet_image". (#10880)
      
      * Update pipeline_controlnet_inpaint_sd_xl.py
      
      * Update pipeline_controlnet_sd_xl_img2img.py
      
      * Update pipeline_controlnet_union_inpaint_sd_xl.py
      
      * Update pipeline_controlnet_union_sd_xl_img2img.py
      
      * Update pipeline_controlnet_inpaint_sd_xl.py
      
      * Update pipeline_controlnet_sd_xl_img2img.py
      
      * Update pipeline_controlnet_union_inpaint_sd_xl.py
      
      * Update pipeline_controlnet_union_sd_xl_img2img.py
      
      * Apply make style and make fix-copies fixes
      
      * Update geodiff_molecule_conformation.ipynb
      
      * Delete examples/research_projects/geodiff/geodiff_molecule_conformation.ipynb
      
      * Delete examples/research_projects/gligen/demo.ipynb
      
      * Create geodiff_molecule_conformation.ipynb
      
      * Create demo.ipynb
      
      * Update geodiff_molecule_conformation.ipynb
      
      * Update geodiff_molecule_conformation.ipynb
      
      * Delete examples/research_projects/geodiff/geodiff_molecule_conformation.ipynb
      
      * Add files via upload
      
      * Delete src/diffusers/pipelines/controlnet/pipeline_controlnet_inpaint.py
      
      * Add files via upload
      613e77f8
    • Daniel Regado's avatar
      Multi IP-Adapter for Flux pipelines (#10867) · 1450c2ac
      Daniel Regado authored
      
      
      * Initial implementation of Flux multi IP-Adapter
      
      * Update src/diffusers/pipelines/flux/pipeline_flux.py
      Co-authored-by: default avatarhlky <hlky@hlky.ac>
      
      * Update src/diffusers/pipelines/flux/pipeline_flux.py
      Co-authored-by: default avatarhlky <hlky@hlky.ac>
      
      * Changes for ipa image embeds
      
      * Update src/diffusers/pipelines/flux/pipeline_flux.py
      Co-authored-by: default avatarhlky <hlky@hlky.ac>
      
      * Update src/diffusers/pipelines/flux/pipeline_flux.py
      Co-authored-by: default avatarhlky <hlky@hlky.ac>
      
      * make style && make quality
      
      * Updated ip_adapter test
      
      * Created typing_utils.py
      
      ---------
      Co-authored-by: default avatarhlky <hlky@hlky.ac>
      1450c2ac
    • Dhruv Nair's avatar
      [CI] Improvements to conditional GPU PR tests (#10859) · cc7b5b87
      Dhruv Nair authored
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * test
      
      * test
      
      * test
      
      * test
      
      * test
      
      * test
      
      * test
      
      * test
      
      * test
      
      * test
      
      * test
      
      * test
      
      * update
      cc7b5b87
    • Aryan's avatar
      [refactor] Remove additional Flux code (#10881) · 04047032
      Aryan authored
      
      
      * update
      
      * apply review suggestions
      
      ---------
      Co-authored-by: default avatarDhruv Nair <dhruv.nair@gmail.com>
      04047032
  8. 24 Feb, 2025 10 commits
  9. 22 Feb, 2025 2 commits
  10. 21 Feb, 2025 7 commits