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. 10 Apr, 2023 4 commits
  3. 09 Apr, 2023 1 commit
  4. 06 Apr, 2023 3 commits
  5. 05 Apr, 2023 1 commit
  6. 04 Apr, 2023 4 commits
  7. 31 Mar, 2023 1 commit
  8. 30 Mar, 2023 2 commits
  9. 29 Mar, 2023 2 commits
  10. 28 Mar, 2023 3 commits
  11. 27 Mar, 2023 2 commits
  12. 24 Mar, 2023 1 commit
  13. 23 Mar, 2023 6 commits
  14. 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
  15. 21 Mar, 2023 2 commits
  16. 17 Mar, 2023 1 commit
  17. 16 Mar, 2023 1 commit
  18. 15 Mar, 2023 2 commits
  19. 14 Mar, 2023 1 commit