1. 19 Nov, 2025 1 commit
    • Pratim Dasude's avatar
      Community Pipeline: FluxFillControlNetInpaintPipeline for FLUX Fill-Based... · d5da453d
      Pratim Dasude authored
      Community Pipeline: FluxFillControlNetInpaintPipeline for FLUX Fill-Based Inpainting with ControlNet (#12649)
      
      * new flux fill controlnet inpaint pipline
      
      * Delete src/diffusers/pipelines/flux/pipline_flux_fill_controlnet_Inpaint.py
      
      deleting from main flux pipeline
      
      * Fluc_fill_controlnet community pipline
      
      * Update README.md
      
      * Apply style fixes
      d5da453d
  2. 12 Nov, 2025 1 commit
    • Quentin Gallouédec's avatar
      ArXiv -> HF Papers (#12583) · f3db38c1
      Quentin Gallouédec authored
      * Update pipeline_skyreels_v2_i2v.py
      
      * Update README.md
      
      * Update torch_utils.py
      
      * Update torch_utils.py
      
      * Update guider_utils.py
      
      * Update pipeline_ltx.py
      
      * Update pipeline_bria.py
      
      * Apply suggestion from @qgallouedec
      
      * Update autoencoder_kl_qwenimage.py
      
      * Update pipeline_prx.py
      
      * Update pipeline_wan_vace.py
      
      * Update pipeline_skyreels_v2.py
      
      * Update pipeline_skyreels_v2_diffusion_forcing.py
      
      * Update pipeline_bria_fibo.py
      
      * Update pipeline_skyreels_v2_diffusion_forcing_i2v.py
      
      * Update pipeline_ltx_condition.py
      
      * Update pipeline_ltx_image2video.py
      
      * Update regional_prompting_stable_diffusion.py
      
      * make style
      
      * style
      
      * style
      f3db38c1
  3. 10 Nov, 2025 1 commit
  4. 17 Oct, 2025 1 commit
  5. 30 Sep, 2025 1 commit
  6. 11 Sep, 2025 1 commit
  7. 27 Aug, 2025 1 commit
  8. 25 Aug, 2025 1 commit
  9. 19 Aug, 2025 1 commit
  10. 29 Jul, 2025 1 commit
  11. 09 Jul, 2025 1 commit
  12. 26 Jun, 2025 1 commit
  13. 19 Jun, 2025 1 commit
  14. 13 Jun, 2025 1 commit
  15. 09 Jun, 2025 1 commit
    • Philip Brown's avatar
      Add community class StableDiffusionXL_T5Pipeline (#11626) · 6c7fad7e
      Philip Brown authored
      * Add community class StableDiffusionXL_T5Pipeline
      Will be used with base model opendiffusionai/stablediffusionxl_t5
      
      * Changed pooled_embeds to use projection instead of slice
      
      * "make style" tweaks
      
      * Added comments to top of code
      
      * Apply style fixes
      6c7fad7e
  16. 20 May, 2025 1 commit
  17. 19 May, 2025 1 commit
  18. 01 May, 2025 1 commit
  19. 30 Apr, 2025 1 commit
  20. 24 Apr, 2025 1 commit
  21. 23 Apr, 2025 1 commit
  22. 18 Apr, 2025 1 commit
    • Kazuki Yoda's avatar
      Fix: `StableDiffusionXLControlNetAdapterInpaintPipeline` incorrectly inherited... · ef47726e
      Kazuki Yoda authored
      Fix: `StableDiffusionXLControlNetAdapterInpaintPipeline` incorrectly inherited `StableDiffusionLoraLoaderMixin` (#11357)
      
      Fix: Inherit `StableDiffusionXLLoraLoaderMixin`
      
      `StableDiffusionXLControlNetAdapterInpaintPipeline`
      used to incorrectly inherit
      `StableDiffusionLoraLoaderMixin`
      instead of `StableDiffusionXLLoraLoaderMixin`
      ef47726e
  23. 15 Apr, 2025 1 commit
  24. 09 Apr, 2025 1 commit
  25. 05 Apr, 2025 1 commit
  26. 02 Apr, 2025 1 commit
  27. 31 Mar, 2025 1 commit
  28. 20 Mar, 2025 1 commit
  29. 11 Mar, 2025 1 commit
  30. 07 Mar, 2025 1 commit
    • Kinam Kim's avatar
      Add STG to community pipelines (#10960) · b38450d5
      Kinam Kim authored
      
      
      * Support STG for video pipelines
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update pipeline_stg_cogvideox.py
      
      * Update pipeline_stg_hunyuan_video.py
      
      * Update pipeline_stg_ltx.py
      
      * Update pipeline_stg_ltx_image2video.py
      
      * Update pipeline_stg_mochi.py
      
      * Update pipeline_stg_hunyuan_video.py
      
      * Update pipeline_stg_ltx.py
      
      * Update pipeline_stg_ltx_image2video.py
      
      * Update pipeline_stg_mochi.py
      
      * update
      
      * remove rescaling
      
      * Apply style fixes
      
      ---------
      Co-authored-by: default avatargithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
      b38450d5
  31. 06 Mar, 2025 1 commit
  32. 04 Mar, 2025 1 commit
  33. 24 Feb, 2025 1 commit
  34. 20 Feb, 2025 1 commit
  35. 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
  36. 12 Feb, 2025 1 commit
    • Eliseu Silva's avatar
      fix: [Community pipeline] Fix flattened elements on image (#10774) · 051ebc3c
      Eliseu Silva authored
      * feat: new community mixture_tiling_sdxl pipeline for SDXL mixture-of-diffusers support
      
      * fix use of variable latents to tile_latents
      
      * removed references to modules that are not being used in this pipeline
      
      * make style, make quality
      
      * fixfeat: added _get_crops_coords_list function to pipeline to automatically define ctop,cleft coord to focus on image generation, helps to better harmonize the image and corrects the problem of flattened elements.
      051ebc3c
  37. 11 Feb, 2025 1 commit
  38. 04 Feb, 2025 1 commit
  39. 28 Jan, 2025 2 commits