1. 17 Oct, 2025 1 commit
  2. 27 Aug, 2025 1 commit
  3. 04 Dec, 2024 1 commit
  4. 03 Dec, 2024 1 commit
  5. 16 Sep, 2024 1 commit
  6. 08 Aug, 2024 1 commit
  7. 03 Aug, 2024 1 commit
  8. 24 Jun, 2024 1 commit
  9. 18 Jun, 2024 1 commit
  10. 24 May, 2024 1 commit
  11. 20 Mar, 2024 1 commit
  12. 14 Mar, 2024 1 commit
    • M. Tolga Cangöz's avatar
      [`Tests`] Update a deprecated parameter in test files and fix several typos (#7277) · 5d848ec0
      M. Tolga Cangöz authored
      * Add properties and `IPAdapterTesterMixin` tests for `StableDiffusionPanoramaPipeline`
      
      * Fix variable name typo and update comments
      
      * Update deprecated `output_type="numpy"` to "np" in test files
      
      * Discard changes to src/diffusers/pipelines/stable_diffusion_panorama/pipeline_stable_diffusion_panorama.py
      
      * Update test_stable_diffusion_panorama.py
      
      * Update numbers in README.md
      
      * Update get_guidance_scale_embedding method to use timesteps instead of w
      
      * Update number of checkpoints in README.md
      
      * Add type hints and fix var name
      
      * Fix PyTorch's convention for inplace functions
      
      * Fix a typo
      
      * Revert "Fix PyTorch's convention for inplace functions"
      
      This reverts commit 74350cf65b2c9aa77f08bec7937d7a8b13edb509.
      
      * Fix typos
      
      * Indent
      
      * Refactor get_guidance_scale_embedding method in LEditsPPPipelineStableDiffusionXL class
      5d848ec0
  13. 22 Jan, 2024 1 commit
  14. 11 Dec, 2023 1 commit
  15. 16 Nov, 2023 1 commit
  16. 14 Nov, 2023 1 commit
  17. 11 Sep, 2023 1 commit
  18. 29 Jul, 2023 1 commit
  19. 17 Jul, 2023 1 commit
    • Kadir Nar's avatar
      📝 Update doc with more descriptive title and filename for "IF" section (#4049) · 39299546
      Kadir Nar authored
      * 📝 Update doc with more descriptive title and filename for "IF" section
      
      Updated the documentation to provide a more descriptive title and filename for the "IF" section. Previously, having only "IF" as the title was not conveying a clear meaning. By renaming the section to "DeepFloyd IF," we provide users with a more informative and context-specific heading.
      
      Thanks! 🙌
      
      * 📝 Update name for "IF" section in 📝 Update name for "IF" section in README
      
      Updated the link and name for the "IF" section in the README file to reflect the new heading "DeepFloyd IF."
      
      * 📝 Fix broken link for "Instruct Pix2Pix" section in README
      
      Fixed the broken link for the "Instruct Pix2Pix" section in the README file. Previously, the link was pointing to an incorrect location due to the presence of "stable_diffusion" in the URL. By removing "stable_diffusion" from the URL, I have corrected the error and ensured that users are directed to the correct section.
      
      * 🔧💼 Updated parameters in _toctree.yml file
      
      - ️ Updated 'local' parameter to 'api/pipelines/deepfloyd_if'.
      - ️ Updated 'title' parameter to 'DeepFloyd IF'.
      
      🎯 These changes aim to improve visibility and accessibility in the documentation of the DeepFloyd IF pipeline. 🚀📚
      39299546
  20. 13 Jul, 2023 1 commit
  21. 12 Jun, 2023 1 commit
  22. 06 Jun, 2023 1 commit
    • Patrick von Platen's avatar
      Add draft for lora text encoder scale (#3626) · 74fd735e
      Patrick von Platen authored
      
      
      * Add draft for lora text encoder scale
      
      * Improve naming
      
      * fix: training dreambooth lora script.
      
      * Apply suggestions from code review
      
      * Update examples/dreambooth/train_dreambooth_lora.py
      
      * Apply suggestions from code review
      
      * Apply suggestions from code review
      
      * add lora mixin when fit
      
      * add lora mixin when fit
      
      * add lora mixin when fit
      
      * fix more
      
      * fix more
      
      ---------
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      74fd735e
  23. 30 May, 2023 2 commits
  24. 23 May, 2023 3 commits
  25. 18 Mar, 2023 1 commit
  26. 14 Mar, 2023 1 commit
  27. 10 Mar, 2023 1 commit
  28. 09 Mar, 2023 1 commit
  29. 06 Mar, 2023 1 commit
  30. 17 Jan, 2023 1 commit
  31. 06 Jan, 2023 1 commit
  32. 20 Dec, 2022 1 commit
    • Dhruv Naik's avatar
      Add Flax stable diffusion img2img pipeline (#1355) · a9190bad
      Dhruv Naik authored
      
      
      * add flax img2img pipeline
      
      * update pipeline
      
      * black format file
      
      * remove argg from get_timesteps
      
      * update get_timesteps
      
      * fix bug: make use of timesteps for for_loop
      
      * black file
      
      * black, isort, flake8
      
      * update docstring
      
      * update readme
      
      * update flax img2img readme
      
      * update sd pipeline init
      
      * Update src/diffusers/pipelines/stable_diffusion/pipeline_flax_stable_diffusion_img2img.py
      Co-authored-by: default avatarPedro Cuenca <pedro@huggingface.co>
      
      * Update src/diffusers/pipelines/stable_diffusion/pipeline_flax_stable_diffusion_img2img.py
      Co-authored-by: default avatarPedro Cuenca <pedro@huggingface.co>
      
      * update inits
      
      * revert change
      
      * update var name to image, typo
      
      * update readme
      
      * return new t_start instead of modified timestep
      
      * black format
      
      * isort files
      
      * update docs
      
      * fix-copies
      
      * update prng_seed typing
      Co-authored-by: default avatarPedro Cuenca <pedro@huggingface.co>
      a9190bad
  33. 17 Dec, 2022 1 commit
  34. 14 Dec, 2022 2 commits
  35. 01 Dec, 2022 1 commit
    • fboulnois's avatar
      Standardize on using `image` argument in all pipelines (#1361) · 52eb0348
      fboulnois authored
      * feat: switch core pipelines to use image arg
      
      * test: update tests for core pipelines
      
      * feat: switch examples to use image arg
      
      * docs: update docs to use image arg
      
      * style: format code using black and doc-builder
      
      * fix: deprecate use of init_image in all pipelines
      52eb0348
  36. 17 Nov, 2022 1 commit