1. 07 Mar, 2025 6 commits
  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 2 commits