1. 19 Jun, 2025 1 commit
  2. 11 Jun, 2025 1 commit
  3. 10 Jun, 2025 1 commit
  4. 30 May, 2025 1 commit
  5. 19 May, 2025 1 commit
  6. 13 May, 2025 1 commit
  7. 23 Apr, 2025 1 commit
  8. 21 Apr, 2025 1 commit
  9. 09 Apr, 2025 1 commit
  10. 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
  11. 20 Mar, 2025 1 commit
  12. 18 Mar, 2025 1 commit
  13. 06 Mar, 2025 2 commits
  14. 03 Mar, 2025 1 commit
  15. 02 Mar, 2025 1 commit
  16. 25 Feb, 2025 1 commit
  17. 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
  18. 27 Jan, 2025 1 commit
  19. 23 Jan, 2025 1 commit
  20. 12 Jan, 2025 2 commits
  21. 09 Jan, 2025 1 commit
  22. 07 Jan, 2025 1 commit
  23. 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
  24. 18 Dec, 2024 1 commit
  25. 04 Dec, 2024 1 commit
  26. 02 Dec, 2024 1 commit
  27. 23 Nov, 2024 1 commit
  28. 21 Nov, 2024 1 commit
  29. 20 Nov, 2024 1 commit
  30. 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
  31. 08 Nov, 2024 1 commit
  32. 07 Nov, 2024 2 commits
  33. 25 Oct, 2024 2 commits
  34. 23 Oct, 2024 1 commit
  35. 21 Oct, 2024 1 commit