1. 23 Mar, 2025 1 commit
    • Yuxuan Zhang's avatar
      Modify the implementation of retrieve_timesteps in CogView4-Control. (#11125) · 1d37f420
      Yuxuan Zhang authored
      
      
      * 1
      
      * change to channel 1
      
      * cogview4 control training
      
      * add CacheMixin
      
      * 1
      
      * remove initial_input_channels change for val
      
      * 1
      
      * update
      
      * use 3.5
      
      * new loss
      
      * 1
      
      * use imagetoken
      
      * for megatron convert
      
      * 1
      
      * train con and uc
      
      * 2
      
      * remove guidance_scale
      
      * Update pipeline_cogview4_control.py
      
      * fix
      
      * use cogview4 pipeline with timestep
      
      * update shift_factor
      
      * remove the uncond
      
      * add max length
      
      * change convert and use GLMModel instead of GLMForCasualLM
      
      * fix
      
      * [cogview4] Add attention mask support to transformer model
      
      * [fix] Add attention mask for padded token
      
      * update
      
      * remove padding type
      
      * Update train_control_cogview4.py
      
      * resolve conflicts with #10981
      
      * add control convert
      
      * use control format
      
      * fix
      
      * add missing import
      
      * update with cogview4 formate
      
      * make style
      
      * Update pipeline_cogview4_control.py
      
      * Update pipeline_cogview4_control.py
      
      * remove
      
      * Update pipeline_cogview4_control.py
      
      * put back
      
      * Apply style fixes
      
      ---------
      Co-authored-by: default avatarOleehyO <leehy0357@gmail.com>
      Co-authored-by: default avataryiyixuxu <yixu310@gmail.com>
      Co-authored-by: default avatargithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
      1d37f420
  2. 21 Mar, 2025 4 commits
  3. 20 Mar, 2025 2 commits
  4. 19 Mar, 2025 1 commit
  5. 18 Mar, 2025 2 commits
  6. 17 Mar, 2025 1 commit
  7. 15 Mar, 2025 2 commits
  8. 13 Mar, 2025 1 commit
  9. 12 Mar, 2025 1 commit
  10. 10 Mar, 2025 2 commits
  11. 07 Mar, 2025 3 commits
  12. 06 Mar, 2025 2 commits
  13. 04 Mar, 2025 3 commits
  14. 03 Mar, 2025 4 commits
  15. 02 Mar, 2025 2 commits
  16. 27 Feb, 2025 1 commit
  17. 26 Feb, 2025 2 commits
  18. 25 Feb, 2025 2 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
  19. 24 Feb, 2025 2 commits
  20. 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
  21. 21 Feb, 2025 1 commit