1. 11 Apr, 2023 2 commits
    • J N Hearns's avatar
      Fix imports for composable_stable_diffusion pipeline (#3002) · 881a6b58
      J N Hearns authored
      * Update composable_stable_diffusion.py
      
      Fix imports
      
      * Formatting
      
      * Formatting
      
      * Formatting
      881a6b58
    • 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. 09 Apr, 2023 1 commit
  3. 30 Mar, 2023 1 commit
  4. 28 Mar, 2023 2 commits
  5. 27 Mar, 2023 1 commit
  6. 23 Mar, 2023 2 commits
  7. 22 Mar, 2023 1 commit
    • Patrick von Platen's avatar
      [MS Text To Video] Add first text to video (#2738) · ca1a2229
      Patrick von Platen authored
      
      
      * [MS Text To Video} Add first text to video
      
      * upload
      
      * make first model example
      
      * match unet3d params
      
      * make sure weights are correcctly converted
      
      * improve
      
      * forward pass works, but diff result
      
      * make forward work
      
      * fix more
      
      * finish
      
      * refactor video output class.
      
      * feat: add support for a video export utility.
      
      * fix: opencv availability check.
      
      * run make fix-copies.
      
      * add: docs for the model components.
      
      * add: standalone pipeline doc.
      
      * edit docstring of the pipeline.
      
      * add: right path to TransformerTempModel
      
      * add: first set of tests.
      
      * complete fast tests for text to video.
      
      * fix bug
      
      * up
      
      * three fast tests failing.
      
      * add: note on slow tests
      
      * make work with all schedulers
      
      * apply styling.
      
      * add slow tests
      
      * change file name
      
      * update
      
      * more correction
      
      * more fixes
      
      * finish
      
      * up
      
      * Apply suggestions from code review
      
      * up
      
      * finish
      
      * make copies
      
      * fix pipeline tests
      
      * fix more tests
      
      * Apply suggestions from code review
      Co-authored-by: default avatarPedro Cuenca <pedro@huggingface.co>
      
      * apply suggestions
      
      * up
      
      * revert
      
      ---------
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      Co-authored-by: default avatarPedro Cuenca <pedro@huggingface.co>
      ca1a2229
  8. 21 Mar, 2023 2 commits
  9. 15 Mar, 2023 1 commit
  10. 14 Mar, 2023 1 commit
  11. 07 Mar, 2023 1 commit
  12. 06 Mar, 2023 2 commits
  13. 01 Mar, 2023 1 commit
  14. 17 Feb, 2023 1 commit
  15. 16 Feb, 2023 1 commit
  16. 14 Feb, 2023 1 commit
  17. 13 Feb, 2023 1 commit
  18. 07 Feb, 2023 1 commit
  19. 06 Feb, 2023 1 commit
  20. 26 Jan, 2023 1 commit
  21. 25 Jan, 2023 1 commit
  22. 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
  23. 22 Jan, 2023 1 commit
  24. 17 Jan, 2023 1 commit
  25. 16 Jan, 2023 1 commit
  26. 11 Jan, 2023 1 commit
  27. 10 Jan, 2023 1 commit
  28. 09 Jan, 2023 1 commit
  29. 04 Jan, 2023 1 commit
  30. 30 Dec, 2022 1 commit
  31. 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
  32. 19 Dec, 2022 3 commits
  33. 13 Dec, 2022 1 commit