1. 13 Jun, 2024 2 commits
  2. 07 Jun, 2024 1 commit
    • Sayak Paul's avatar
      [Core] support saving and loading of sharded checkpoints (#7830) · 7d887118
      Sayak Paul authored
      
      
      * feat: support saving a model in sharded checkpoints.
      
      * feat: make loading of sharded checkpoints work.
      
      * add tests
      
      * cleanse the loading logic a bit more.
      
      * more resilience while loading from the Hub.
      
      * parallelize shard downloads by using snapshot_download()/
      
      * default to a shard size.
      
      * more fix
      
      * Empty-Commit
      
      * debug
      
      * fix
      
      * uality
      
      * more debugging
      
      * fix more
      
      * initial comments from Benjamin
      
      * move certain methods to loading_utils
      
      * add test to check if the correct number of shards are present.
      
      * add a test to check if loading of sharded checkpoints from the Hub is okay
      
      * clarify the unit when passed as an int.
      
      * use hf_hub for sharding.
      
      * remove unnecessary code
      
      * remove unnecessary function
      
      * lucain's comments.
      
      * fixes
      
      * address high-level comments.
      
      * fix test
      
      * subfolder shenanigans./
      
      * Update src/diffusers/utils/hub_utils.py
      Co-authored-by: default avatarLucain <lucainp@gmail.com>
      
      * Apply suggestions from code review
      Co-authored-by: default avatarLucain <lucainp@gmail.com>
      
      * remove _huggingface_hub_version as not needed.
      
      * address more feedback.
      
      * add a test for local_files_only=True/
      
      * need hf hub to be at least 0.23.2
      
      * style
      
      * final comment.
      
      * clean up subfolder.
      
      * deal with suffixes in code.
      
      * _add_variant default.
      
      * use weights_name_pattern
      
      * remove add_suffix_keyword
      
      * clean up downloading of sharded ckpts.
      
      * don't return something special when using index.json
      
      * fix more
      
      * don't use bare except
      
      * remove comments and catch the errors better
      
      * fix a couple of things when using is_file()
      
      * empty
      
      ---------
      Co-authored-by: default avatarLucain <lucainp@gmail.com>
      7d887118
  3. 29 May, 2024 1 commit
  4. 28 May, 2024 1 commit
  5. 19 Apr, 2024 1 commit
  6. 02 Apr, 2024 2 commits
  7. 27 Mar, 2024 1 commit
  8. 25 Mar, 2024 1 commit
  9. 18 Mar, 2024 1 commit
  10. 12 Feb, 2024 1 commit
  11. 09 Feb, 2024 1 commit
  12. 08 Feb, 2024 1 commit
  13. 31 Jan, 2024 1 commit
  14. 15 Jan, 2024 1 commit
    • Sayak Paul's avatar
      [OmegaConf] replace it with `yaml` (#6488) · cb4b3f0b
      Sayak Paul authored
      * remove omegaconf from convert_from_ckpt.
      
      * remove from single_file.
      
      * change to string based ubscription.
      
      * style
      
      * okay
      
      * fix: vae_param
      
      * no . indexing.
      
      * style
      
      * style
      
      * turn getattrs into explicit if/else
      
      * style
      
      * propagate changes to ldm_uncond.
      
      * propagate to gligen
      
      * propagate to if.
      
      * fix: quotes.
      
      * propagate to audioldm.
      
      * propagate to audioldm2
      
      * propagate to musicldm.
      
      * propagate to vq_diffusion
      
      * propagate to zero123.
      
      * remove omegaconf from diffusers codebase.
      cb4b3f0b
  15. 05 Jan, 2024 2 commits
  16. 15 Dec, 2023 1 commit
  17. 05 Dec, 2023 1 commit
  18. 04 Dec, 2023 1 commit
    • Dhruv Nair's avatar
      Update Tests Fetcher (#5950) · b2172922
      Dhruv Nair authored
      
      
      * update setup and deps table
      
      * update
      
      * update
      
      * update
      
      * up
      
      * up
      
      * update
      
      * up
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * quality fix
      
      * fix failure reporting
      
      ---------
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      b2172922
  19. 01 Dec, 2023 2 commits
  20. 20 Nov, 2023 1 commit
  21. 17 Nov, 2023 3 commits
  22. 14 Nov, 2023 1 commit
  23. 10 Nov, 2023 1 commit
  24. 06 Nov, 2023 1 commit
  25. 09 Oct, 2023 2 commits
  26. 20 Sep, 2023 1 commit
  27. 14 Sep, 2023 1 commit
  28. 25 Aug, 2023 1 commit
  29. 17 Aug, 2023 1 commit
  30. 09 Aug, 2023 1 commit
  31. 26 Jul, 2023 1 commit
  32. 21 Jul, 2023 1 commit
  33. 17 Jul, 2023 1 commit