1. 22 Jan, 2024 1 commit
  2. 11 Dec, 2023 1 commit
  3. 16 Nov, 2023 1 commit
  4. 14 Nov, 2023 1 commit
  5. 11 Sep, 2023 1 commit
  6. 29 Jul, 2023 1 commit
  7. 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
  8. 13 Jul, 2023 1 commit
  9. 12 Jun, 2023 1 commit
  10. 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
  11. 30 May, 2023 2 commits
  12. 23 May, 2023 3 commits
  13. 18 Mar, 2023 1 commit
  14. 14 Mar, 2023 1 commit
  15. 10 Mar, 2023 1 commit
  16. 09 Mar, 2023 1 commit
  17. 06 Mar, 2023 1 commit
  18. 17 Jan, 2023 1 commit
  19. 06 Jan, 2023 1 commit
  20. 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
  21. 17 Dec, 2022 1 commit
  22. 14 Dec, 2022 2 commits
  23. 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
  24. 17 Nov, 2022 1 commit
  25. 15 Nov, 2022 1 commit
  26. 10 Nov, 2022 1 commit
    • apolinario's avatar
      Add a reference to the name 'Sampler' (#1172) · a09d4753
      apolinario authored
      * Add a reference to the name 'Sampler'
      
      - Facilitate people that are familiar with the name samplers to understand that we call that schedulers
      - Better SEO if people are googling for samplers to find our library as well
      
      * Update README.md with a reference to 'Sampler'
      a09d4753
  27. 07 Nov, 2022 2 commits
  28. 03 Nov, 2022 1 commit
  29. 31 Oct, 2022 1 commit
  30. 28 Oct, 2022 1 commit
  31. 26 Oct, 2022 1 commit
  32. 25 Oct, 2022 1 commit
  33. 24 Oct, 2022 1 commit
  34. 19 Oct, 2022 1 commit
  35. 12 Oct, 2022 1 commit