1. 11 Apr, 2023 1 commit
    • Patrick von Platen's avatar
      Fix config prints and save, load of pipelines (#2849) · 8b451eb6
      Patrick von Platen authored
      * [Config] Fix config prints and save, load
      
      * Only use potential nn.Modules for dtype and device
      
      * Correct vae image processor
      
      * make sure in_channels is not accessed directly
      
      * make sure in channels is only accessed via config
      
      * Make sure schedulers only access config attributes
      
      * Make sure to access config in SAG
      
      * Fix vae processor and make style
      
      * add tests
      
      * uP
      
      * make style
      
      * Fix more naming issues
      
      * Final fix with vae config
      
      * change more
      8b451eb6
  2. 05 Apr, 2023 1 commit
  3. 28 Mar, 2023 1 commit
  4. 27 Mar, 2023 1 commit
  5. 21 Mar, 2023 2 commits
  6. 16 Mar, 2023 1 commit
  7. 10 Mar, 2023 2 commits
  8. 09 Mar, 2023 2 commits
  9. 03 Mar, 2023 2 commits
  10. 01 Mar, 2023 2 commits
  11. 20 Feb, 2023 3 commits
  12. 19 Feb, 2023 1 commit
  13. 17 Feb, 2023 1 commit
  14. 16 Feb, 2023 1 commit
  15. 07 Feb, 2023 1 commit
  16. 04 Feb, 2023 1 commit
  17. 27 Jan, 2023 2 commits
  18. 26 Jan, 2023 2 commits
  19. 24 Jan, 2023 1 commit
  20. 21 Jan, 2023 1 commit
  21. 12 Jan, 2023 1 commit
  22. 30 Dec, 2022 1 commit
  23. 29 Dec, 2022 1 commit
    • Simon Kirsten's avatar
      Flax: Fix img2img and align with other pipeline (#1824) · ab0e92fd
      Simon Kirsten authored
      
      
      * Flax: Add components function
      
      * Flax: Fix img2img and align with other pipeline
      
      * Flax: Fix PRNGKey type
      
      * Refactor strength to start_timestep
      
      * Fix preprocess images
      
      * Fix processed_images dimen
      
      * latents.shape -> latents_shape
      
      * Fix typo
      
      * Remove "static" comment
      
      * Remove unnecessary optional types in _generate
      
      * Apply doc-builder code style.
      Co-authored-by: default avatarPedro Cuenca <pedro@huggingface.co>
      ab0e92fd
  24. 27 Dec, 2022 1 commit
  25. 20 Dec, 2022 1 commit
  26. 14 Dec, 2022 1 commit
  27. 13 Dec, 2022 1 commit
  28. 07 Dec, 2022 1 commit
  29. 05 Dec, 2022 2 commits
  30. 02 Dec, 2022 1 commit
    • Matthieu Bizien's avatar
      [Proposal] Support saving to safetensors (#1494) · ae368e42
      Matthieu Bizien authored
      * Add parameter safe_serialization to DiffusionPipeline.save_pretrained
      
      * Add option safe_serialization on ModelMixin.save_pretrained
      
      * Add test test_save_safe_serialization
      
      * Black
      
      * Re-trigger the CI
      
      * Fix doc-builder
      
      * Validate files are saved as safetensor in test_save_safe_serialization
      ae368e42