1. 14 Feb, 2023 1 commit
  2. 13 Feb, 2023 1 commit
  3. 07 Feb, 2023 1 commit
  4. 06 Feb, 2023 1 commit
  5. 26 Jan, 2023 1 commit
  6. 25 Jan, 2023 1 commit
  7. 24 Jan, 2023 1 commit
    • Lincoln Stein's avatar
      [Feat] checkpoint_merger works on local models as well as ones that use safetensors (#2060) · 7533e3d7
      Lincoln Stein authored
      
      
      * allow a local model directory to be used for merging
      
      * moved checkpoint merge bugfix into main for testing
      
      * possibly fix local variable "config_dict" referenced before assignment
      
      * fix deprecation warning
      
      * debugging...
      
      * debugging
      
      * allow safetensors
      
      * safetensors try again
      
      * fix syntax error
      
      * further debugging
      
      * fix logic error when checkpoint 2 is none
      
      * more debugging...
      
      * more debuging...
      
      * more debugging...
      
      * more debugging...
      
      * debugging
      
      * clean up status reporting
      
      * skip the requires_safety_checker boolean
      
      * moved checkpoint merge bugfix into main for testing
      
      * possibly fix local variable "config_dict" referenced before assignment
      
      * fix deprecation warning
      
      * allow safetensors
      
      * fix logic error when checkpoint 2 is none
      
      * clean up status reporting
      
      * undo hack to use private repo for community pipelines
      
      * allow a local model directory to be used for merging
      
      * allow safetensors
      
      * clean up status reporting
      
      * reformatted with black
      
      * sort imported modules correctly
      
      * Update examples/community/checkpoint_merger.py
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      
      * Update examples/community/checkpoint_merger.py
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      
      * Update examples/community/checkpoint_merger.py
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      
      * fix import style error
      Co-authored-by: default avatarLincoln Stein <lstein@gmail.com>
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      7533e3d7
  8. 22 Jan, 2023 1 commit
  9. 17 Jan, 2023 1 commit
  10. 16 Jan, 2023 1 commit
  11. 11 Jan, 2023 1 commit
  12. 10 Jan, 2023 1 commit
  13. 09 Jan, 2023 1 commit
  14. 04 Jan, 2023 1 commit
  15. 30 Dec, 2022 1 commit
  16. 28 Dec, 2022 1 commit
    • Partho's avatar
      [Community Pipeline] MagicMix (#1839) · 2ba42aa9
      Partho authored
      * initial
      
      * type hints
      
      * update scheduler type hint
      
      * add to README
      
      * add example generation to README
      
      * v -> mix_factor
      
      * load scheduler from pretrained
      2ba42aa9
  17. 19 Dec, 2022 3 commits
  18. 13 Dec, 2022 3 commits
  19. 09 Dec, 2022 1 commit
  20. 08 Dec, 2022 1 commit
  21. 07 Dec, 2022 1 commit
  22. 06 Dec, 2022 1 commit
  23. 05 Dec, 2022 1 commit
  24. 02 Dec, 2022 3 commits
  25. 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
  26. 29 Nov, 2022 1 commit
  27. 25 Nov, 2022 3 commits
  28. 22 Nov, 2022 1 commit
  29. 21 Nov, 2022 2 commits
  30. 20 Nov, 2022 2 commits