1. 02 Jul, 2025 1 commit
  2. 27 Jun, 2025 1 commit
  3. 26 Jun, 2025 2 commits
    • Aryan's avatar
      Kontext fixes (#11815) · d7dd924e
      Aryan authored
      fix
      d7dd924e
    • Aryan's avatar
      Flux Kontext (#11812) · eea76892
      Aryan authored
      * support flux kontext
      
      * make fix-copies
      
      * add example
      
      * add tests
      
      * update docs
      
      * update
      
      * add note on integrity checker
      
      * make fix-copies issue
      
      * add copied froms
      
      * make style
      
      * update repository ids
      
      * more copied froms
      eea76892
  4. 19 Jun, 2025 1 commit
  5. 11 Jun, 2025 1 commit
  6. 10 Jun, 2025 1 commit
  7. 30 May, 2025 1 commit
  8. 19 May, 2025 1 commit
  9. 13 May, 2025 1 commit
  10. 23 Apr, 2025 1 commit
  11. 21 Apr, 2025 1 commit
  12. 09 Apr, 2025 1 commit
  13. 04 Apr, 2025 1 commit
    • Suprhimp's avatar
      [feat]Add strength in flux_fill pipeline (denoising strength for fluxfill) (#10603) · 94f2c48d
      Suprhimp authored
      * [feat]add strength in flux_fill pipeline
      
      * Update src/diffusers/pipelines/flux/pipeline_flux_fill.py
      
      * Update src/diffusers/pipelines/flux/pipeline_flux_fill.py
      
      * Update src/diffusers/pipelines/flux/pipeline_flux_fill.py
      
      * [refactor] refactor after review
      
      * [fix] change comment
      
      * Apply style fixes
      
      * empty
      
      * fix
      
      * update prepare_latents from flux.img2img pipeline
      
      * style
      
      * Update src/diffusers/pipelines/flux/pipeline_flux_fill.py
      
      ---------
      94f2c48d
  14. 20 Mar, 2025 1 commit
  15. 18 Mar, 2025 1 commit
  16. 06 Mar, 2025 2 commits
  17. 03 Mar, 2025 1 commit
  18. 02 Mar, 2025 1 commit
  19. 25 Feb, 2025 1 commit
  20. 18 Feb, 2025 1 commit
    • puhuk's avatar
      Fix max_shift value in flux and related functions to 1.15 (issue #10675) (#10807) · b75b204a
      puhuk authored
      This PR updates the max_shift value in flux to 1.15 for consistency across the codebase. In addition to modifying max_shift in flux, all related functions that copy and use this logic, such as calculate_shift in `src/diffusers/pipelines/stable_diffusion_3/pipeline_stable_diffusion_3_img2img.py`, have also been updated to ensure uniform behavior.
      b75b204a
  21. 27 Jan, 2025 1 commit
  22. 23 Jan, 2025 1 commit
  23. 12 Jan, 2025 2 commits
  24. 09 Jan, 2025 1 commit
  25. 07 Jan, 2025 1 commit
  26. 21 Dec, 2024 2 commits
    • Mehmet Yiğit Özgenç's avatar
      flux controlnet inpaint config bug (#10291) · 233dffdc
      Mehmet Yiğit Özgenç authored
      
      
      * flux controlnet inpaint config bug
      
      * Update src/diffusers/pipelines/flux/pipeline_flux_controlnet_inpainting.py
      
      ---------
      Co-authored-by: default avataryigitozgenc <yigit@quantuslabs.ai>
      Co-authored-by: default avatarhlky <hlky@hlky.ac>
      233dffdc
    • hlky's avatar
      Support Flux IP Adapter (#10261) · be207099
      hlky authored
      
      
      * Flux IP-Adapter
      
      * test cfg
      
      * make style
      
      * temp remove copied from
      
      * fix test
      
      * fix test
      
      * v2
      
      * fix
      
      * make style
      
      * temp remove copied from
      
      * Apply suggestions from code review
      Co-authored-by: default avatarYiYi Xu <yixu310@gmail.com>
      
      * Move encoder_hid_proj to inside FluxTransformer2DModel
      
      * merge
      
      * separate encode_prompt, add copied from, image_encoder offload
      
      * make
      
      * fix test
      
      * fix
      
      * Update src/diffusers/pipelines/flux/pipeline_flux.py
      
      * test_flux_prompt_embeds change not needed
      
      * true_cfg -> true_cfg_scale
      
      * fix merge conflict
      
      * test_flux_ip_adapter_inference
      
      * add fast test
      
      * FluxIPAdapterMixin not test mixin
      
      * Update pipeline_flux.py
      Co-authored-by: default avatarYiYi Xu <yixu310@gmail.com>
      
      ---------
      Co-authored-by: default avatarYiYi Xu <yixu310@gmail.com>
      be207099
  27. 18 Dec, 2024 1 commit
  28. 04 Dec, 2024 1 commit
  29. 02 Dec, 2024 1 commit
  30. 23 Nov, 2024 1 commit
  31. 21 Nov, 2024 1 commit
  32. 20 Nov, 2024 1 commit
  33. 14 Nov, 2024 1 commit
    • Sam's avatar
      Update pipeline_flux_img2img.py (#9928) · 5c94937d
      Sam authored
      * Update pipeline_flux_img2img.py
      
      Added FromSingleFileMixin to this pipeline loader like the other FLUX pipelines.
      
      * Update pipeline_flux_img2img.py
      
      typo
      
      * modified:   src/diffusers/pipelines/flux/pipeline_flux_img2img.py
      5c94937d
  34. 08 Nov, 2024 1 commit
  35. 07 Nov, 2024 2 commits