1. 07 Mar, 2025 3 commits
    • C's avatar
      Fix Graph Breaks When Compiling CogView4 (#10959) · 6a0137eb
      C authored
      
      
      * Fix Graph Breaks When Compiling CogView4
      
      Eliminate this:
      
      ```
      t]V0304 10:24:23.421000 3131076 torch/_dynamo/guards.py:2813] [0/4] [__recompiles] Recompiling function forward in /home/zeyi/repos/diffusers/src/diffusers/models/transformers/transformer_cogview4.py:374
      V0304 10:24:23.421000 3131076 torch/_dynamo/guards.py:2813] [0/4] [__recompiles]     triggered by the following guard failure(s):
      V0304 10:24:23.421000 3131076 torch/_dynamo/guards.py:2813] [0/4] [__recompiles]     - 0/3: ___check_obj_id(L['self'].rope.freqs_h, 139976127328032)    
      V0304 10:24:23.421000 3131076 torch/_dynamo/guards.py:2813] [0/4] [__recompiles]     - 0/2: ___check_obj_id(L['self'].rope.freqs_h, 139976107780960)    
      V0304 10:24:23.421000 3131076 torch/_dynamo/guards.py:2813] [0/4] [__recompiles]     - 0/1: ___check_obj_id(L['self'].rope.freqs_h, 140022511848960)    
      V0304 10:24:23.421000 3131076 torch/_dynamo/guards.py:2813] [0/4] [__recompiles]     - 0/0: ___check_obj_id(L['self'].rope.freqs_h, 140024081342416)   
      ```
      
      * Update transformer_cogview4.py
      
      * fix cogview4 rotary pos embed
      
      * Apply style fixes
      
      ---------
      Co-authored-by: default avatargithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
      Co-authored-by: default avatarYiYi Xu <yixu310@gmail.com>
      6a0137eb
    • Aryan's avatar
      Hunyuan I2V (#10983) · 2e5203be
      Aryan authored
      * update
      
      * update
      
      * update
      
      * add tests
      
      * update
      
      * add model tests
      
      * update docs
      
      * update
      
      * update example
      
      * fix defaults
      
      * update
      2e5203be
    • yupeng1111's avatar
      fix wan i2v pipeline bugs (#10975) · d55f4110
      yupeng1111 authored
      
      
      * fix wan i2v pipeline bugs
      
      ---------
      Co-authored-by: default avatargithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
      Co-authored-by: default avatarYiYi Xu <yixu310@gmail.com>
      d55f4110
  2. 06 Mar, 2025 4 commits
  3. 04 Mar, 2025 7 commits
  4. 03 Mar, 2025 6 commits
  5. 02 Mar, 2025 3 commits
  6. 27 Feb, 2025 1 commit
  7. 26 Feb, 2025 2 commits
  8. 25 Feb, 2025 3 commits
    • 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
    • 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
  9. 24 Feb, 2025 5 commits
  10. 22 Feb, 2025 1 commit
    • Daniel Regado's avatar
      Comprehensive type checking for `from_pretrained` kwargs (#10758) · 9c7e2051
      Daniel Regado authored
      
      
      * More robust from_pretrained init_kwargs type checking
      
      * Corrected for Python 3.10
      
      * Type checks subclasses and fixed type warnings
      
      * More type corrections and skip tokenizer type checking
      
      * make style && make quality
      
      * Updated docs and types for Lumina pipelines
      
      * Fixed check for empty signature
      
      * changed location of helper functions
      
      * make style
      
      ---------
      Co-authored-by: default avatarhlky <hlky@hlky.ac>
      9c7e2051
  11. 21 Feb, 2025 3 commits
  12. 20 Feb, 2025 2 commits